Printable · GCSE Higher · ages 14-16
Probability worksheet — GCSE Higher
Fifteen questions across the probability statements at Higher tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Non-calculator
Probability worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.The probability that Kofi passes his driving test on any attempt is 0.6, and each attempt is independent of the others. Work out the probability that he fails both his first two attempts.
- 2.250 people took a theory test at one test centre. 150 of them had taken a preparation course and the rest had not. 120 of those who had taken the course passed and 50 of those who had not taken the course passed. One of the people who passed is picked at random. Work out the probability that this person had taken the preparation course.
- 3.At a school fête, a stall invites visitors to spin a fair spinner with 8 equal sections numbered 1 to 8, and separately toss a fair coin. A visitor wins a small prize only if the spinner lands on a multiple of 3 and the coin lands on heads. Work out the probability that a visitor wins a prize, giving your answer as a fraction in its simplest form.
- 4.Spinner A has 4 equal sections, numbered 1, 2, 3 and 4. Spinner B has 5 equal sections, numbered 1, 2, 3, 4 and 5. Both spinners are spun once, and the two numbers are multiplied together. Work out the probability that the product is 12.
- 5.Two ordinary fair dice are rolled. Work out the probability that both dice show the same score.
- 6.A market stall sells umbrellas. Over the last 250 days, it rained on 70 of them. Using this as an estimate of the probability of rain, work out how many rainy days would be expected in the next 365 days.
- 7.A leisure centre has 150 members. 80 of the members are male and the rest are female. Every member uses either the pool or the gym, but not both. 66 members use the pool, and 35 of those pool users are male. Work out how many female members use the gym.
- 8.Two fair five-sided dice, numbered 1 to 5, are rolled. Work out the probability that the two scores differ by at least 2.
- 9.Priya spins a fair spinner with P(red) = 0.3, and separately flips a fair coin with P(heads) = 0.5. Using a tree diagram, work out the probability that she gets red AND heads.
- 10.A café offers 3 types of sandwich, cheese, ham and egg, and 4 types of drink, tea, coffee, juice and water. A customer chooses one sandwich and one drink at random. Work out the probability that the customer chooses egg and water.
- 11.At a sports club, the numbers of members who play tennis and badminton are: 50 members play tennis, 40 members play badminton, and 18 members play both tennis and badminton. A member who plays tennis is chosen at random. Work out the probability that this member also plays badminton.
- 12.A bag contains 4 red counters and 6 blue counters. A counter is taken at random, its colour noted, and it is put back in the bag before a second counter is taken at random. Work out the probability that the two counters are different colours. Give your answer as a fraction in its simplest form.
- 13.A biased spinner is spun 200 times. It lands on red 70 times, on blue 50 times, and on green 80 times. Using these results, work out the expected number of times the spinner does NOT land on red, in 500 spins of the same spinner.
- 14.A school surveys 60 pupils. 32 say they walk to school, 24 say they cycle to school, and 12 say they do both, on different days. The rest travel only by car. One of the 60 pupils is chosen at random. Work out the probability that this pupil travels only by car.
- 15.A red fair dice and a blue fair dice are rolled together. Every outcome is listed as an ordered pair, red score then blue score. Work out the probability that the red score is less than the blue score.
Answer key
- (a) 0.16 — The probability that Kofi fails a single attempt is 1 − 0.6 = 0.4. Since the attempts are independent, the probability he fails both is 0.4 × 0.4 = 0.16. Choosing 0.36 comes from squaring the probability of PASSING instead, 0.6 × 0.6 = 0.36, which is the probability of passing both attempts, not failing both. Choosing 0.4 comes from giving the probability of failing just one attempt, forgetting to combine two attempts. Choosing 0.24 comes from multiplying the fail probability by the pass probability, 0.4 × 0.6 = 0.24, mixing up passing and failing between the two attempts.
- (d) 12/17 — Method: the person picked is known to have passed, so the sample space is everyone who passed; divide the course takers who passed by that total. Working: 120 course takers and 50 others passed, so 170 people passed. The course takers who passed give 120/170, and dividing the numerator and the denominator by 10 gives 12/17. Answer: the probability is 12/17. The distractors: 4/5 is 120/150, the probability that someone passed given that they took the course, which reverses the condition and the event; 12/25 is 120/250, dividing by everyone who sat the test rather than by the 170 who passed; 17/25 is 170/250, the probability that a person picked from everyone sitting the test passed, which answers a different question altogether.
- (d) 1/8 — The multiples of 3 from 1 to 8 are 3 and 6, so the probability of that event is 2/8, which simplifies to 1/4. The probability of the coin landing on heads is 1/2. Since the spin and the toss are independent, multiply the two probabilities: 1/4 × 1/2 = 1/8. A candidate who answers 1/4 has considered only the spinner and forgotten to combine it with the coin toss. A candidate who answers 1/2 has considered only the coin and forgotten the spinner condition entirely. A candidate who answers 1/16 has counted only one number, 6, as a multiple of 3 instead of two, giving 1/8 × 1/2.
- (a) 1/10 — There are 4 × 5 = 20 equally likely outcomes in total. The pairs whose product is 12 are Spinner A showing 3 with Spinner B showing 4, and Spinner A showing 4 with Spinner B showing 3, which is 2 outcomes, giving a probability of 2/20 = 1/10. Choosing 1/20 comes from finding only one of the two pairs, (3, 4), and missing (4, 3) as a separate outcome. Choosing 1/8 comes from using 16 as the total number of outcomes, 4 × 4, forgetting that Spinner B has 5 sections rather than 4. Choosing 1/5 comes from listing the factor pairs of 12 as 2 × 6 and 3 × 4 and counting each one in both orders, (2, 6), (6, 2), (3, 4) and (4, 3), giving 4 outcomes out of 20 without checking that neither spinner has a 6 on it.
- (b) 1/6 — Method: list the ordered pairs where the two scores match, and divide by the 36 equally likely pairs. Working: the matching pairs are (1, 1), (2, 2), (3, 3), (4, 4), (5, 5) and (6, 6), which is 6 pairs out of 36, cancelling down to 1/6. Answer: 1/6. Watch out: writing down 1/36 finds the probability of one particular double, such as (6, 6), rather than any double at all. Guessing 1/2 treats 'same' and 'different' as equally likely events, when there are only 6 matching pairs against 30 non-matching ones. And writing down 1/3 comes from listing each double twice, once for each order of the two dice, giving 12 pairs out of 36 — but (1, 1) is a single outcome, and swapping the two dice over does not produce a second one.
- (c) 102 — Method: turn the past record into a relative frequency, then use it as an estimate of the probability of rain and multiply by the number of days being predicted for. Working: relative frequency of rain = 70 ÷ 250 = 0.28. Expected rainy days in 365 days = 365 × 0.28 = 102.2, which rounds to about 102 days. Answer: about 102 days. Watch out: writing down 48 swaps which number is the sample and which is the target, working out 70 ÷ 365 × 250 instead of 70 ÷ 250 × 365. Writing down 70 just repeats the original count of rainy days without scaling it up to the new, longer period at all. And writing down 110 comes from rounding the relative frequency to 0.3 before multiplying, 365 × 0.3 = 109.5, when 70 ÷ 250 is exactly 0.28 and needs no rounding at all.
- (b) 39 — Method: put the counts into a two-way table and fill each missing cell by subtracting along a row or down a column. Working: the number of female members is 150 − 80 = 70. The pool column holds 66 members and 35 of them are male, so the number of female pool users is 66 − 35 = 31. Subtracting along the female row, 70 − 31 = 39 female members use the gym. Answer: 39 female members use the gym. The distractors: 45 comes from subtracting along the male row instead, 80 − 35 = 45, which counts male gym users; 31 is the female pool cell, written down one step before the gym cell; 84 is 150 − 66 and counts every gym user, male and female together.
- (b) 12/25 — List every outcome as an ordered pair (first dice, second dice) out of the 25 equally likely outcomes. The pairs with a difference of exactly 2 are (1, 3), (3, 1), (2, 4), (4, 2), (3, 5) and (5, 3), the pairs with a difference of 3 are (1, 4), (4, 1), (2, 5) and (5, 2), and the pairs with a difference of 4 are (1, 5) and (5, 1), giving 6 + 4 + 2 = 12 outcomes with a difference of at least 2, so the probability is 12/25. Choosing 13/25 comes from finding the probability that the two scores differ by LESS than 2 instead, using the remaining 13 outcomes, the opposite of what was asked. Choosing 10/25 comes from forgetting the two outcomes where the difference is 4, (1, 5) and (5, 1), and adding only the difference-2 and difference-3 outcomes, 6 + 4 = 10 out of 25. Choosing 6/25 comes from counting only the pairs with a difference of exactly 2, forgetting that differences of 3 and 4 also count as at least 2.
- (c) 0.15 — Method: for two independent events, multiply along the branches of the tree to find the probability of both outcomes happening together. Working: P(red and heads) = P(red) × P(heads) = 0.3 × 0.5 = 0.15. Answer: 0.15. Watch out: adding the two probabilities, 0.3 + 0.5 = 0.8, does not give the probability of both — probabilities along one path of a tree are multiplied, not added. Writing down 0.5 ignores the spinner altogether and gives only the coin's probability. And writing down 0.65 is the probability of red OR heads, which is 0.3 + 0.5 − 0.15 = 0.65, a different question from the one asked here.
- (d) 1/12 — Method: list the full possibility space of sandwich-and-drink pairs, then divide the one matching pair by the size of the whole space. Working: there are 3 × 4 = 12 equally likely sandwich-and-drink pairs, and exactly one of them is egg and water. Answer: 1/12. Watch out: writing down 1/7 comes from adding the two counts, 3 + 4 = 7, instead of multiplying them to build the possibility space. Writing down 1/3 uses only the chance of choosing egg out of 3 sandwiches and ignores the drink altogether. And writing down 1/4 uses only the chance of choosing water out of 4 drinks and ignores the sandwich altogether.
- (a) 9/25 — Method: P(badminton | tennis) = n(tennis and badminton) ÷ n(tennis) — restrict to the tennis-players, then find what fraction of them also play badminton. Working: n(tennis and badminton) = 18, n(tennis) = 50, so P(badminton | tennis) = 18/50 = 9/25. Answer: 9/25. Watch out: dividing by 40 (the badminton total) finds P(tennis | badminton) instead of P(badminton | tennis) — the wrong direction. Dividing by 90 (all the members named in the question) ignores that you already know the member plays tennis. And dividing by 72 (50 + 40 − 18, the number who play at least one of the two sports) answers a question about the union, not the condition you were given.
- (a) 12/25 — P(red then blue) = 4/10 × 6/10 = 24/100. P(blue then red) is the same, 6/10 × 4/10 = 24/100. Since either order counts as different colours, add them: 24/100 + 24/100 = 48/100 = 12/25. Working out only one order, red-then-blue, and forgetting blue-then-red, gives 24/100 = 6/25. Working out the probability that the two counters are the SAME colour instead — 4/10 × 4/10 + 6/10 × 6/10 = 16/100 + 36/100 = 52/100 = 13/25 — answers a different question. Using 6/9 for the second draw, as if the first counter were not replaced, gives 2 × (4/10 × 6/9) = 48/90 = 8/15.
- (c) 325 — Method: first find the relative frequency of NOT landing on red from the 200 spins, then scale that up to 500 spins. Working: non-red results = 50 + 80 = 130, out of 200 spins, so P(not red) = 130 ÷ 200 = 0.65. Expected non-red results in 500 spins = 500 × 0.65 = 325. Answer: 325. Watch out: writing down 175 finds the expected number of RED results instead, 70 ÷ 200 × 500 = 175, answering the opposite of what was asked. Writing down 250 assumes landing red or not landing red must be a fair 50-50 split, but the spinner is biased and the actual results do not split evenly. And writing down 130 stops after finding how many of the 200 spins were non-red and forgets to scale that figure up to the 500 spins asked for.
- (a) 4/15 — Method: first find how many pupils travel only by car, then write that as a fraction of the 60 pupils surveyed. Working: pupils who walk or cycle or both = 32 + 24 − 12 = 44. Only by car = 60 − 44 = 16. P(only by car) = 16/60 = 4/15. Answer: 4/15. Watch out: writing down 1/5 takes the overlap of 12 pupils on its own, 12/60, mistaking the group who do both for the group who travel only by car. Writing down 4/5 comes from 60 − 12 = 48, subtracting only the overlap from the total instead of the whole walk-or-cycle count, so cyclists and walkers who are not in the overlap are wrongly swept into the only-car group. And writing down 7/15 comes from 60 − 32 = 28, subtracting the walkers alone and forgetting the cyclists altogether.
- (b) 5/12 — There are 36 equally likely ordered pairs. Listing the pairs where the red score is smaller than the blue score gives 15 outcomes, so the probability is 15/36 = 5/12. Choosing 1/2 comes from assuming the 36 outcomes split evenly between 'red smaller' and 'red bigger', which ignores the 6 outcomes where the two dice show the same score. Choosing 7/12 comes from including the outcomes where the two scores are equal, 15 + 6 = 21, giving 21/36 = 7/12, instead of using 'less than' strictly. Choosing 5/36 comes from counting only the outcomes where the two scores differ by exactly 1, such as (1, 2) and (2, 3), which is 5 outcomes, and missing the pairs that differ by more than 1.
Build your own mix at the worksheet builder.