SolveItClass 9 · NCERT

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

28 questions · 28 still being checked

Exercise Set 7.3 1–3 (part 3 of 6)

  1. Exercise 1

    When a single 6\displaystyle 6-sided die is rolled, what is the total number of possible outcomes in the sample space?

    Not cross-checked

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

    The sample space is the list of everything that can happen. For one roll of a $\displaystyle 6$-sided die, the possible results are the numbers printed on the six faces, and no others - the die must come to rest showing exactly one face. \[S=\{1,\,2,\,3,\,4,\,5,\,6\} \] Counting the members of that list: \[n(S)=6 \]Note that the question asks how many outcomes there are, not how likely each is. The count would still be $\displaystyle 6$ even for a loaded die whose faces were not equally likely - the sample space records what is possible, and the probabilities are a separate layer of information laid on top of it.Answer: \(\displaystyle 6\) possible outcomes, namely \(\displaystyle S=\{1,2,3,4,5,6\}\).
  2. Exercise 2

    For the following experiments write down the sample space S .
    (i)
    Rolling a die and tossing a coin together.
    (ii)
    Choosing a random integer between - 5\displaystyle 5 and + 5\displaystyle 5 .
    (iii)
    A box containing 5\displaystyle 5 green and 7\displaystyle 7 red balls. One ball is drawn at random.

    Not cross-checked

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

    Listing a sample space. The sample space \(\displaystyle S\) of an experiment is the set of all the outcomes it can produce, with nothing left out and nothing counted twice. When an experiment has two parts done together, each outcome has to record both parts.(i) Rolling a die and tossing a coin together. One outcome must say what the die showed and what the coin showed, so write it as an ordered pair (die, coin). The die contributes $\displaystyle 6$ possibilities and the coin $\displaystyle 2$, and every die result can pair with either coin result: \[S=\{(1,H),(2,H),(3,H),(4,H),(5,H),(6,H),(1,T),(2,T),(3,T),(4,T),(5,T),(6,T)\} \] \[n(S)=6\times 2=12 \] The multiplication \(\displaystyle 6\times 2\) is just a shortcut for the counting you can see in the list: $\displaystyle 6$ outcomes with \(\displaystyle H\), then the same $\displaystyle 6$ again with \(\displaystyle T\).(ii) Choosing a random integer between \(\displaystyle -5\) and \(\displaystyle +5\). Read strictly, "between \(\displaystyle -5\) and \(\displaystyle +5\)" means the two end numbers are not themselves included, so the integers available are \[S=\{-4,-3,-2,-1,0,1,2,3,4\},\qquad n(S)=9 \] Do not forget \(\displaystyle 0\) - it is an integer, and it lies between \(\displaystyle -5\) and \(\displaystyle 5\). (A word of caution: the word "between" is used loosely in everyday speech. If your teacher intends the endpoints to be included, the sample space is \(\displaystyle S=\{-5,-4,-3,-2,-1,0,1,2,3,4,5\}\) with \(\displaystyle n(S)=11\). Say which reading you are using, and either is defensible; the strict reading, giving $\displaystyle 9$, is the one taken here.)(iii) Drawing one ball from a box of $\displaystyle 5$ green and $\displaystyle 7$ red balls. This depends on what you decide to record. If you only record the colour*, then \(\displaystyle S=\{\text{green},\ \text{red}\}\) and \(\displaystyle n(S)=2\). But be careful - these two outcomes are not equally likely, so you must not compute probabilities by dividing by 2. To get a sample space of equally likely* outcomes, treat the balls as distinguishable - imagine numbering them: \[S=\{G_1,G_2,G_3,G_4,G_5,\ R_1,R_2,R_3,R_4,R_5,R_6,R_7\},\qquad n(S)=5+7=12 \] Each of these $\displaystyle 12$ balls is equally likely to be the one drawn, and now counting works: \[P(\text{green})=\frac{5}{12},\qquad P(\text{red})=\frac{7}{12},\qquad \frac{5}{12}+\frac{7}{12}=1\ \checkmark \]Answers: (i) \(\displaystyle S=\{(1,H),(2,H),(3,H),(4,H),(5,H),(6,H),(1,T),(2,T),(3,T),(4,T),(5,T),(6,T)\}\), \(\displaystyle n(S)=12\); (ii) \(\displaystyle S=\{-4,-3,-2,-1,0,1,2,3,4\}\), \(\displaystyle n(S)=9\) (or \(\displaystyle n(S)=11\) if \(\displaystyle -5\) and \(\displaystyle +5\) are meant to be included); (iii) by colour \(\displaystyle S=\{\text{green},\text{red}\}\) with $\displaystyle 2$ unequally likely outcomes, or, taking the balls as distinct, \(\displaystyle S=\{G_1,\dots,G_5,R_1,\dots,R_7\}\) with \(\displaystyle n(S)=12\) equally likely outcomes.
  3. Exercise 3

    In a village fair, there are 3\displaystyle 3 popular snacks available: Samosa, Pakora, and Bhaji. For drinks, villagers can choose either Chai or Lassi.
    (i)
    List the sample space of all possible snack and drink combinations a person could choose at the fair.
    (ii)
    List the event 'Selecting Samosa as a snack.'

    Not cross-checked

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

    Pairing every choice with every other choice. A villager makes two independent choices - one snack out of $\displaystyle 3$, one drink out of $\displaystyle 2$ - and an outcome must record both. So each outcome is a pair (snack, drink), and every one of the $\displaystyle 3$ snacks can go with either of the $\displaystyle 2$ drinks.(i) The sample space. Take the snacks one at a time and give each its two drinks; that way nothing is missed and nothing is repeated:
    SnackWith ChaiWith Lassi
    Samosa(Samosa, Chai)(Samosa, Lassi)
    Pakora(Pakora, Chai)(Pakora, Lassi)
    Bhaji(Bhaji, Chai)(Bhaji, Lassi)
    Written as a set, \[S=\{(\text{Samosa},\text{Chai}),\ (\text{Samosa},\text{Lassi}),\ (\text{Pakora},\text{Chai}),\ (\text{Pakora},\text{Lassi}),\ (\text{Bhaji},\text{Chai}),\ (\text{Bhaji},\text{Lassi})\} \] \[n(S)=3\times 2=6 \] The table makes the multiplication visible: $\displaystyle 3$ rows, $\displaystyle 2$ columns, \(\displaystyle 3\times 2=6\) cells, and each cell is one outcome.(ii) The event "Selecting Samosa as a snack". An event is a part of the sample space - the collection of those outcomes in which the described thing happens. A person who chooses a samosa still has to drink something, so this event contains two outcomes, not one: \[E=\{(\text{Samosa},\text{Chai}),\ (\text{Samosa},\text{Lassi})\},\qquad n(E)=2 \] That is simply the first row of the table. If every combination were equally likely, this event would have probability \(\displaystyle \tfrac{2}{6}=\tfrac{1}{3}\) - which makes sense, since the samosa is one snack out of three.Answers: (i) \(\displaystyle S=\{(\text{Samosa},\text{Chai}),(\text{Samosa},\text{Lassi}),(\text{Pakora},\text{Chai}),(\text{Pakora},\text{Lassi}),(\text{Bhaji},\text{Chai}),(\text{Bhaji},\text{Lassi})\}\), with \(\displaystyle n(S)=6\); (ii) \(\displaystyle E=\{(\text{Samosa},\text{Chai}),(\text{Samosa},\text{Lassi})\}\), with \(\displaystyle n(E)=2\).