The Mathematics of Maybe: Introduction to Probability | EOT

Question 12

Write the sample space and calculate the probability based on the given information.

(i) Two dice are rolled. What is the probability that the sum is a prime number greater than 5?

(ii) A bag contains 4 red, 3 green, and 2 blue balls. Two balls are drawn without replacement. What is the probability that both are of different colours?

(iii) Three coins are tossed. What is the probability that the first coin shows heads and exactly two heads occur in total?

(iv) A four-digit number is formed using the digits 1, 2, 3, and 4 with no repetition. What is the probability that the number is even?

(v) A student takes a multiple-choice test with 3 questions, each having 4 options (A, B, C, D), with only one correct answer. What is the probability that the student guesses and gets exactly 2 answers correct?

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The probability of an event EE is defined as:

P(E)=Number of favourable outcomes n(E)Total number of possible outcomes n(S)P(E) = \dfrac{\text{Number of favourable outcomes } n(E)}{\text{Total number of possible outcomes } n(S)}

  • To solve each sub-part, identify the sample space SS, find the total number of outcomes n(S)n(S), list or count the favourable outcomes n(E)n(E) that satisfy the given conditions, and then calculate P(E)=n(E)n(S)P(E) = \dfrac{n(E)}{n(S)}.

(i) Two dice are rolled. What is the probability that the sum is a prime number greater than 5?

Step 1 · Find Total Outcomes and Favourable Outcomes

When two standard dice are rolled, the sample space consists of pairs (x,y)(x, y) where x,y{1,2,3,4,5,6}x, y \in \{1, 2, 3, 4, 5, 6\}: n(S)=6×6=36n(S) = 6 \times 6 = 36

The possible sums of two dice range from 22 to 1212. The prime numbers strictly greater than 55 in this range are 77 and 1111.

List the favourable outcomes:

  • Sum =7= 7: {(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)}    6 outcomes\{(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)\} \implies 6 \text{ outcomes}
  • Sum =11= 11: {(5,6),(6,5)}    2 outcomes\{(5, 6), (6, 5)\} \implies 2 \text{ outcomes}

n(E)=6+2=8n(E) = 6 + 2 = 8

Step 2 · Calculate the Probability

P(Sum is prime >5)=n(E)n(S)=836=29\begin{aligned} P(\text{Sum is prime } > 5) &= \dfrac{n(E)}{n(S)} \\[0.6em] &= \dfrac{8}{36} \\[0.6em] &= \dfrac{2}{9} \end{aligned}
Answer

(i) 29\dfrac{2}{9}

(ii) A bag contains 4 red, 3 green, and 2 blue balls. Two balls are drawn without replacement. What is the probability that both are of different colours?

Step 1 · Find Total Outcomes

Total number of balls =4+3+2=9= 4 + 3 + 2 = 9.

Number of ways to draw 22 balls from 99 balls without replacement:

n(S)=(92)=9×82×1=36\begin{aligned} n(S) &= \binom{9}{2} \\[0.6em] &= \dfrac{9 \times 8}{2 \times 1} = 36 \end{aligned}

Step 2 · Find Favourable Outcomes for Different Colours

Pairs of different colours can be formed in three ways:

  • 1 Red and 1 Green: (41)×(31)=4×3=12\binom{4}{1} \times \binom{3}{1} = 4 \times 3 = 12
  • 1 Red and 1 Blue: (41)×(21)=4×2=8\binom{4}{1} \times \binom{2}{1} = 4 \times 2 = 8
  • 1 Green and 1 Blue: (31)×(21)=3×2=6\binom{3}{1} \times \binom{2}{1} = 3 \times 2 = 6

Total favourable outcomes: n(E)=12+8+6=26n(E) = 12 + 8 + 6 = 26

Step 3 · Calculate the Probability

P(Different colours)=n(E)n(S)=2636=1318\begin{aligned} P(\text{Different colours}) &= \dfrac{n(E)}{n(S)} \\[0.6em] &= \dfrac{26}{36} \\[0.6em] &= \dfrac{13}{18} \end{aligned}
Answer

(ii) 1318\dfrac{13}{18}

(iii) Three coins are tossed. What is the probability that the first coin shows heads and exactly two heads occur in total?

