Probability: Question 1

Syllabus 5.3

Multiple choice AS 1 mark

In a school raffle, tickets are numbered from 11 to 5050, and one winning ticket is drawn at random so that every number is equally likely.

What is the probability that the winning number is a multiple of 55 or a multiple of 88?

Choose an answer to check it, then compare with the worked solution below.

Show worked solution Hide worked solution

Worked solution

Step 1: Find the probability of each event separately

Let AA be “the number is a multiple of 55” and BB be “the number is a multiple of 88”.

Multiples of 55 from 11 to 5050: 5,10,15,,505, 10, 15, \ldots, 50. That is 1010 numbers, so P(A)=1050=0.2P(A) = \frac{10}{50} = 0.2

Multiples of 88 from 11 to 5050: 8,16,24,32,40,488, 16, 24, 32, 40, 48. That is 66 numbers, so P(B)=650=0.12P(B) = \frac{6}{50} = 0.12

Step 2: Check whether the events overlap

AA and BB are not mutually exclusive, because a number can be a multiple of both 55 and 88 at once (a multiple of lcm(5,8)=40\text{lcm}(5,8) = 40). In the range 11 to 5050, the only such number is 4040 itself, so P(AB)=150=0.02P(A \cap B) = \frac{1}{50} = 0.02

Step 3: Apply the addition rule

Since the events are not mutually exclusive, the overlap must be subtracted once so it is not double-counted: P(AB)=P(A)+P(B)P(AB)=0.2+0.120.02=0.3P(A \cup B) = P(A) + P(B) - P(A \cap B) = 0.2 + 0.12 - 0.02 = 0.3

Step 4: Check by listing the numbers directly

Multiples of 55: 5,10,15,20,25,30,35,40,45,505, 10, 15, 20, 25, 30, 35, 40, 45, 50. Multiples of 88: 8,16,24,32,40,488, 16, 24, 32, 40, 48.

Combining these lists and removing the repeated 4040 gives the 1515 distinct numbers 5,8,10,15,16,20,24,25,30,32,35,40,45,48,505, 8, 10, 15, 16, 20, 24, 25, 30, 32, 35, 40, 45, 48, 50 so P(AB)=1550=0.3P(A \cup B) = \frac{15}{50} = 0.3 which agrees exactly with Step 3.

Why the other options are wrong

  • B (0.320.32): this is 0.2+0.120.2 + 0.12 with no subtraction for the overlap. It treats the events as mutually exclusive when they are not.
  • C (0.200.20): this is only P(A)P(A), the probability of a multiple of 55, ignoring BB entirely.
  • D (0.120.12): this is only P(B)P(B), the probability of a multiple of 88, ignoring AA entirely.

Final answer

  • P(multiple of 5 or 8)=0.3P(\text{multiple of }5\text{ or }8) = \boxed{0.3}, option A.