Menu
Calculator Mastery
Quantitative Reasoning7 min read

Calculator Mastery

Section 01

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.


Section 02

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.

AvailableNot 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.


Section 03

Keyboard Shortcuts

You can type numbers directly via the numpad or top-row keys - no need to click each digit.

ActionKeyboard shortcut
Numbers 0-9Numpad 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 / ONDelete or Backspace
Memory Store (M+)P
Memory RecallC (press once)
Memory ClearC (press twice - double-tap)
Memory SubtractM
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.


Section 04

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.


Section 05

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): Type 125 + 875 =1000, then 1000 × 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 headUse the calculator for
Adding round numbersMultiplying 3+ digit numbers
Doubling / halvingDividing non-round numbers
Multiplying by 10 / 100 / 1000Percentage calculations
Simple subtractionAnything with decimals
Recognising 25 + 75 = 100Chained operations

The goal isn't to avoid the calculator - it's to skip typing numbers you already know the answer to.


Section 06

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.

KeyAction
PStore current display value into memory (M+)
CRecall memory value (press once)
CCClear memory (press twice quickly)
MSubtract current display from memory (M−)

Example: calculate (250 × 3) + (480 × 2).

1. 250 × 3 = → display 750
2. Press P → memory holds 750
3. 480 × 2 = → display 960
4. + C = → adds 750 from memory → display 1710

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.


Section 07

Technique 4: Don't Type Zeros

Large numbers waste keystrokes. Strip the zeros and add them back mentally.

Problem: 2,700,000 × 3
Slow: type 2700000 * 3 = 8100000 (10 keystrokes)
Fast: type 2.7 * 3 = 8.1 → answer is 8.1 million (5 keystrokes)

Problem: 450,000 ÷ 9,000
Slow: type 450000 / 9000 = 50 (10 keystrokes)
Fast: type 450 / 9 = 50 (5 keystrokes) - cancel the same number of zeros from both sides.

The Rule

OperationRule
MultiplicationRemove zeros from one number, add them back to the answer
DivisionRemove equal zeros from both numbers
AdditionCan't simplify - use full numbers (or assist mentally)

Section 08

Technique 5: The Percentage Key

The % key divides by 100 in the context of the current calculation:

GoalType thisDisplay
15% of 300300 * 15 %45
Add 20% VAT to 250250 + 20 %300
Subtract 10% discount from 8080 − 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.


Section 09

Technique 6: Squaring

A shortcut that pays off on geometry problems:

Squaring (x²): type the number, then press * * =. Example: 12 * * = → display 144. 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 =.


Section 10

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?

StepCalculationDisplayNotes
1. Base cost48 * 14.5 =696Numpad 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.


Section 11

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


Section 12

Summary

TechniqueWhat It DoesTime Saved
Numpad alwaysRight hand stays on numpad, no mouse3-5 sec per question
Assist the calculatorEasy maths in head, hard maths on calc2-3 sec per question
Memory functions (P/C)Store intermediate results (your substitute for brackets)5-10 sec on multi-step
Don't type zerosStrip and re-add zeros mentally2-3 sec per question
Percentage keyDirect % calculation without decimal conversion2-3 sec per question
Squaring**= for x^22-3 sec on geometry

Next lesson: 3.2 Percentages - the single most tested skill in QR, appearing in roughly 40% of questions.