SolveItClass 9 · NCERT

NCERT Solutions · Class 9 Mathematics The Mathematics of Maybe: Introduction to Probability

28 questions · 28 still being checked

Exercise Set 7.4 1–2 (part 4 of 6)

  1. Exercise 1

    There are two fruit baskets A and B. Basket A has one apple and two oranges. Basket B has one banana and one mango. You randomly pick one fruit from each basket.
    (i)
    Draw a tree diagram showing all possible pairs of fruits.
    (ii)
    List the sample space.
    (iii)
    What is the probability of picking one apple and one banana?

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    A tree diagram keeps the two picks separate. Basket A holds $\displaystyle 3$ fruits (one apple, two oranges) and Basket B holds $\displaystyle 2$ fruits (one banana, one mango). The crucial point is that the two oranges are two different fruits: your hand is equally likely to close on either one. So the tree must give them a branch each - otherwise the apple and "an orange" would look equally likely, and they are not.(i) The tree. Draw the first stage as $\displaystyle 3$ branches for Basket A. From the tip of each of those, draw $\displaystyle 2$ branches for Basket B. That gives \(\displaystyle 3\times 2=6\) endpoints, one for each possible pair. Written out branch by branch:
    Pick from Basket APick from Basket BPair at the end of the branch
    AppleBanana(Apple, Banana)
    AppleMango(Apple, Mango)
    Orange $\displaystyle 1$Banana(Orange $\displaystyle 1$, Banana)
    Orange $\displaystyle 1$Mango(Orange $\displaystyle 1$, Mango)
    Orange $\displaystyle 2$Banana(Orange $\displaystyle 2$, Banana)
    Orange $\displaystyle 2$Mango(Orange $\displaystyle 2$, Mango)
    Each of the $\displaystyle 3$ first-stage branches carries probability \(\displaystyle \tfrac{1}{3}\), and each of the $\displaystyle 2$ second-stage branches carries probability \(\displaystyle \tfrac{1}{2}\).(ii) The sample space. Reading the $\displaystyle 6$ endpoints off the tree: \[S=\{(A,B),(A,M),(O_1,B),(O_1,M),(O_2,B),(O_2,M)\},\qquad n(S)=6 \] where \(\displaystyle A\) is the apple, \(\displaystyle O_1,O_2\) the two oranges, \(\displaystyle B\) the banana and \(\displaystyle M\) the mango. These $\displaystyle 6$ outcomes are equally likely, which is what makes them useful.(If you record only the kinds of fruit, the list shrinks to four: \(\displaystyle \{(\text{apple},\text{banana}),(\text{apple},\text{mango}),(\text{orange},\text{banana}),(\text{orange},\text{mango})\}\). But those four are not equally likely - each orange pair covers two branches of the tree and so is twice as likely as the matching apple pair. Never divide by $\displaystyle 4$ here.)(iii) Probability of one apple and one banana. Exactly one of the $\displaystyle 6$ equally likely outcomes is \(\displaystyle (A,B)\): \[P(\text{apple and banana})=\frac{1}{6} \]Check by multiplying along the branch. The chance of the apple from Basket A is \(\displaystyle \tfrac{1}{3}\) ($\displaystyle 1$ apple out of $\displaystyle 3$ fruits), and the chance of the banana from Basket B is \(\displaystyle \tfrac{1}{2}\) ($\displaystyle 1$ banana out of $\displaystyle 2$). The two picks are from different baskets, so neither affects the other, and the branch probability is their product: \[\frac{1}{3}\times\frac{1}{2}=\frac{1}{6}\ \checkmark \] The two methods agree. As a further check, all $\displaystyle 6$ endpoints carry \(\displaystyle \tfrac16\) and \(\displaystyle 6\times\tfrac16=1\).Answers: (i) a tree with $\displaystyle 3$ branches (Apple, Orange $\displaystyle 1$, Orange $\displaystyle 2$) each splitting into $\displaystyle 2$ (Banana, Mango), giving $\displaystyle 6$ endpoints; (ii) \(\displaystyle S=\{(A,B),(A,M),(O_1,B),(O_1,M),(O_2,B),(O_2,M)\}\), \(\displaystyle n(S)=6\); (iii) \(\displaystyle P(\text{apple and banana})=\dfrac{1}{6}\).
  2. Exercise 2

    Let us say that you have a box containing 3\displaystyle 3 red pens, 4\displaystyle 4 black pens and 2\displaystyle 2 green pens. You pick a pen (without looking) from the box and put it back. Then your friend does the same.
    (i)
    What are the possible outcomes of the pen colours? Can you draw a tree diagram representing the possible outcomes?
    (ii)
    Can you use the tree diagram to guess the probability that both you and your friend pick pens of the same colour?

    Not cross-checked

    This solution has not been cross-checked against the answer printed in NCERT.

    Two picks, and the box is the same both times. The box holds \[3+4+2=9 \text{ pens} \] Because you put your pen back before your friend picks, your friend faces exactly the same box of $\displaystyle 9$ pens that you did. The two picks are therefore independent - what you drew tells us nothing about what your friend will draw - and both picks have the same colour probabilities: \[P(\text{red})=\frac{3}{9}=\frac13,\qquad P(\text{black})=\frac{4}{9},\qquad P(\text{green})=\frac{2}{9},\qquad \frac39+\frac49+\frac29=1\ \checkmark \](i) The possible outcomes, and the tree. An outcome records both colours in order (yours first, your friend's second). Your pick has $\displaystyle 3$ possible colours, and from each of those your friend's pick again has the same $\displaystyle 3$, so the tree has \(\displaystyle 3\times 3 = 9\) endpoints:
    Your penFriend's penProbability of the branch
    Red \(\displaystyle \left(\frac{3}{9}\right)\)Red \(\displaystyle \left(\frac{3}{9}\right)\)\(\displaystyle \frac{3}{9}\times\frac{3}{9}=\frac{9}{81}\)
    Red \(\displaystyle \left(\frac{3}{9}\right)\)Black \(\displaystyle \left(\frac{4}{9}\right)\)\(\displaystyle \frac{12}{81}\)
    Red \(\displaystyle \left(\frac{3}{9}\right)\)Green \(\displaystyle \left(\frac{2}{9}\right)\)\(\displaystyle \frac{6}{81}\)
    Black \(\displaystyle \left(\frac{4}{9}\right)\)Red \(\displaystyle \left(\frac{3}{9}\right)\)\(\displaystyle \frac{12}{81}\)
    Black \(\displaystyle \left(\frac{4}{9}\right)\)Black \(\displaystyle \left(\frac{4}{9}\right)\)\(\displaystyle \frac{16}{81}\)
    Black \(\displaystyle \left(\frac{4}{9}\right)\)Green \(\displaystyle \left(\frac{2}{9}\right)\)\(\displaystyle \frac{8}{81}\)
    Green \(\displaystyle \left(\frac{2}{9}\right)\)Red \(\displaystyle \left(\frac{3}{9}\right)\)\(\displaystyle \frac{6}{81}\)
    Green \(\displaystyle \left(\frac{2}{9}\right)\)Black \(\displaystyle \left(\frac{4}{9}\right)\)\(\displaystyle \frac{8}{81}\)
    Green \(\displaystyle \left(\frac{2}{9}\right)\)Green \(\displaystyle \left(\frac{2}{9}\right)\)\(\displaystyle \frac{4}{81}\)
    So the outcomes are \(\displaystyle RR,\ RB,\ RG,\ BR,\ BB,\ BG,\ GR,\ GB,\ GG\) - nine of them. Note that \(\displaystyle RB\) and \(\displaystyle BR\) are different outcomes here, because the tree records who picked what.The nine branch probabilities add to \(\displaystyle \frac{9+12+6+12+16+8+6+8+4}{81}=\frac{81}{81}=1\), which confirms no branch has been missed. Notice also that these nine outcomes are not equally likely - black is the commonest colour in the box, so \(\displaystyle BB\) is the fattest branch.(ii) Probability that both pens are the same colour. "Same colour" means the branch ends in \(\displaystyle RR\), \(\displaystyle BB\) or \(\displaystyle GG\). These are three separate branches, so add their probabilities: \[P(\text{same colour})=\frac{9}{81}+\frac{16}{81}+\frac{4}{81}=\frac{29}{81}\approx 0.36 \]Check by counting pens instead of colours. Imagine the $\displaystyle 9$ pens all labelled. Your pick can be any of $\displaystyle 9$ pens and your friend's can be any of $\displaystyle 9$, giving \(\displaystyle 9\times 9=81\) equally likely pen-pairs. The pairs that match in colour number \[3\times 3+4\times 4+2\times 2=9+16+4=29 \] so \(\displaystyle P=\tfrac{29}{81}\) - the same answer by a completely different route.It follows that \(\displaystyle P(\text{different colours})=1-\tfrac{29}{81}=\tfrac{52}{81}\approx 0.64\): the pens are more likely to differ than to match.Answers: (i) $\displaystyle 9$ outcomes - \(\displaystyle RR, RB, RG, BR, BB, BG, GR, GB, GG\) - from a tree with $\displaystyle 3$ first-stage branches each splitting into the same $\displaystyle 3$; (ii) \(\displaystyle P(\text{same colour})=\dfrac{9}{81}+\dfrac{16}{81}+\dfrac{4}{81}=\dfrac{29}{81}\approx 0.36\).