5.3.1 Evaluating Probabilities in Simple Cases

In this topic we will learn how to:

  • evaluate probabilities in simple cases by means of enumeration of equiprobable elementary events, or by calculation using permutations or combinations
  • use addition and multiplication of probabilities, as appropriate, in simple cases

In this topic we will delve into the basics of AS level probability. Let’s learn how to deal with probabilities in simple instances by walking through past paper questions.

1. Three coins A, B and C are each thrown once. Coins A and B are each biased so that the probability of obtaining a head is 23\frac{2}{3}. Coin C is biased so that the probability of obtaining a head is 45\frac{4}{5}. Show that probability of obtaining exactly 22 heads and 11 tail is 49\frac{4}{9}. (9709/53/O/N/20 number 6)

We have to consider the following scenarios,
Coin A shows head, Coin B shows head and Coin C shows tail
Coin A shows head, Coin B shows tail and Coin C shows head
Coin A shows tail, Coin B shows head and Coin C shows head

Let’s start by considering the first scenario, Coin A shows head, Coin B shows head and Coin C shows tail,
P(HHT)=23×23×15P(HHT) = \frac{2}{3} \times \frac{2}{3} \times \frac{1}{5}Note: Since the probability of Coin C showing head is 45\frac{4}{5} then its probability of showing a tail is 15\frac{1}{5}.

Which simplifies to give,
P(HHT)=445P(HHT) = \textcolor{#2192ff}{\frac{4}{45}}Let’s consider the second scenario, Coin A shows head, Coin B shows tail and Coin C shows head,
P(HTH)=23×13×45P(HTH) = \frac{2}{3} \times \frac{1}{3} \times \frac{4}{5}Note: Since the probability of Coin B showing head is 23\frac{2}{3} then its probability of showing a tail is 13\frac{1}{3}.

Which simplifies to give,
P(HTH)=845P(HTH) = \textcolor{#0f0}{\frac{8}{45}}Let’s consider the third scenario, Coin A shows tail, Coin B shows head and Coin C shows head,
P(THH)=13×23×45P(THH) = \frac{1}{3} \times \frac{2}{3} \times \frac{4}{5}Note: Since the probability of Coin A showing head is 23\frac{2}{3} then its probability of showing a tail is 13\frac{1}{3}.

Which simplifies to give,
P(HTH)=845P(HTH) = \textcolor{red}{\frac{8}{45}}Putting all three scenarios together,
P(2H and 1T)=445+845+845P(2H \textmd{ and } 1T) = \textcolor{#2192ff}{\frac{4}{45}} + \textcolor{#0f0}{\frac{8}{45}} + \textcolor{red}{\frac{8}{45}}P(2H and 1T)=49P(2H \textmd{ and } 1T) = \frac{4}{9}Therefore, the final answer is,
49\frac{4}{9}2. Out of a class of 88 boys and 44 girls, a group of 77 people is chosen at random. Find the probability that the group of 77 includes one particular boy.(9709/63/O/N/18 number 4)

This is an example of a probability that involves combinations. To find the probability that the group includes one particular boy, we have to consider the total number of selections possible and then all the selections that include the particular boy,
P(group with particular boy)=number of selections with particular boytotal number of selections possibleP(\textmd{group with particular boy}) = \frac{\textmd{number of selections with particular boy}}{\textmd{total number of selections possible}}Let’s assign the particular boy a letter of PP. Selections that include PP would look something like this,
7 boys     4 girls7 \textmd{ boys } \ \ \ \ 4 \textmd{ girls}11 people 11 \textmd{ people }P  a  a  a  a  a  a\underline{P}\ \ \underline{\textcolor{transparent}{a}}\ \ \underline{\textcolor{transparent}{a}}\ \ \underline{\textcolor{transparent}{a}}\ \ \underline{\textcolor{transparent}{a}}\ \ \underline{\textcolor{transparent}{a}}\ \ \underline{\textcolor{transparent}{a}}Note: We have 1111 people because PP is removed from the pool of selection since we have already picked him.

That means we have 66 slots for 1111 people,
11C6^{11}C_{6}Which simplifies to give,
462\textcolor{#2192ff}{462}Now let’s find the total number of selections possible for 77 people from a total of 1212 people,
12C7^{12}C_{7}Which simplifies to give,
792\textcolor{#0f0}{792}Putting everything together,
P(group with particular boy)=number of selections with particular boytotal number of selections possibleP(\textmd{group with particular boy}) = \frac{\textmd{number of selections with particular boy}}{\textmd{total number of selections possible}}P(group with particular boy)=462792P(\textmd{group with particular boy}) = \frac{\textcolor{#2192ff}{462}}{\textcolor{#0f0}{792}}P(group with particular boy)=712P(\textmd{group with particular boy}) = \frac{7}{12}Therefore, the final answer is,
712\frac{7}{12}3. Two ordinary fair dice, one red and the other blue, are thrown. Event A is the ‘score on the red die is divisible by 33‘. Event B is the ‘the sum of the two scores is at least 99‘. Find P(AB)P(A \cap B). (9709/51/O/N/20 number 1)

To be able to solve this question we have to draw a possibility space diagram. It is a diagram that shows all the possible outcomes for particular events. In our case, for events A and B. To draw the possibility space diagram, label the xx-axis as red die and the yy-axis as blue die. On the respective axes label the possible scores on a fair die i.e 161 - 6. Plot a dot for every possible outcome for the two dice. Identify and mark events A and B on the possibility space diagram. Insert a key to enable the reader to understand what particular labels mean.

The below is an example of a possibility space diagram relevant to this question,

Rendered by QuickLaTeX.com

From the possibility space diagram, we can deduce that,
P(AB)=536P(A \cap B) = \frac{5}{36}Therefore, the final answer is,
536\frac{5}{36}