Mathematics 9709/52 — October/November 2024
Cambridge AS Level · Probability & Statistics 1 · worked solutions for every part, with the mark scheme
Topics Discrete Random Variables · Permutations and Combinations · The Normal Distribution · Probability · Representation of Data
At a college, the students choose exactly one of tennis, hockey or netball to play. The table shows the numbers of students in Year 1 and Year 2 at the college playing each of these sports.
| Tennis | Hockey | Netball | |
|---|---|---|---|
| Year 1 | 16 | 22 | 12 |
| Year 2 | 24 | 18 | 28 |
One student is chosen at random from the 120 students. Events and are defined as follows:
: the student is in Year 1
: the student plays netball.
Approach
Use the conditional probability formula . Read the relevant counts from the table.
Working
From the table:
- Number of students who play netball:
- Number of students who are in Year 1 AND play netball:
Therefore:
Answer
P(X|N) = 3/10 (or 0.3)
Walkthrough
We need the probability that a student is in Year 1 given that they play netball. The conditional probability formula
restricts our sample space to just the netball players. So we count only the netball players in the table: (Year 1) + (Year 2) = . Among those , the Year 1 students number . The ratio simplifies to .
Key Takeaways
- Conditional probability restricts the sample space to the conditioning event.
- (Year 1 AND netball) corresponds to a single cell of the table (the Year 1, Netball entry = 12).
- The marginal corresponds to the entire netball column.
Common Mistakes
- Forgetting to restrict to netball players only and instead dividing by the total .
- Using the wrong cell of the table (e.g. Year 2 netball ).
Things to Be Careful About
- The denominator is the total number of netball players, not the total number of students.
Approach
Use the conditional probability formula .
Working
From the table:
- Number of students in Year 1:
- Number of students in Year 1 AND playing netball:
Therefore:
Answer
P(N|X) = 6/25 (or 0.24)
Walkthrough
We need the probability that a student plays netball given that they are in Year 1. The conditional probability formula
restricts the sample space to Year 1 students only. The Year 1 row sums to . Of those Year 1 students, play netball. The ratio simplifies to , or .
Key Takeaways
- in general. Here they happen to be different ( vs ).
- The conditioning event in part (b) is the row total, not the column total as in part (a).
Common Mistakes
- Confusing with from part (a).
- Dividing by the total instead of the Year 1 total .
Things to Be Careful About
- Always check which event is the conditioning event and divide by its total count, not by .
Approach
Two events are independent if and only if . Compute each side from the table and compare.
Working
From the table (out of students total):
Now test independence:
Since
the events are not independent.
Answer
X and N are not independent.
Walkthrough
Two events and are independent when knowing one tells you nothing about the other, which algebraically means . We compute three quantities from the table.
: there are Year 1 students out of , so .
: there are netball players out of , so .
: there are students who are both Year 1 and play netball out of , so .
Multiplying the marginals gives . This is not equal to , so the equality fails and the events are not independent.
Key Takeaways
- Independence is tested by checking whether .
- The direction of the inequality tells you something about how the events relate: here , so being a Year 1 student makes netball less likely than under independence.
Common Mistakes
- Concluding independence because neither nor "looks obviously" true. The algebraic test is required.
- Forgetting to state the conclusion clearly ("not independent").
- Computing only without comparing it to .
Things to Be Careful About
- The mark scheme requires the three probabilities (or their numerators), the multiplication, the comparison, and the explicit conclusion.
- Either showing the product does not equal the intersection, or stating clearly that the events are not independent, earns the mark.
One of the students who plays netball takes 8 shots at goal. On each shot, the probability that she will succeed is 0.15, independently of all other shots.
Find the probability that she succeeds on fewer than 3 of these shots.
Approach
Let be the number of successful shots. since there are a fixed number of independent trials (), each with the same success probability (). We need
Working
Using the binomial formula :
Summing:
Rounded to three significant figures:
Answer
0.895
Walkthrough
The number of successes in a fixed number of independent trials with constant success probability follows a binomial distribution. Here we have trials, each with , so .
"Fewer than 3" means , so we add three binomial probabilities. The binomial probability formula is
For the binomial coefficient is , giving . For , , giving . For , , giving . Summing the three gives approximately , which rounds to .
Key Takeaways
- Recognise the binomial setting: fixed , two outcomes, independent trials, constant .
- "Fewer than 3" means summing — a common source of off-by-one errors.
- The complementary calculation is an alternative valid method (Method 2 in the mark scheme).
Common Mistakes
- Using instead of (confusing success with failure).
- Computing instead of , i.e. including the term.
- Omitting the coefficient in the formula.
Things to Be Careful About
- The mark scheme accepts as the final answer; the unrounded sum is which lies in this range.
- A correct unsimplified expression of all three terms earns full marks even if the final addition is not carried out, but the final value is required for the third mark.
Approach
Count all 9-letter arrangements, then divide by because the two As are identical.
Working
If all 9 letters were distinct, there would be arrangements. Since the two As are indistinguishable, every distinct arrangement has been counted twice:
Answer
n$$
181440
181440
Walkthrough
There are 9 letters in ALGEBRAIC. If they were all different, arranging them would give possibilities. However, ALGEBRAIC has two identical As. Swapping those As gives the same written arrangement, so each distinct arrangement is counted twice in . Dividing by corrects this overcount.
Key Takeaway
This question uses the rule for arrangements with identical objects: divide the total factorial by the factorial of each group of repeated letters.
Common Mistakes
- Writing only and forgetting the repeated A.
- Giving an unsimplified expression such as instead of the exact numerical value.
Things to Be Careful About
The mark scheme requires the exact value ; an unsimplified factorial is not sufficient.
Find the number of different arrangements of the 9 letters in the word ALGEBRAIC in which there are no more than two letters between the two As.
Approach
We split the count into three mutually exclusive cases by the number of letters between the two As: . In each case we place the As in valid positions and arrange the 7 remaining distinct letters.
Working
There are 7 non-A letters: L, G, E, B, R, I, C. They can be arranged in ways.n
For exactly letters between the As, the left-hand A can be placed in positions up to , so there are possible position pairs for the As.
Case :
Case :
Case :
These cases cannot overlap, so the total number of arrangements is
Answer
105840
Walkthrough
We only want arrangements with 0, 1 or 2 letters between the two As. The As are identical, so the best way to count is to choose their positions first and then fill the remaining places with the other letters.
For a fixed value of , if the left A is in position , the right A must be in position . Therefore can run from 1 to , giving possible pairs.
For example, when the As are adjacent, with possible pairs - 8 pairs. When the pairs are - 7 pairs. When the pairs are - 6 pairs.
For every chosen pair of As, the remaining 7 positions are filled by the 7 distinct non-A letters in ways. Adding the three mutually exclusive cases gives the total.
Key Takeaways
Counting arrangements with restrictions often benefits from splitting into mutually exclusive cases. Repeated letters can be handled by choosing positions for them first; since the As are identical, each chosen pair of positions corresponds to exactly one arrangement of the As.
Common Mistakes
- Counting cases with 3 or more letters between the As.
- Treating the two As as distinct, which would double each case.
- Adding scenario values but forgetting to multiply by .
- Using in each case, which would count arrangements before placing the As and would be incorrect.
Things to Be Careful About
To earn full marks, show at least one correct scenario for the first B1, then add the three correct scenario totals for the M1 and A1. The cases are mutually exclusive, so no arrangement is counted twice. If using the complement method, subtract cases with 3, 4, 5, 6 or 7 letters between the As from .
A fair coin and an ordinary fair six-sided dice are thrown at the same time. The random variable is defined as follows.
- If the coin shows a tail, is twice the score on the dice.
- If the coin shows a head, is the score on the dice if the score is even and is 0 otherwise.
Approach
A coin and a dice are independent, so each of the 12 outcomes is equally likely, with probability . For each outcome, determine the value of , then add the probabilities for any outcomes that give the same value of .
Working
If the coin shows a tail, the dice score, so takes values , each with probability .
If the coin shows a head, equals the dice score when it is even, and otherwise. So each have probability , and has probability .
Adding probabilities for the same value of :
| 0 | 2 | 4 | 6 | 8 | 10 | 12 | |
|---|---|---|---|---|---|---|---|
Answer
P(X=0)=1/4, P(X=2)=1/6, P(X=4)=1/6, P(X=6)=1/6, P(X=8)=1/12, P(X=10)=1/12, P(X=12)=1/12
Walkthrough
The coin and dice are independent, so there are equally likely outcomes. Each outcome has probability .
For a tail, is twice the dice score, so can be , each with probability .
For a head, if the dice score is even, is that score, so each with probability . If the dice score is odd, , and there are three odd scores, so .
Now collect repeated values. The value occurs in two ways: tail with dice score 1, and head with dice score 2. So its probability is . The same happens for and . The values occur only from tails, so each has probability .
Key Takeaways
A probability distribution table must list every possible value of the random variable and assign probabilities that sum to 1. When different outcomes give the same value of , their probabilities must be added together.
Common Mistakes
- Forgetting that a head with an odd dice score gives .
- Forgetting that a tail doubles the dice score.
- Not adding the probabilities when the same value of can arise in more than one way.
- Giving probabilities that do not sum to 1.
The mark scheme allows unsimplified probabilities, but decimal answers must be correct to at least 3 significant figures.
Things to Be Careful About
The value is easy to miss. Also, , and each have two contributing outcomes, so their probabilities are , not .
Approach
Use the probability distribution from part (a) to compute and , then apply .
Working
From the distribution table:
Next,
Therefore,
Answer
Var(X) = 14.75 = 59/4
Walkthrough
Use the distribution table from part (a). The expected value is found by multiplying each value of by its probability and adding the results.
The zero term contributes nothing to , but it is included for completeness. The nonzero terms give .
For variance, use . First compute by multiplying each squared value of by its probability. The sum is .
Then subtract , giving , which is .
Key Takeaways
The variance of a discrete random variable is calculated using . This requires two separate sums: one for the expected value and one for the expected value of the squares.
Common Mistakes
Using instead of subtracting .
Forgetting to square each value of when computing .
Using probabilities from the table incorrectly, especially if the table from part (a) has unsimplified fractions.
The mark scheme allows follow-through from a table whose probabilities sum to 1, but the final answer must be correct.
Things to Be Careful About
Always use the same probabilities from the distribution table. The zero term is harmless but must not be counted as a nonzero contribution.
The final answer can be written as , , or .
Decimals in intermediate working should be kept accurate enough that the final answer is not affected by rounding.
The heights, in metres, of white pine trees are normally distributed with mean 19.8 and standard deviation 2.4.
In a certain forest there are 450 white pine trees.
Approach
Standardise the height using the normal distribution formula, find the normal probability from the standard normal table, then multiply by the total number of trees to get the expected count.
Working
Let be the height of a white pine tree, so .
Standardise:
Find the probability:
From the standard normal table, , so
Expected number of trees:
So we expect approximately 113 or 114 trees.
Answer
113 or 114 trees
113 or 114 trees
Walkthrough
We are told the heights of white pine trees follow a normal distribution with mean 19.8 m and standard deviation 2.4 m. We need the expected number of trees out of 450 that are shorter than 18.2 m.
First, standardise the value 18.2:
We want . The standard normal table gives for positive , so using the symmetry of the normal curve:
The table gives , so the probability is .
Finally, multiply by the total number of trees:
So we expect about 113 or 114 trees.
Key Takeaways
- Standardising a normal variable converts it to the standard normal .
- The symmetry lets you use the table for negative -values.
- The expected count of an event is the probability times the number of trials.
Common Mistakes
- Using directly without converting to .
- Confusing the z-value with the probability.
- Forgetting to multiply by 450.
- Leaving the answer as a non-integer.
Things to Be Careful About
- The mark scheme requires the probability to be 0.2523, which is less than 0.5.
- No continuity correction is allowed here.
- Give a single integer answer: 113 or 114.
The heights, in metres, of red pine trees are normally distributed with mean 23.4 and standard deviation . It is known that 26% of red pine trees have height greater than 25.5 metres.
Find the value of .
Approach
Use the given tail probability to find the corresponding -value from the standard normal table, then substitute it into the standardisation formula and solve for the standard deviation .
Working
Let be the height of a red pine tree, so .
Given , standardise:
The upper-tail probability 0.26 corresponds to , since .
So
Solving for :
Answer
σ = 3.27
Walkthrough
We are told that red pine tree heights are normal with mean 23.4 m and unknown standard deviation . We know that 26% of red pines are taller than 25.5 m.
Standardise 25.5:
The condition becomes
Since the upper-tail probability is 0.26, we need such that . The normal table gives .
Set up the equation:
Key Takeaways
- To find a -value from a tail probability, use .
- The standardisation formula can be rearranged to solve for an unknown standard deviation.
Common Mistakes
- Using the lower-tail probability 0.26, which would give a negative -value.
- Forgetting to equate the standardised expression to the -value.
- Using or in the standardisation.
Things to Be Careful About
- The mark scheme accepts .
- The final value of must be between 3.26 and 3.27.
- Do not apply a continuity correction here.
In a class of 21 students, there are 10 violinists, 6 guitarists and 5 pianists. A group of 7 is to be chosen from these 21 students. The group will consist of 4 violinists, 2 guitarists and 1 pianist.
Approach
There are 10 violinists, 6 guitarists and 5 pianists. We need to choose 4 violinists, 2 guitarists and 1 pianist. The selections from each group are independent, so multiply the numbers of ways.
Working
Choose 4 violinists from 10:
Choose 2 guitarists from 6:
Choose 1 pianist from 5:
By the multiplication principle, the total number of groups is:
Answer
15750
Walkthrough
The group has a fixed composition: 4 violinists, 2 guitarists and 1 pianist. Since the students are all distinct, we count the number of ways to make each separate choice. Choosing 4 violinists from 10 is . Choosing 2 guitarists from 6 is . Choosing 1 pianist from 5 is . These choices are independent, so we multiply them to get .
Key Takeaways
- Combinations are used when the order of selection does not matter.
- When a group is made from fixed numbers of disjoint categories, multiply the number of choices for each category.
Common Mistakes
- Choosing from all 21 students without respecting the required category sizes.
- Adding the category counts instead of multiplying them.
- Using permutations when the order within the group does not matter.
Things to Be Careful About
The students are distinct, and the selection is made without replacement. The group is unordered, so combinations, not permutations, should be used.
On another occasion a group of 5 will be chosen from the 21 students. The group must contain at least 2 violinists, at least 1 guitarist and at most 1 pianist.
In how many ways can the group of 5 be chosen?
Approach
Let , and be the numbers of violinists, guitarists and pianists chosen. The restrictions are , , and . List all valid scenarios, count each with combinations, then add the counts.
Working
Possible scenarios are:
| Number of ways | |
|---|---|
These scenarios are mutually exclusive, so add the counts:
Answer
The number of ways is .
10935
Walkthrough
We need a group of 5 with at least 2 violinists, at least 1 guitarist and at most 1 pianist. Let , and be the numbers chosen from each group. Then , with , and .
If , then . With and , the possibilities are , and .
If , then . With and , the possibilities are and .
So there are five valid scenarios. For each scenario, multiply the number of ways to choose the required number of violinists, guitarists and pianists. For example, gives . Finally, because the scenarios are mutually exclusive, add all five counts to get .
Key Takeaways
When a selection problem has several restrictions, split the problem into disjoint cases based on the possible numbers chosen from each category. Count each case using combinations, then add the results.
Common Mistakes
- Forgetting the cases where no pianist is chosen, .
- Including invalid scenarios such as because the group must contain at least one guitarist.
- Using permutations instead of combinations, even though the order of selection does not matter.
- Adding the same scenario twice or missing one of the five valid scenarios.
Things to Be Careful About
Check that every scenario satisfies all three conditions: , and . The counts in each scenario must sum to 5. The mark scheme awards a special case B1 for the final value 10935 even if the method marks are not awarded, but it is safer to show all the scenarios clearly.
Teams of 15 runners took part in a charity run last Saturday. The times taken, in minutes, to complete the course by the runners from the Falcons and the runners from the Kites are shown in the table.
| Falcons | 38 | 39 | 42 | 44 | 46 | 48 | 50 | 51 | 52 | 56 | 58 | 59 | 64 | 69 | 76 |
| Kites | 32 | 40 | 40 | 45 | 47 | 48 | 52 | 54 | 58 | 59 | 59 | 60 | 61 | 63 | 65 |
Draw a back-to-back stem-and-leaf diagram to represent this information, with the Falcons on the left-hand side.
Approach
A back-to-back stem-and-leaf diagram uses a common stem for the tens digits. The Falcons' times are placed on the left-hand side, with leaves ordered so that values increase as you read from the stem outwards. The Kites' times are placed on the right-hand side in increasing order. A key must state what each leaf on either side of the stem means.
Working
Use the tens digits 3, 4, 5, 6 and 7 as stems. The completed diagram is:
| Falcons | Stem | Kites |
|---|---|---|
| 9 8 | 3 | 2 |
| 8 6 4 2 | 4 | 0 0 5 7 8 |
| 9 8 6 2 1 0 | 5 | 2 4 8 9 9 |
| 9 4 | 6 | 0 1 3 5 |
| 6 | 7 |
Key: 1|5|4 means 51 minutes for Falcons and 54 minutes for Kites.
Answer
A back-to-back stem-and-leaf diagram as shown, with Falcons on the left and Kites on the right.
Back-to-back stem-and-leaf diagram with Falcons on the left and Kites on the right; key 1|5|4 means 51 minutes for Falcons and 54 minutes for Kites.
Walkthrough
Start by separating each time into a tens digit and a units digit. The stems are 3, 4, 5, 6 and 7. For the Falcons, whose leaves appear on the left of the stem, we mirror the usual order: the units digit nearest the stem is the smallest number in that stem, and as we move away from the stem the units digits increase. For example, Falcons times 42, 44, 46 and 48 are shown as 8 6 4 2 to the left of stem 4. For the Kites, on the right of the stem, we write the units digits in increasing order away from the stem, so 40, 40, 45, 47 and 48 become 0 0 5 7 8.
Finally, include a key. The key tells the reader how to read a stem and a leaf, and must name both teams and state that the units are minutes.
Key Takeaways
- A back-to-back stem-and-leaf diagram compares two distributions by sharing a single stem.
- The left-hand leaves are written in increasing order as you move outwards from the stem, so they appear reversed when read left-to-right.
- A key must always be given, including the units and team names.
Common Mistakes
- Writing the Falcons' leaves in increasing order left-to-right instead of from the stem outwards. This gives 2 4 6 8 instead of 8 6 4 2 and is incorrect.
- Forgetting to include the stem 7 for the Falcons' time of 76 minutes.
- Missing one of the two 40s for the Kites, or one of the two 59s.
- Using commas or other punctuation between leaves; the mark scheme requires no punctuation.
- Omitting a key or giving a key that does not identify both teams and minutes.
Things to Be Careful About
- All 15 values for each team must be included.
- The stem-and-leaf diagram should be compact: each stem appears once, and any empty row (e.g. stem 7 on the Kites' side) is left blank.
- If a separate diagram were drawn for each team, the marking scheme expects both stems correct, Falcons represented to the left of the stem, and keys including 'mins' and the team names.
Approach
Falcons have 15 ordered times, so the median is the 8th value. The lower quartile is the median of the first 7 values and the upper quartile is the median of the last 7 values. The interquartile range is upper quartile minus lower quartile.
Working
The Falcons' times in order are:
Median: the 8th value is 51.
Lower quartile: median of 38, 39, 42, 44, 46, 48, 50 is the 4th value, 44.
Upper quartile: median of 52, 56, 58, 59, 64, 69, 76 is the 4th value, 59.
Answer
Median = 51 minutes; IQR = 15 minutes.
Median = 51 minutes; IQR = 15 minutes
Walkthrough
First, list the Falcons' times in increasing order. With 15 values, the median is the middle value, which is the 8th value. The lower quartile is the median of the lower half: the first 7 values. For 7 values the middle is the 4th value, so LQ = 44. The upper quartile is the median of the upper half: the last 7 values, so UQ = 59. Then IQR = UQ - LQ = 59 - 44 = 15.
Key Takeaways
- With an odd number of data values, the median is the middle value.
- The lower and upper quartiles are the medians of the two halves created by the median.
- IQR measures the middle 50% of the data and is unaffected by extreme values.
Common Mistakes
- Confusing the median position: for 15 values it is the 8th value, not the 7th or 9th.
- Including the median in both halves when finding quartiles. For this dataset the quartiles are medians of the 7 values on each side, not of 8 values.
- Forgetting to subtract: the IQR is Q3 - Q1, not the other way round.
Things to Be Careful About
- The marking scheme accepts and if quartiles are approximated differently, but the exact quartiles are 44 and 59.
- State the units (minutes) with the answer.
- The median must be identified explicitly; it is not enough to write 51 without saying it is the median.
Let and denote the times, in minutes, of a runner from the Falcons and a runner from the Kites respectively.
It is given that
Find the mean and the standard deviation of the times taken by all 30 runners from the two teams.
Approach
Since all 30 runners are pooled, add the two totals and the two sums of squares. Then use the mean formula and the variance formula.
Working
Combined mean:
Combined variance:
So the standard deviation is:
Answer
Mean = 52.5 minutes; standard deviation = 10.1 minutes.
Mean = 52.5 minutes; standard deviation = 10.1 minutes
Walkthrough
We are told the sums for the Falcons () and for the Kites (
). Since we want the mean of all 30 runners together, combine the totals:
and divide by the total number of runners, 30, giving 52.5.
For the variance we need the sum of squares of all 30 values. Add the two given sums of squares:
The variance of the 30 pooled values is the mean of the squares minus the square of the mean:
Finally take the square root to obtain the standard deviation, 10.1 minutes.
Key Takeaways
- When combining two data sets, totals and sums of squares are added, but the divisor is the combined sample size.n- The variance formula works for the pooled data exactly as for a single set.n- The final answer is the standard deviation, so a square root must be taken.
Common Mistakes
- Forgetting to combine and before using the variance formula.
- Even if the mean is correct, using a variance formula based on separate means instead of combined sums leads to the wrong answer.
- Quoting the variance (101.3) as the standard deviation without taking the square root.
- Leaving the answer as an unsimplified fraction such as for the mean; the mark scheme requires , or .
Things to Be Careful About
- Use , not 15, because there are two teams of 15 runners.
- The mark scheme accepts an unsimplified variance formula for M1, but the final standard deviation must be identified as sd, , std d or .
- The answer 10.1 is an approximate value (AWRT); 10.065... should be rounded to 1 decimal place.
In a game, players attempt to score a goal by kicking a ball into a net. The probability that Leno scores a goal is 0.4 on any attempt, independently of all other attempts. The random variable denotes the number of attempts that it takes Leno to score a goal.
Approach
The number of attempts until the first goal follows a geometric distribution with success probability and failure probability . The event means the first four attempts are misses and the fifth attempt is a goal.
Working
For a geometric distribution, . Therefore
Evaluate:
This equals
Answer
0.05184 (162/3125)
Walkthrough
We are told that each attempt is independent and has probability of success. The random variable counts the number of attempts needed until the first goal, so has a geometric distribution. For , the first four attempts must all fail and the fifth must succeed. Each failure has probability , so the probability is
This is exactly the geometric formula with , and .
Key Takeaways
The geometric distribution models the number of trials until the first success. The formula is , where . The exponent on is one less than the attempt number because the first attempts must fail.
Common Mistakes
- Using instead of .
- Forgetting that the first four attempts must be failures.
- Confusing the geometric distribution with the binomial distribution.
Things to Be Careful About
The success probability is and the failure probability is . The exact fraction is , which equals .
Approach
For a geometric distribution, . We can find as
Working
Subtract:
Evaluate:
So
Answer
0.3320064 (25938/78125)
Walkthrough
For a geometric distribution, the probability that the first success occurs on or before attempt is . This is because the only way to take more than attempts is to fail all of the first attempts, which has probability . Therefore
and
Subtracting these gives the probability that lies between 3 and 7 inclusive:
Key Takeaways
Cumulative geometric probabilities are useful for interval questions. The identity avoids summing many individual terms.
Common Mistakes
- Subtracting instead of .
- Forgetting that the interval includes both endpoints.
- Using instead of cumulative probabilities.
Things to Be Careful About
The interval includes . The exact fraction is .
Approach
Scoring the second goal on or before the 5th attempt means that, in the first 5 attempts, Leno scores at least 2 goals. Let be the number of goals scored in 5 attempts. Then .
Working
We need
Term by term:
Add the probabilities:
Answer
0.66304 (2072/3125)
Walkthrough
"Second goal on or before the 5th attempt" means that by the time Leno has taken 5 attempts, he has scored at least 2 goals. Let be the number of goals in 5 attempts. Since each attempt is independent with success probability , follows a binomial distribution . We need
Each term uses . Adding the four terms gives .
Key Takeaways
A binomial distribution counts the number of successes in a fixed number of trials. The event "at least two goals" is the sum of the binomial probabilities for . An alternative is .
Common Mistakes
- Including and in the sum.
- Using instead of .
- Using the geometric distribution formula for the second success.
Things to Be Careful About
"On or before the 5th attempt" includes the 2nd, 3rd, 4th and 5th attempts. The exact fraction is .
Leno has 75 attempts to score a goal.
Use a suitable approximation to find the probability that Leno scores more than 28 goals but fewer than 35 goals.
Approach
The number of goals in 75 attempts is . Since and are both greater than 5, the normal approximation is suitable. We approximate by a normal distribution with mean and variance . Because is discrete, we apply a continuity correction to .
Working
Mean and variance:
With the continuity correction, becomes
Standardise:
Therefore
Answer
0.494
Walkthrough
We have . The mean is
and the variance is
so the standard deviation is . Since both and are greater than 5, the normal approximation is appropriate. The event means . The continuity correction changes this to the continuous interval . Standardising gives and . Using the standard normal table,
so
Key Takeaways
The normal approximation to the binomial uses and . A continuity correction is essential because the binomial is discrete and the normal distribution is continuous.
Common Mistakes
- Not applying a continuity correction.
- Using and instead of and .
- Using the variance in the denominator instead of the standard deviation .
- Reading incorrectly and subtracting a negative number.
Things to Be Careful About
The variance is , but the standard deviation is . The final answer must be a probability between 0 and 1. The mark scheme accepts answers approximately equal to .