Every student has thought about this at 11pm before an exam: "if I just guessed everything, how many would I actually get right?" Turns out that's a textbook binomial question.
Setting it up
Say there are 20 questions, each with 4 options, and you guess completely randomly on all of them. Each question is a trial, "correct guess" is success, and since there are 4 options, p = 1/4 = 0.25 per question.
- n = 20
- p = 0.25
Expected score
Mean = n × p = 20 × 0.25 = 5. So on average, pure random guessing on a 20-question, 4-option test lands you around 5 correct — 25%, exactly what you'd expect from the odds. No surprise there.
But what's the chance of passing?
Say passing means getting at least 10 out of 20 correct (50%). Plug n = 20, p = 0.25, k = 10, mode "at least" into the calculator, and you'll get P(X ≥ 10) ≈ 1.4%. So while the average guesser lands around 5 correct, actually passing off pure guesses is genuinely rare — which is a good gut check on why studying beats guessing by a mile.
What if the options are fewer or more?
True/false questions have 2 options, so p = 0.5 per question — guessing randomly on a 10-question true/false quiz gives a mean of exactly 5 correct, and a real shot at passing (P(X ≥ 5) is about 62%, since with only two options the odds per question are already 50/50). Compare that to a 5-option MCQ format (p = 0.2), where the same 10-question quiz drops the guessing mean to just 2.
Why exam designers actually care about this
This exact math is part of why some exams use "negative marking" (losing points for wrong answers) — it's specifically designed to make random guessing a bad strategy on average, pushing the expected value of a blind guess below zero. If you're curious, you can model that too: just treat a wrong guess as a small loss instead of zero, and the expected score calculation shifts accordingly (this calculator handles the probability side; the scoring math on top is a quick multiplication once you have it).
The actual takeaway
Guessing gives you a mean score, not a guaranteed one — and the "guaranteed pass from guessing" scenario is almost always far less likely than people assume. If you want to see how the probability shifts with different numbers of questions or answer options, the "MCQ guessing" preset above the calculator is a fast way to explore it.
Try it on the calculator
Plug your own numbers in and see the full step-by-step working instantly.