| Exam Board | OCR MEI |
|---|---|
| Module | S1 (Statistics 1) |
| Year | 2006 |
| Session | June |
| Marks | 18 |
| Paper | Download PDF ↗ |
| Mark scheme | Download PDF ↗ |
| Topic | Conditional Probability |
| Type | Standard two-outcome diagnostic test |
| Difficulty | Moderate -0.3 This is a standard conditional probability question using tree diagrams and Bayes' theorem. While it has multiple parts and requires careful calculation, all techniques are routine for S1 level: completing a tree diagram, using the law of total probability, and applying Bayes' theorem. The final part involves combining independent probabilities. No novel insight is required, making it slightly easier than average. |
| Spec | 2.03b Probability diagrams: tree, Venn, sample space2.03c Conditional probability: using diagrams/tables2.03d Calculate conditional probability: from first principles |
| Answer | Marks |
|---|---|
| Tree diagram: Genuine (0.9) → Positive (0.95), Negative (0.05); Fake (0.1) → Positive (0.2), Negative (0.8) | B1 B1 |
| Answer | Marks |
|---|---|
| \(P(\text{positive}) = 0.9 \times 0.95 + 0.1 \times 0.2 = 0.855 + 0.02 = 0.875\) | M1 A1 |
| Answer | Marks |
|---|---|
| \(P(\text{correct}) = 0.9 \times 0.95 + 0.1 \times 0.8 = 0.855 + 0.08 = 0.935\) | M1 A1 |
| Answer | Marks | Guidance |
|---|---|---|
| \(P(\text{genuine} | \text{positive}) = \frac{0.9 \times 0.95}{0.875} = \frac{0.855}{0.875} = 0.9771...\) | M1 M1 A1 |
| Answer | Marks | Guidance |
|---|---|---|
| \(P(\text{fake} | \text{negative}) = \frac{0.1 \times 0.8}{1-0.875} = \frac{0.08}{0.125} = 0.64\) | M1 M1 A1 |
| Answer | Marks |
|---|---|
| From (iv), if positive very likely genuine (0.977) so no need for expensive second test | B1 |
| From (v), if negative there is a 0.64 chance of being fake, worth using second test to confirm | B1 |
| Answer | Marks |
|---|---|
| For each painting: genuine, negative on first test, positive on second | M1 |
| \(P = 0.9 \times 0.05 \times 0.96 = 0.0432\) | M1 A1 |
| \(P(\text{all three}) = (0.0432)^3 = 0.0000805\) | A1 |
# Question 6:
## Part (i)
| Tree diagram: Genuine (0.9) → Positive (0.95), Negative (0.05); Fake (0.1) → Positive (0.2), Negative (0.8) | B1 B1 | |
## Part (ii)
| $P(\text{positive}) = 0.9 \times 0.95 + 0.1 \times 0.2 = 0.855 + 0.02 = 0.875$ | M1 A1 | |
## Part (iii)
| $P(\text{correct}) = 0.9 \times 0.95 + 0.1 \times 0.8 = 0.855 + 0.08 = 0.935$ | M1 A1 | |
## Part (iv)
| $P(\text{genuine}|\text{positive}) = \frac{0.9 \times 0.95}{0.875} = \frac{0.855}{0.875} = 0.9771...$ | M1 M1 A1 | Bayes' theorem |
## Part (v)
| $P(\text{fake}|\text{negative}) = \frac{0.1 \times 0.8}{1-0.875} = \frac{0.08}{0.125} = 0.64$ | M1 M1 A1 | |
## Part (vi)
| From (iv), if positive very likely genuine (0.977) so no need for expensive second test | B1 | |
| From (v), if negative there is a 0.64 chance of being fake, worth using second test to confirm | B1 | |
## Part (vii)
| For each painting: genuine, negative on first test, positive on second | M1 | |
| $P = 0.9 \times 0.05 \times 0.96 = 0.0432$ | M1 A1 | |
| $P(\text{all three}) = (0.0432)^3 = 0.0000805$ | A1 | |
---
6 It has been estimated that $90 \%$ of paintings offered for sale at a particular auction house are genuine, and that the other $10 \%$ are fakes. The auction house has a test to determine whether or not a given painting is genuine. If this test gives a positive result, it suggests that the painting is genuine. A negative result suggests that the painting is a fake.
If a painting is genuine, the probability that the test result is positive is 0.95 .\\
If a painting is a fake, the probability that the test result is positive is 0.2 .\\
(i) Copy and complete the probability tree diagram below, to illustrate the information above.\\
\begin{tikzpicture}[thick]
% First split
\draw (0,0) -- (2,1.5);
\draw (0,0) -- (2,-1.5);
% Labels
\node[right] at (2,1.5) {genuine};
\node[right] at (2,-1.5) {fake};
% Second split from "genuine"
\draw (3.8,1.5) -- (5.5,2.3);
\draw (3.8,1.5) -- (5.5,0.7);
\node[right] at (5.5,0.7) {negative};
% Second split from "fake"
\draw (3.2,-1.5) -- (4.9,-0.7);
\draw (3.2,-1.5) -- (4.9,-2.3);
\end{tikzpicture}
Calculate the probabilities of the following events.\\
(ii) The test gives a positive result.\\
(iii) The test gives a correct result.\\
(iv) The painting is genuine, given a positive result.\\
(v) The painting is a fake, given a negative result.
A second test is more accurate, but very expensive. The auction house has a policy of only using this second test on those paintings with a negative result on the original test.\\
(vi) Using your answers to parts (iv) and (v), explain why the auction house has this policy.
The probability that the second test gives a correct result is 0.96 whether the painting is genuine or a fake.\\
(vii) Three paintings are independently offered for sale at the auction house. Calculate the probability that all three paintings are genuine, are judged to be fakes in the first test, but are judged to be genuine in the second test.
\hfill \mbox{\textit{OCR MEI S1 2006 Q6 [18]}}