Step 1 · Write the Sample Space

When three coins are tossed, the sample space is: S={HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}S = \{\text{HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}\} n(S)=23=8n(S) = 2^3 = 8

Step 2 · Identify Favourable Outcomes and Calculate Probability

Let EE be the event that the first coin shows heads and exactly two heads occur in total.

Outcomes with exactly two heads in total: {HHT, HTH, THH}\{\text{HHT, HTH, THH}\}

Among these, the outcomes where the first toss is Heads (H)(\text{H}) are: E={HHT, HTH}E = \{\text{HHT, HTH}\} n(E)=2n(E) = 2

P(E)=n(E)n(S)=28=14\begin{aligned} P(E) &= \dfrac{n(E)}{n(S)} \\[0.6em] &= \dfrac{2}{8} \\[0.6em] &= \dfrac{1}{4} \end{aligned}
Answer

(iii) 14\dfrac{1}{4}

(iv) A four-digit number is formed using the digits 1, 2, 3, and 4 with no repetition. What is the probability that the number is even?

Step 1 · Find Total and Favourable Number of Arrangements

Total 4-digit numbers formed using digits {1,2,3,4}\{1, 2, 3, 4\} without repetition: n(S)=4!=4×3×2×1=24n(S) = 4! = 4 \times 3 \times 2 \times 1 = 24

For the number to be even, the units place must end in an even digit (22 or 44):

  • Units place: 22 choices (22 or 44)
  • Remaining 33 places: Can be arranged in 3!=63! = 6 ways

Total favourable outcomes: n(E)=2×3!=2×6=12n(E) = 2 \times 3! = 2 \times 6 = 12

Step 2 · Calculate the Probability

P(Even number)=n(E)n(S)=1224=12\begin{aligned} P(\text{Even number}) &= \dfrac{n(E)}{n(S)} \\[0.6em] &= \dfrac{12}{24} \\[0.6em] &= \dfrac{1}{2} \end{aligned}
Answer

(iv) 12\dfrac{1}{2}

(v) A student takes a multiple-choice test with 3 questions, each having 4 options (A, B, C, D), with only one correct answer. What is the probability that the student guesses and gets exactly 2 answers correct?

Step 1 · Define Probabilities of Single Outcomes

For each question with 44 options and 11 correct option:

  • Probability of a correct answer, p=14p = \dfrac{1}{4}
  • Probability of an incorrect answer, q=114=34q = 1 - \dfrac{1}{4} = \dfrac{3}{4}

Step 2 · Calculate the Probability Using Binomial Probability

For n=3n = 3 questions, the probability of getting exactly k=2k = 2 correct answers is given by:

P(X=2)=(nk)pkqnkP(X = 2) = \binom{n}{k} p^k q^{n-k}

Substitute the values:

P(X=2)=(32)(14)2(34)32=3×116×34=964\begin{aligned} P(X = 2) &= \binom{3}{2} \left(\dfrac{1}{4}\right)^2 \left(\dfrac{3}{4}\right)^{3-2} \\[0.6em] &= 3 \times \dfrac{1}{16} \times \dfrac{3}{4} \\[0.6em] &= \dfrac{9}{64} \end{aligned}
Answer

(v) 964\dfrac{9}{64}

Common Mistakes
  • Prime Number Misconception: In part (i), forgetting that 2,3,52, 3, 5 are primes 5\le 5, so only sums of 77 and 1111 should be counted.
  • Drawing Without Replacement: In part (ii), treating selections as independent with replacement (i.e. using denominator 9×9=819 \times 9 = 81 instead of (92)=36\binom{9}{2} = 36).
  • Order Restrictions: In part (iii), missing the condition that the first coin must be heads, leading to including THH\text{THH} by mistake.

More questions in EOT

Q1

Fill in the blanks.

(i) The probability of an impossible event is _______.

(ii) The set of all possible outcomes of a random experiment is called the _______.

(iii) The probability of an event that is certain to happen is _______.

(iv) Tossing a fair coin has a probability of _______ for getting heads.

Q2
Q3

Which of the following experiments have equally likely outcomes? Explain.

(i) A driver attempts to start a car. The car starts or does not start.

(ii) Tossing a fair coin once.

(iii) Rolling a fair 6-sided die.

