Tier 1 ยท Number Theorymedium
The Units Digit Whisperer
You don't need the whole number. Just the last digit.
The Tell
'What is the units digit of...' or 'units digit of x^n' or any question where only the final digit matters.
The Trap
Trying to compute the full number. Wastes time, invites errors.
The Approach
- Identify only the last digit of each number involved.
- For powers, units digits cycle. Memorize these cycles by length:
- โข Length 1 (constant): bases ending in 0, 1, 5, 6 โ units digit stays the same forever.
- โข Length 2: bases ending in 4 cycle (4, 6); bases ending in 9 cycle (9, 1).
- โข Length 4: bases ending in 2 cycle (2, 4, 8, 6); bases ending in 3 cycle (3, 9, 7, 1); bases ending in 7 cycle (7, 9, 3, 1); bases ending in 8 cycle (8, 4, 2, 6).
- To find x^n's units digit: take n mod (cycle length) and look up where you land.
- Multiply only the units digits. Take only the units digit of the result.
Why It Matters
Free points if you spot the pattern. Units digit questions appeared 8-11 times each across real GRE exams from 2019-2025.
Want a tutor in the loop?
Open the chat with a pre-loaded prompt so the coach drills you on this exact pattern.
Ask the AI Tutor