Calculator Mastery
Overview
You have about 43 seconds per question. Moving your hand to the mouse, clicking the calculator, clicking digits, clicking equals - that eats 5-10 seconds every time. Over 36 questions, you're losing 3-6 minutes to mouse clicks.
The UCAT calculator is basic, but it has keyboard shortcuts most students never learn. Master them and you'll reclaim minutes that translate directly into more questions answered.
What the Calculator Can and Can't Do
The UCAT on-screen calculator is deliberately limited. Know what it offers before you build habits around features it doesn't have.
| Available | Not available |
|---|---|
| +, −, ×, ÷, =, . (basic arithmetic) | Brackets / parentheses |
| % (divides by 100 in context) | Scientific functions (sin, cos, log, exponents) |
| √ (square root) | Order of operations (it calculates left to right) |
| +/− (change sign) | |
| Memory: M+, M−, MR, MC | |
| Keyboard number entry (type numbers directly) | |
| Backspace/Delete to clear |
No brackets and no order of operations means the calculator processes everything left to right. Type 2 + 3 × 4 = and you get 20 (not 14). You have to manage the order yourself - do the multiplication first, store the result, then add.
Keyboard Shortcuts
You can type numbers directly via the numpad or top-row keys - no need to click each digit.
| Action | Keyboard shortcut |
|---|---|
| Numbers 0-9 | Numpad 0-9 or top-row 0-9 |
| Add | + (numpad or Shift+=) |
| Subtract | − (numpad or regular −) |
| Multiply | * (numpad) |
| Divide | / (numpad or regular /) |
| Equals | = or Enter |
| Decimal point | . (numpad or regular .) |
| Clear / ON | Delete or Backspace |
| Memory Store (M+) | P |
| Memory Recall | C (press once) |
| Memory Clear | C (press twice - double-tap) |
| Memory Subtract | M |
| Change sign (+/−) | F |
Rule: Your right hand lives on the numpad. Your left hand never touches the mouse during calculations.
A note on shortcuts: The exact keyboard mappings can vary slightly between test centres and software versions. Number keys and basic operators (+, -, \*, /) always work. Practice on the official UCAT practice test to confirm the memory shortcuts (P, C, M) behave as described. If they don't, click the on-screen M+, MR, and MC buttons instead.
Technique 1: Numpad Always
The numpad is a 3×3 grid your fingers already know from phone keypads and PIN machines. Ring finger on the left column (7, 4, 1), middle finger on the centre (8, 5, 2), index finger on the right (9, 6, 3). Thumb on 0, index on the decimal. The operators / * − + sit on the right column; Enter acts as =.
Practice typing numbers without looking. Like touch-typing, this becomes automatic within a few days.
Technique 2: Assist the Calculator
Don't type every digit of every number. Do the easy part in your head, the hard part on the calculator.
Problem:
125 + 875 × 347
Slow (everything on calculator): Type125 + 875 =→1000, then1000 × 347 =. Pointless - you knew the first sum.
Fast (assist the calculator): head:125 + 875 = 1000. Calculator:1000 × 347 = 347,000.
When to Assist
| Do in your head | Use the calculator for |
|---|---|
| Adding round numbers | Multiplying 3+ digit numbers |
| Doubling / halving | Dividing non-round numbers |
| Multiplying by 10 / 100 / 1000 | Percentage calculations |
| Simple subtraction | Anything with decimals |
Recognising 25 + 75 = 100 | Chained operations |
The goal isn't to avoid the calculator - it's to skip typing numbers you already know the answer to.
Technique 3: Memory Functions
Memory lets you store an intermediate result and recall it later. This is how you handle multi-step problems on a calculator that has no brackets.
| Key | Action |
|---|---|
| P | Store current display value into memory (M+) |
| C | Recall memory value (press once) |
| CC | Clear memory (press twice quickly) |
| M | Subtract current display from memory (M−) |
Example: calculate
(250 × 3) + (480 × 2).
1.250 × 3 =→ display750
2. PressP→ memory holds750
3.480 × 2 =→ display960
4.+ C =→ adds750from memory → display1710
Without memory you'd need to write 750 down or recalculate it.
When to Use Memory
- Any question needing two separate calculations combined at the end
- Tax bracket problems (store each bracket's tax, sum at end)
- Comparing two values (store the first, calculate the second, subtract)
When you'd normally write (A x B) + (C x D), calculate A x B first, store it with P, calculate C x D, then add memory with + C =. Memory is your substitute for brackets.
Technique 4: Don't Type Zeros
Large numbers waste keystrokes. Strip the zeros and add them back mentally.
Problem:
2,700,000 × 3
Slow: type2700000 * 3 = 8100000(10 keystrokes)
Fast: type2.7 * 3 = 8.1→ answer is 8.1 million (5 keystrokes)
Problem:450,000 ÷ 9,000
Slow: type450000 / 9000 = 50(10 keystrokes)
Fast: type450 / 9 = 50(5 keystrokes) - cancel the same number of zeros from both sides.
The Rule
| Operation | Rule |
|---|---|
| Multiplication | Remove zeros from one number, add them back to the answer |
| Division | Remove equal zeros from both numbers |
| Addition | Can't simplify - use full numbers (or assist mentally) |
Technique 5: The Percentage Key
The % key divides by 100 in the context of the current calculation:
| Goal | Type this | Display |
|---|---|---|
| 15% of 300 | 300 * 15 % | 45 |
| Add 20% VAT to 250 | 250 + 20 % | 300 |
| Subtract 10% discount from 80 | 80 − 10 % | 72 |
Don't press = after % - the % key finishes the calculation.
This is faster than typing 300 x 0.15 = 45 because you skip converting the percentage to a decimal.
Technique 6: Squaring
A shortcut that pays off on geometry problems:
Squaring (x²): type the number, then press
* * =. Example:12 * * =→ display144. The double*tells the calculator to multiply the number by itself.
Note on the 1/x and // = trick: Some guides mention pressing / / = for reciprocals. This may not work reliably on all versions of the UCAT calculator. The safe approach for 1/x is 1 / x = (type 1, divide, type the number, equals). The on-screen 1/x button also works if your calculator has one.
Squaring is particularly useful for circle area: type the radius, then * * = to get r^2, then * 3.14159 =.
Full Worked Example: Multi-Step Calculator Workflow
Here's a complete walkthrough showing how these techniques stack on a realistic QR question.
Question: A school orders 48 textbooks at £14.50 each. They get a 12% bulk discount, then pay 20% VAT on the discounted price. What's the total cost?
| Step | Calculation | Display | Notes |
|---|---|---|---|
| 1. Base cost | 48 * 14.5 = | 696 | Numpad entry, no mouse. Drop the trailing zero from 14.50 |
| 2. Apply 12% discount | − 12 % | 612.48 | % key - no need to calculate 0.12 |
| 3. Apply 20% VAT | + 20 % | 734.976 | % key again, chain continues |
Round to £734.98. Total keystrokes: 48 * 14.5 = − 12 % + 20 %. Techniques used: numpad entry, % key (twice), zero-stripping. Time: ~15 seconds.
Each technique stacks - numpad speed, the % key, zero-stripping, chained operations. That's the fluid calculator use you're building toward.
Practice Drill
Spend 10 minutes each day for 3 days practising on the official UCAT practice calculator or Medify's. Try this 5-minute drill:
Round 1 - Speed typing (no mouse): type each and press =.347 + 892 · 1456 − 738 · 23 × 47 · 8640 ÷ 12 · 3.14 × 25 · 999 + 1
Round 2 - Memory: use P to store the first result.(45 × 12) + (38 × 15) · (320 ÷ 4) − (180 ÷ 6)
Round 3 - Percentage key:300 + 20% · 250 − 15% · 480 × 12% · 1200 + 8%
Round 4 - Zero stripping:3,500,000 ÷ 70,000 · 2,400 × 350 · 18,000,000 ÷ 600
Summary
| Technique | What It Does | Time Saved |
|---|---|---|
| Numpad always | Right hand stays on numpad, no mouse | 3-5 sec per question |
| Assist the calculator | Easy maths in head, hard maths on calc | 2-3 sec per question |
| Memory functions (P/C) | Store intermediate results (your substitute for brackets) | 5-10 sec on multi-step |
| Don't type zeros | Strip and re-add zeros mentally | 2-3 sec per question |
| Percentage key | Direct % calculation without decimal conversion | 2-3 sec per question |
| Squaring | **= for x^2 | 2-3 sec on geometry |
Next lesson: 3.2 Percentages - the single most tested skill in QR, appearing in roughly 40% of questions.