(iv) Choosing a marble randomly from a bag that contains 3 red marbles and 7 blue marbles.

(v) A baby is born. It is a boy or a girl.

Q4

Write the sample space and calculate the probability based on the given information.

(i) Two coins are tossed at the same time. What is the probability of getting at least one head?

(ii) Ten identical cards numbered 1 to 10 are placed in a box. One card is drawn at random. What is the probability of drawing a card with an even number?

(iii) A die is rolled once. What is the probability of getting a number greater than 4?

(iv) A bag contains 3 red balls, 2 blue balls, and 1 green ball. One ball is picked at random. What is the probability that it is not red?

(v) Three coins are tossed simultaneously. What is the probability of getting exactly two heads?

Q5

A bag has 3 candies: strawberry, lemon, and mint. One is picked at random. What is the probability of picking a strawberry candy?

Q6

A child has 2 shirts (one red and one blue) and 3 types of pants (jeans, khakis, and shorts). List all the possible combinations of outfits consisting of one shirt and one pair of pants. Display your answer in a table format.

Q7

A tyre company records distances before replacement in 1000 cases.

Find the probability that a randomly chosen tyre lasts:

(i) Less than 4000 km4000\text{ km}.

(ii) Between 40004000 and 14000 km14000\text{ km}.

(iii) More than 14000 km14000\text{ km}.

Q8

The letters of the word 'PEACE' are placed on cards. Leela draws a card without looking.

(i) What is the probability that it is a P, E or C?

(ii) What is the probability that it is not an E?

Q9

A game of chance consists of spinning an arrow (see Fig. 7.7.) which comes to rest pointing at one of the numbers 1,2,3,4,5,6,7,81, 2, 3, 4, 5, 6, 7, 8, and these are equally likely outcomes. What is the probability that it will point at

(i) 88?

(ii) An odd number?

(iii) A number greater than 22?

(iv) A number less than 99?

(v) A multiple of 33?

Q10

A basket contains 4 red balls and 5 blue balls. One ball is drawn and laid aside, and a second ball is drawn. Draw a tree diagram to represent the possible outcomes and probabilities. Use the tree diagram to answer the following questions.

(i) What is the probability of drawing a red ball and then a blue ball?

(ii) What is the probability of drawing 2 blue balls?

Q11

I throw a pair of 6-sided dice. Write down an event that has a probability of 00 and an outcome that has a probability of 11.

Q12

Write the sample space and calculate the probability based on the given information.

(i) Two dice are rolled. What is the probability that the sum is a prime number greater than 5?

(ii) A bag contains 4 red, 3 green, and 2 blue balls. Two balls are drawn without replacement. What is the probability that both are of different colours?

(iii) Three coins are tossed. What is the probability that the first coin shows heads and exactly two heads occur in total?

(iv) A four-digit number is formed using the digits 1, 2, 3, and 4 with no repetition. What is the probability that the number is even?

(v) A student takes a multiple-choice test with 3 questions, each having 4 options (A, B, C, D), with only one correct answer. What is the probability that the student guesses and gets exactly 2 answers correct?

Q13

A box contains 4 balls numbered 1 to 4. Record a sample space using a tree diagram for the following experiments:

(i) A ball is drawn, and the number is recorded. Then the ball is returned, and a second ball is drawn and recorded.

(ii) A ball is drawn and recorded. Without replacing the first ball, the experimenter draws and records a second ball.

(iii) What are the sizes of these two sample spaces?

Q14

List the elements of a sample space for the simultaneous tossing of a coin and drawing of a card from a set of 6 cards numbered 1 through 6.

Q15

Three coins are tossed, and the number of heads is recorded. Which of the following lists is a sample space for this experiment? Why do the other lists fail to qualify as a sample space?

(i) {1,2,3}\{1, 2, 3\}

(ii) {0,1,2}\{0, 1, 2\}

(iii) {0,1,2,3,4}\{0, 1, 2, 3, 4\}

(iv) {0,1,2,3}\{0, 1, 2, 3\}

Q16

Suppose you drop a dye at random on the rectangular region shown in Fig. 7.8. What is the probability that it will land inside the circle with a diameter of 1 m1\text{ m}?

← Back to The Mathematics of Maybe: Introduction to Probability