How to Master Deduction
TLDR: Deduction is a pure elimination puzzle - several clues describe one secret number, and every wrong candidate breaks at least one clue. Read all clues first, eliminate the fastest-cutting clues (parity, range) before slower ones (digit sum), and always verify your final answer against every clue before submitting.
What Is Deduction?
Deduction is a pure elimination puzzle. A few clues describe one secret number - “it is even,” “greater than 30,” “digits add up to 9.” A row of candidate numbers sits below. Your job: rule out every candidate that breaks any clue. The single number that survives all the cuts is the answer.
No guessing, no luck. Every wrong option fails at least one clue. The game rewards players who track constraints accurately and apply them consistently. One wrong elimination keeps the wrong answer alive. One missed elimination leaves multiple survivors and forces a guess.
The Core Skill: Systematic Elimination
Deduction trains you to hold multiple rules in working memory and apply them without slipping. This is the backbone of logical reasoning - the same mental move that Sudoku solvers, software debuggers, scientists, and detectives all use.
Three components make up the skill:
Parse constraints precisely. “Greater than 30” means 31 and up, not 30. “Multiple of 5” means divisible with zero remainder. “Two-digit” rules out both single-digit numbers and anything three digits or longer. Imprecise parsing produces wrong eliminations.
Apply consistently. Once you understand a rule, apply it to every candidate without exception. “Even” eliminates 7, 9, 11, 13, and every other odd number in the row - not just the ones that feel obviously wrong.
Track eliminations visually. As you cross out candidates, your workspace shrinks. The visual record of what you’ve ruled out is your proof that the surviving answer is correct.
Read all clues before eliminating anything. Scanning the full clue set reveals overlapping constraints that can eliminate large swathes of candidates in one pass. A combination of “even” and “greater than 50” might already rule out 70% of the row before you touch a single specific number.
Step-by-Step Solving Method
Step 1: Read all clues. Note which ones cut fastest and which require arithmetic.
Step 2: Apply the fastest-cutting clue first. Parity (even/odd) eliminates half the candidates in one pass. Range clues eliminate entire blocks. Start here.
Step 3: Move to the next clue, applying it only to surviving candidates. Already-eliminated numbers stay gone.
Step 4: Continue until one number survives.
Step 5: Verify. Re-read every clue and confirm your answer passes each one. This takes 10 seconds and prevents the most common error in the game: a careless miss that should have been caught.
The Sweep Method: Work left to right through the candidate row, testing each number against all clues in sequence. Once a candidate fails any clue, mark it eliminated and move to the next candidate immediately. This avoids re-testing eliminated numbers and keeps your rhythm steady through longer candidate rows.
The Clue-First Method: Take one clue and eliminate all candidates that fail it. Then take the next clue and eliminate from survivors. Repeat. This groups eliminations by rule, which is easier to track when clues are complex or candidates are numerous. Choose whichever method feels more natural and stick to it consistently.
Clue Types and How to Test Them
Parity (Even / Odd). Fastest-cutting clue in the game. “Even” passes 2, 4, 6, 8, 10, 12… and eliminates every odd number. “Odd” does the reverse. Apply this first whenever it appears.
Range (Greater/Less Than). Eliminates entire blocks in one step. “Greater than 50” wipes out everything from 1 to 50. “Less than 30” clears everything from 30 up. Watch the boundary: “greater than 30” starts at 31, not 30. “At least 30” starts at 30. This distinction is the most common source of off-by-one errors.
Multiples. “Multiple of 5” means the number divides evenly by 5: 5, 10, 15, 20, 25. “Not a multiple of 3” means skip 3, 6, 9, 12, 15 - but keep 1, 2, 4, 5, 7, 8. Test candidates directly rather than trying to pattern-match by eye.
Digit Sum. “Digits add to 9” passes 18 (1+8), 27 (2+7), 36 (3+6), 45 (4+5). Requires arithmetic on each candidate. Save this for after parity and range have already reduced the field - fewer candidates means less arithmetic.
Two-Digit. Simple: 10 through 99 pass. Single-digit (1-9) and three-digit (100+) fail.
Order matters for speed: Always apply parity and range clues before digit sum. Parity cuts half the field. Range cuts a contiguous block. After both, digit sum applies to far fewer candidates - which means less arithmetic and fewer chances for calculation errors.
Speed and Accuracy Tactics
Use landmarks for range clues. For “Greater than 75,” mentally mark 75 and sweep everything below it in one glance. Everything left of the landmark is gone as a group, not individually.
Group by tens. Candidates often span a range (1 to 100, for example). “Greater than 43” rules out 1-43 as a block - process the block, not each individual number.
Say calculations aloud. When computing digit sums, narrate: “4 plus 7 equals 11.” Verbalizing catches arithmetic slips that silent mental math misses, especially under time pressure.
Precommit the clue order. Before eliminating anything, decide which clue you’re applying first, second, third. Deviating mid-elimination - jumping to a more interesting clue halfway through another - causes tracking errors.
Off-by-one errors are the most common mistake. “Greater than 30” starts at 31. “At least 30” includes 30. “Less than 20” goes up to 19. “No more than 20” includes 20. Double-check boundary words before applying any range clue - one misread eliminates or keeps the wrong candidates.
For digit sum clues: Break each candidate number into parts. For 47: “4 plus 7 equals 11.” For 256: “2 plus 5 plus 6 equals 13.” Never do digit sums in your head without verbalizing - the calculation is simple but easy to rush through incorrectly.
Common Mistakes and Fixes
Misreading “not a multiple of X.” “Not a multiple of 4” does not mean “odd.” It means keep 1, 2, 3, 5, 6, 7, 9, 10, 11 and eliminate 4, 8, 12, 16. Re-read the exact wording before applying any multiple clue.
Skipping verification. The most expensive mistake. You identify one surviving candidate and submit without checking it against all clues. One overlooked clue often reveals the survivor also fails - meaning you eliminated something incorrectly earlier. Verification costs 10 seconds and prevents this.
Re-testing eliminated candidates. Once a number is crossed out, it’s gone. Re-testing it wastes time and risks accidentally “un-eliminating” it through a tracking error.
Arithmetic errors under time pressure. Rushing digit sum calculations produces wrong eliminations. Slow down on arithmetic clues. A 5-second pause to compute correctly beats a 2-second error that invalidates your entire elimination chain.
Boundary confusion: “At least 20” includes 20. “Greater than 20” starts at 21. “At most 50” includes 50. “Less than 50” stops at 49. These distinctions matter - a single boundary error keeps or eliminates the wrong candidates at the edge of the range.
Practice Routine
Week 1: Play 10 rounds at easy difficulty. After each round, identify which clue type you applied first and why. Articulate your clue ordering out loud. Focus on verification - check every answer against all clues before submitting.
Week 2: 15 rounds per session at easy to medium. Time each solve. Target under 30 seconds. Accuracy first - don’t sacrifice verification for speed. Speed comes from efficient clue ordering, not from skipping steps.
Week 3: 20 rounds at hard difficulty. Clues layer deeper and candidate numbers grow larger. Apply your tactics exactly. Aim for streaks of 5 or more.
Week 4 and beyond: Mixed difficulty sessions. After any error, identify the exact step that went wrong: wrong parse? Wrong elimination? Skipped verification? Each error type has a specific fix. Naming it prevents repetition.
Verification is your safety net: Always test your final answer against every clue before submitting. This single habit cuts error rate in half. Five seconds of verification is cheaper than losing a streak.
The Verification Pause: After narrowing to one number, stop completely. Re-read every clue and test your answer against each one explicitly. “Does 48 pass ‘even’? Yes. Does 48 pass ‘greater than 40’? Yes. Does 48 pass ‘digits sum to 12’? 4 plus 8 equals 12, yes.” This ritual takes 10-15 seconds and builds the habit that keeps streaks alive as difficulty climbs.
Clue order for speed: Always apply high-elimination clues (parity, range) first to shrink the field fast, then apply slower clues (digit sum) to fewer survivors. The same logic applies to constraint satisfaction in any domain - maximize information gain per step.
Why Deduction Matters
The elimination method - ruling out possibilities until one remains - is the universal tool of logical reasoning. Detectives narrow suspects. Scientists test hypotheses. Engineers debug failing systems. Mathematicians narrow proof strategies.
Every time you cross out a candidate that breaks a clue, you practice the mental move that solves real problems: hold multiple constraints simultaneously, test candidates systematically, and trust the logic when one answer survives all the cuts.
Precision over speed: A correct answer in 40 seconds beats a wrong answer in 15 seconds. Build careful, systematic testing habits first. Speed increases naturally as the method becomes automatic - rushing it in the early stages builds bad habits that cap your accuracy later.
Deduction
A few clues describe one secret number · cross out every option that breaks a clue and the one left standing is the answer
Play nowWorks on any device.