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.
Probability worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A fair six-sided dice is rolled 90 times. Work out how many more times you would expect it to land on a number less than 4 than on a 6.
- 2.A basketball player takes two free throws, and the throws are independent. The probability of scoring on each throw is 0.6, and the probability of missing is 0.4. Work out the probability that she scores exactly one of the two throws.
- 3.150 pupils are asked about swimming and cycling, and the results are recorded on a frequency tree. The first pair of branches splits the 150 pupils into 90 who swim and 60 who do not swim. Of the 90 who swim, 54 also cycle. Of the 60 who do not swim, 18 cycle. Work out P(S ∩ C), the probability that a pupil, chosen at random, swims and cycles. Give your answer as a fraction in its simplest form.
- 4.A ferry company finds that on 20% of days the sea is rough. If the sea is rough, the probability that a crossing is delayed is 0.75. If the sea is calm, the probability that a crossing is delayed is 0.1. Given that a crossing was delayed, work out the probability that the sea was rough that day.
- 5.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.
- 6.Each turn of a game ends in a win, a draw or a loss, and no turn can end in more than one of these. The probability of a win is 1/4 and the probability of a draw is 1/3. Work out the probability of a loss.
- 7.A fair coin is flipped three times. Work out the probability of getting at least one head.
- 8.A biased six-sided dice is rolled once. The probability that it lands on 6 is 0.25. The other five scores are all equally likely. Work out the probability that it lands on 3.
- 9.A test for a medical condition is given to 1000 people. 50 of the people have the condition and 950 do not. The test is positive for 45 of the 50 people who have the condition, and it is also positive for 95 of the 950 people who do not have the condition. One of the people whose test is positive is picked at random. Work out the probability that this person has the condition.
- 10.A fair spinner is divided into 5 equal sections, 2 labelled win and 3 labelled lose. Zara spins it twice, and the two spins are independent. Work out the probability that she wins on the first spin and loses on the second spin.
- 11.A garage services 200 cars in one week. 120 of the cars are petrol cars and the rest are diesel cars. 30 of the petrol cars and 24 of the diesel cars fail the service. One of the cars that failed is picked at random. Work out the probability that it is a diesel car.
- 12.At a fair, a game costs £2 to play. The probability of winning the game is 0.15, and each win pays out £10. Amir plays the game 200 times. Work out how much money Amir should expect to lose in total.
- 13.In a survey of 45 students, 22 said they like reading, 18 said they like gaming, and 6 said they like both. Work out how many students like exactly one of reading or gaming.
- 14.An ordinary six-sided dice, numbered 1 to 6, is rolled 30 times and lands on a 6 seven times. Ravi says the theoretical probability of rolling a 6 and the relative frequency of rolling a 6 in this trial are the same number. Is Ravi right?
- 15.A game uses a fair spinner with 5 equal sections numbered 1 to 5. A player wins £12 if the spinner lands on 5, and wins nothing otherwise. It costs £2 to play. The game is played 250 times. Work out the expected profit for the players, in total, over the 250 games.
Answer key
- (c) 30 — The numbers less than 4 are 1, 2 and 3, so the probability of that event is 3/6, and the expected count in 90 rolls is 90 × 3/6 = 45. The probability of rolling a 6 is 1/6, and the expected count is 90 × 1/6 = 15. The difference between the two expected counts is 45 − 15 = 30. A candidate who answers 45 has given the expected count for 'less than 4' only, forgetting to subtract the other expected count. A candidate who answers 15 has given the expected count for '6' only. A candidate who answers 36 has used a dice with 5 possible numbers instead of 6, giving 90 × 3/5 = 54 and 90 × 1/5 = 18, a difference of 36.
- (a) 0.48 — There are two ways to score exactly one throw: scoring on the first and missing the second, 0.6 × 0.4 = 0.24, or missing the first and scoring the second, 0.4 × 0.6 = 0.24. Adding these gives 0.24 + 0.24 = 0.48. Choosing 0.24 comes from working out only one of the two paths and forgetting the other one also gives exactly one score. Choosing 0.36 comes from working out the probability of scoring BOTH throws, 0.6 × 0.6 = 0.36, instead of exactly one. Choosing 0.84 comes from working out the probability of scoring AT LEAST one throw, 1 − 0.4 × 0.4 = 0.84, instead of exactly one.
- (c) 9/25 — The frequency tree already shows the swim-and-cycle branch directly: 54 out of 150, which simplifies to 9/25. Adding both cycling branches together, 54 + 18 = 72, gives the total number of cyclists, so 72/150 = 12/25, not just those who also swim. Using the non-swimmers' cycling figure, 18, gives 18/150 = 3/25, the probability of cycling WITHOUT swimming. Using the swimmers' total of 90, before splitting by cycling, gives 90/150 = 3/5, the probability of swimming on its own.
- (c) 15/23 — Method: find P(rough and delayed) and the overall P(delayed) using the tree, then divide. Working: P(rough and delayed) = 0.2 × 0.75 = 0.15. P(calm and delayed) = 0.8 × 0.1 = 0.08. P(delayed) = 0.15 + 0.08 = 0.23. P(rough | delayed) = 0.15 ÷ 0.23 = 15/23. Answer: 15/23. Watch out: leaving the answer as 0.15 (3/20) gives P(rough and delayed) itself, without dividing by the overall probability that a crossing is delayed. Giving 0.75 (3/4) is the probability you were told to start with — that a crossing is delayed GIVEN the sea is rough — which is the reverse of what's being asked. And 0.2 (1/5) is just the original probability that the sea is rough, before you take the fact that the crossing was delayed into account.
- (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.
- (a) 5/12 — Method: a win, a draw and a loss are the only outcomes and no two can happen together, so the three probabilities form an exhaustive set of mutually exclusive events and add to 1; add the two given probabilities, then subtract from 1. Working: 1/4 + 1/3 over the common denominator 12 is 3/12 + 4/12 = 7/12, and 1 − 7/12 = 12/12 − 7/12. Answer: 5/12. The distractors: 7/12 comes from stopping at the probability of a win or a draw and never subtracting from 1; 1/12 comes from subtracting the two given probabilities from each other, 1/3 − 1/4, instead of adding them and taking the total from 1; 5/7 comes from adding 1/4 and 1/3 by adding the numerators and the denominators to get 2/7 and then subtracting that from 1.
- (c) 7/8 — Method: 'at least one head' is the opposite of 'no heads at all', so work out the probability of three tails and take it away from 1. Working: a flip that is not a head has probability 1/2, and the flips are independent, so three tails in a row has probability 1/2 × 1/2 × 1/2 = 1/8. Taking this from 8/8 leaves 7/8. Answer: the probability is 7/8. The distractors: 1/8 is the probability of three tails, written down without the final subtraction; 3/8 is the probability of exactly one head, which comes from reading 'at least one' as 'exactly one'; 1/2 comes from giving the probability of a head on a single flip and ignoring that three flips are made.
- (b) 0.150 — The six scores are exhaustive, so their probabilities sum to 1. The probability of not landing on 6 is 1 − 0.25 = 0.75, and this is shared equally between the other five scores, so each has probability 0.75 ÷ 5 = 0.150. Giving 0.750 as the answer stops after finding the probability of not landing on 6, without sharing it out between the five remaining scores. Dividing 0.75 by 6 instead of by 5 gives 0.125, wrongly including the score of 6 among the equally likely scores. Ignoring the bias completely and dividing 1 by all six scores gives 1 ÷ 6 = 0.167.
- (c) 9/28 — Method: two linked steps. Total everyone whose test is positive, since the person picked is known to be one of them, then divide the positive tests that belong to people with the condition by that total. Working: 45 positive tests come from people who have the condition and 95 come from people who do not, so 140 tests are positive. The people with the condition give 45/140, and dividing the numerator and the denominator by 5 gives 9/28. Answer: the probability is 9/28. The distractors: 9/10 is 45/50, the probability of a positive test given that the person has the condition, which is the condition and the event the wrong way round and is the figure a candidate quotes when the two are confused; 9/200 is 45/1000, dividing by everyone tested rather than by the 140 who tested positive; 1/20 is 50/1000, the probability that a person has the condition before the test result is used at all.
- (b) 6/25 — The probability of winning on any one spin is 2/5, and the probability of losing on any one spin is 3/5. Since the spins are independent, multiply the probability of winning on the first spin by the probability of losing on the second spin: 2/5 × 3/5 = 6/25. A candidate who answers 4/25 has used the winning probability for both spins, 2/5 × 2/5. A candidate who answers 9/25 has used the losing probability for both spins, 3/5 × 3/5. A candidate who answers 3/10 has treated the spins as if they were dependent, reducing the second spin's denominator to 4.
- (a) 4/9 — Method: two steps. Find how many cars failed altogether, because the car picked is known to be one of them, then divide the diesel failures by that total. Working: 30 petrol cars and 24 diesel cars failed, so 54 cars failed. The diesel failures give 24/54, and dividing the numerator and the denominator by 6 gives 4/9. Answer: the probability is 4/9. The distractors: 3/10 is 24/80, the probability that a car fails given that it is a diesel car, which is the condition and the event swapped; 3/25 is 24/200, dividing by every car serviced that week rather than by the 54 that failed; 2/5 is 80/200, the probability that a car chosen from the whole week is a diesel car, which ignores the fact that the car picked failed.
- (b) £100 — Method: find the expected number of wins, turn that into the expected pay out, then compare it with what the games cost. Working: the expected number of wins is 200 × 0.15 = 30. Each win pays £10, so the expected pay out is 30 × 10 = 300 pounds. Playing 200 times at £2 a go costs 200 × 2 = 400 pounds. The expected loss is 400 − 300 = 100 pounds. Answer: Amir should expect to be about £100 down. The distractors: £300 is the expected winnings on their own, with the cost of playing never taken off; £400 is the total cost of playing, with the winnings never taken off; £700 comes from adding the two totals, 400 + 300 = 700, instead of subtracting one from the other.
- (c) 28 — Reading only is 22 − 6 = 16, and gaming only is 18 − 6 = 12, so exactly one of the two is 16 + 12 = 28. Adding 22 and 18 without removing the 6 who like both, 22 + 18 = 40, counts those 6 students twice. Giving 6 mistakes the number who like both for the number who like exactly one. Finding 22 + 18 − 6 = 34 gives the number who like at least one of reading or gaming, but stops there instead of also removing the 6 who like both to leave only those who like exactly one.
- (c) No — 7/30 is the relative frequency; theory stays 1/6. — The theoretical probability of rolling a 6 on an ordinary dice is fixed at 1/6, worked out from the number of equally likely outcomes, and does not change however the dice is actually rolled. The relative frequency from this trial is 7/30, found from what happened in these particular 30 rolls. Since 7/30 and 1/6 are different numbers, the correct statement is 'No — 7/30 is the relative frequency; theory stays 1/6.' Assuming the two values must always match because they describe the same event gives 'Yes — relative frequency always equals theory.' Believing that an observed result redefines the theoretical probability gives 'Yes — the theoretical probability has now become 7/30.' Refusing to work out either value at all gives 'Neither can be found — 30 rolls is too few to tell', which ignores that both numbers CAN be calculated from the information given.
- (b) £100 — Over 250 games, the expected total winnings are 250 × (1/5) × £12 = £600, since a player wins on 1 of the 5 equally likely sections. The total cost of playing is 250 × £2 = £500. The players' expected profit is the winnings minus the cost: £600 − £500 = £100. Writing £500 is wrong because that is only the total cost of playing, without any winnings included. Writing £600 is wrong because that is only the total expected winnings, without subtracting what was paid to play. Writing £2,500 is wrong because it assumes a win on every single game (250 × £12 = £3,000) instead of using the 1-in-5 probability, then subtracts the cost: £3,000 − £500 = £2,500. The players' expected profit over the 250 games is £100.
Build your own mix at the worksheet builder.