JEE Advanced Maths · Probability
Does a 99% accurate test mean a 99% chance of disease?
No. "99% accurate" is a fact about the test: , the chance the test flags you given you are ill. What you actually want is , the chance you are ill given the test flagged you. These are different questions, and reading one off as the other is transposing the conditional — the prosecutor's fallacy. For a rare disease the gap is enormous: a positive result on a 99% accurate test can still mean only about a 9% chance of illness, because the base rate drowns the accuracy.
The clean statement to hold is: in general, and Bayes' theorem is the bridge between them. JEE Advanced punishes this instinct through its Bayes questions: quiz-guessing (2024 Paper 1 Q2), defective-bulb source posteriors (2025 Paper 2 Q11), and multi-stage sampling (2022 Paper 2 Q17).
Ready to fix this? The Probability lesson works through this misconception and the others in Probability, one altitude at a time.
How to spot it in your own work
- You wrote "the test is 99% accurate, so there's a 99% chance I'm ill" — reading as .
- You computed a conditional probability without ever using the base rate (the prior ).
- You treated and as interchangeable.
- You answered "" with the guess-success rate, forgetting how often a guesser is also right.
An exam question that triggers it
Here is a question that tests this misconception head-on, in the spirit of JEE Advanced 2024 Paper 1 Q2:
A test for a rare disease is 99% accurate. The disease affects in people. You test positive. What is the probability you actually have the disease?
The misconception answer reads the accuracy straight off: "99% accurate, positive result, so about a 99% chance." The correct move is to count real people in a town of , where the base rate can do its work:
The are the true positives, the are the false alarms from the huge healthy group, and the answer is about 9%, not 99% — the base rate decides, not the accuracy.
Why students fall for this
The accuracy is the number on offer, and it feels like the answer to "am I ill?". So the gut reads it straight across as , discarding the base rate it never thought to ask for. The swap is invisible because both quantities are "the chance of disease given a test" in ordinary English — only the direction of conditioning differs, and language hides direction.
Gigerenzer and Hoffrage (1995) showed this error is far less likely when the same information is given as natural frequencies — counts of real people — rather than conditional probabilities. Being shown Bayes' theorem rarely dislodges the intuition; students plug numbers in and revert to "99%" once the symbols are gone. What dislodges it is counting the town by hand and watching the healthy people produce more positives than the ill ones.
The fix: Two conditionals are different; Bayes' theorem bridges them
and are different quantities. The one you are given (the test's accuracy) is not the one you want (your chance of illness). Connect them with Bayes' theorem, which forces the base rate back into view:
The two conditionals coincide only when . For a rare event is tiny, so sits far below . The reliable habit is to count people: build the population, tally true positives against false positives, and read the answer as a fraction — the count is Bayes' theorem, written out.
Worked example
Count a town of people for a disease affecting in , tested by a 99% accurate test.
- The genuinely ill. people have the disease.
- True positives. The test catches 99% of them: ill people test positive.
- The healthy group. are healthy, and the test wrongly flags 1% of them: false positives.
- Put the groups together. Total positives , of which only the are truly ill:
- Conclude. The gut said 99%; the count says about 9%. The accuracy never changed — the base rate did all the work. That count is exactly Bayes' theorem: is .
The same framework settles JEE Advanced 2024 Paper 1 Q2: a student answers a quiz question correctly, and you are asked . The trap is to read off the "knew" rate; the fix is Bayes, weighting against the chance a guesser also lands the correct option, so the base rate of guessing pulls the posterior down — never the transposed read.
Find out if this is costing you marks
The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.
Common questions
- Isn't the same as if the test is very accurate?
No. Accuracy controls (positive given disease) but says nothing about the base rate . The two conditionals are equal only when . For a rare disease is tiny, so however accurate the test, a single positive still leaves the chance of illness well below the accuracy figure.
- What is the "base rate" and why do I keep forgetting it?
The base rate is the prior — how common the condition is before any test. It is easy to forget because the question hands you the accuracy and not the prevalence, so the prior never enters the working. Counting a fixed population forces it in: it is the size of the affected group versus everyone else.
- How do natural frequencies help?
Conditional probabilities are abstract; counts of people are not. Saying "99 true positives against 999 false alarms" makes the answer a felt fact rather than a formula. Gigerenzer and Hoffrage (1995) found this framing roughly triples correct Bayesian reasoning — so translate any conditional question into a town of and tally.
- How does this trap show up in JEE counting questions?
JEE Advanced 2024 Paper 1 Q2 asks for in a quiz-guessing setup; 2025 Paper 2 Q11 asks which machine a defective bulb came from, rather than . Both punish the transposed read and both are solved by Bayes' theorem, which restores the base rate the swap discarded.
Related misconceptions
- Complement neglect (the at-least-one trap)P(at least one) = 1 − P(none) — adding the per-case probabilities double-counts and can shoot past 1.
- Inclusion–exclusion (OR means add)P(A or B) = P(A) + P(B) − P(A ∩ B) — adding alone counts the overlap twice.
- Unwarranted independenceP(A and B) = P(A)·P(B|A) — you may multiply the plain probabilities only when the events are independent.