Civil Service Exam numerical reasoning: the subtest most exams turn on.
Last reviewed
Numerical Ability is the subtest that decides the most exams. Verbal Ability rewards reading habits you've built over years. Numerical reasoning rewards three to four weeks of focused arithmetic practice. The CSC does not allow a calculator, so the items are designed to be solvable by hand, but only if you have the right shortcuts. This hub is the overview. The three sub-topic hubs below (basic operations, word problems, number sequence) are where the deep drilling lives.
Or drill civil service exam numerical reasoning reviewer (included with a paid plan).
Quick facts
- Primary subtest
- Numerical Ability
- Calculator
- Not allowed
- Level
- Professional and Subprofessional
- Difficulty to improve
- Medium
Primary keyword: civil service exam numerical reasoning
The three sub-topics: drill each separately
The CSC defines the Numerical Ability scope as basic operations, number sequence, and word problems. Each one has its own reviewer hub with full coverage, drills, and worked examples. Here is what each one covers and rewards. The CSC does not publish a per-topic item breakdown, so any share figures you see online are estimates.
The umbrella view here is the orientation. Start with whichever you're weakest on after the diagnostic.
| Sub-topic | What it covers | Why it matters |
|---|---|---|
| Basic operations | Fractions, decimals, percentages, order of operations | The mechanics layer. Fastest gains: memorizing the percentage-to-fraction conversions alone saves 20-30 seconds per item. |
| Word problems | Work, distance, age, mixture, and percentage word problems | Rewards recognizing the problem type from the first sentence. Each type has a standard formula. |
| Number sequence | Pattern recognition in numerical sequences | The most teachable. Learn the four pattern types (arithmetic, geometric, recursive, second-difference) and you'll solve each in under 30 seconds. |
How the section is graded
Numerical items count toward your Numerical Ability raw score, which is combined into your overall standardized rating. There's no separate passing threshold for the subtest. The exam reports a single general rating, and you need at least 80.00 to pass. The CSC does not publish a per-subtest item count, so you can't know exactly how many numerical items you'll see, but it's enough that weak numerical scores drag the total.
The total item count differs by paper: 170 items on the Professional exam and 165 on the Subprofessional. The CSC does not publish how those items split across subtests.
| Paper | Total items |
|---|---|
| Professional | 170 |
| Subprofessional | 165 |
No penalty for wrong answers Guessing is mathematically rational on items you don't know. You have a 25% chance of being right with no downside for being wrong. On numerical items specifically, estimation often eliminates two of the four options, raising the guess-correctness rate to 50%.
Time management for the numerical section
The Numerical Ability subtest gives you roughly one minute per item. Some items are 20-second arithmetic ("what is 30% of 240?"). Others are 90-second word problems with multiple steps. If you spend 90 seconds on every item, you'll fail to finish.
Scan each item's first sentence and triage by type.
- Multi-step word problem with named characters: plan for 60-90 seconds.
- Single-line arithmetic or percentage item: plan for 30 seconds.
- At 90 seconds with no clear path: mark it and move on.
Bank time for the back When an item is eating your clock, leave it. It's better to bank that time for the easier items at the back than to sink 90 seconds into one hard problem.
- Use the answer options. Many word problems solve by testing options against the conditions, often faster than algebra. If the options are 12, 14, 16, 18 and the problem says "twice a number plus 5 is 33," test 14: 2(14)+5 = 33. Done in 8 seconds.
- Estimate before you compute. For "what is 198 × 41?" don't compute exactly. It's about 200 × 40 = 8000. The closest option in a range like 7,418 / 8,118 / 8,800 / 9,200 narrows you to 8,118 immediately.
The three-week drill plan
Three weeks of focused work moves the needle on this subtest. Each week has one job.
- 1
Week one: drill the mechanics
Basic operations only: fractions, decimals, percentages, order of operations. Twenty items a day, untimed. The goal is accuracy and recognizing the percentage-fraction conversions instantly. Use the basic-operations hub.
- 2
Week two: drill word problems by type
One type per weekday. Monday: work problems. Tuesday: age problems. Wednesday: distance problems. Thursday: mixture problems. Friday: percentage word problems. Twenty items per type per day. By the end of the week, you should recognize each type by its first sentence. Use the word-problems hub.
- 3
Week three: mixed timed drills
Add number sequences and interleave everything. Forty items in forty minutes, all types mixed. This simulates the exam section. You'll find where you slow down, usually one or two problem types where the shortcut hasn't stuck. Drill that type from its hub the next day.
Quick reference: the shortcuts that save the most time
These are the shortcuts that buy back the most seconds on exam day. Start with the percentage-to-fraction conversions. Computing 25% of 360 by long division is slow. Recognizing it as 360 ÷ 4 = 90 is fast.
| Percent | Fraction |
|---|---|
| 10% | 1/10 |
| 20% | 1/5 |
| 25% | 1/4 |
| 50% | 1/2 |
| 75% | 3/4 |
Percentage change trap "A price goes up 20%, then down 20%. Net change?" Most people answer 0%, which is wrong. Multiply the factors: 1.20 × 0.80 = 0.96, a 4% decrease. Always multiply percentages, never add or subtract them.
- Work problems. If person A takes a hours alone and person B takes b hours alone, together they take combined = ab / (a + b). Memorize this formula.
- Average to total. To find a missing value when you know the average: total = average × count, then missing = total minus the sum of known values. Faster than an algebraic setup.
Number series second differences When the first differences don't form a pattern, take the differences of the differences. For 2, 6, 12, 20, 30, ?, the first differences are 4, 6, 8, 10 and the second differences are a constant 2, 2, 2. So the first differences continue 12, 14, and the next term is 30 + 12 = 42.
Worked examples
These items are written specifically for this guide. The actual practice bank pulls from a separate pool of original CSE-style items reviewed by passers.
Item 01
What is 30% of 240?
- A72Correct
- B8
- C270
- D7,200
Solution
- 1
Convert percent to decimal
30% = 0.30
- 2
Multiply
240 × 0.30 = 72
Answer
72
Trap to watch. Fraction shortcut: 30% = 3/10, so 240 × 3 ÷ 10 = 720 ÷ 10 = 72. Either approach works. For the full coverage, see the basic-operations hub.
Item 02
Two workers together finish a job in 6 hours. Worker A alone takes 10 hours. How long would worker B take alone?
- A4 hours
- B12 hours
- C15 hoursCorrect
- D16 hours
Solution
- 1
Write the rate equation
1/10 + 1/b = 1/6
- 2
Isolate 1/b
1/b = 1/6 − 1/10
- 3
Find LCD (30) and subtract
1/b = 5/30 − 3/30 = 2/30 = 1/15
- 4
Invert to get b
b = 15 hours
Answer
15 hours
Trap to watch. Trap option (4 hours) comes from subtracting times directly (10 − 6 = 4), which ignores the rate relationship. Rates add; times don't. For the full coverage, see the word-problems hub.
Item 03
Find the next term: 3, 6, 12, 24, 48, ?
- A56
- B60
- C72
- D96Correct
Solution
- 1
Compute ratios
6/3 = 2 12/6 = 2 24/12 = 2 48/24 = 2 Constant ratio of ×2.
- 2
Multiply the last term
48 × 2 = 96
Answer
96
Trap to watch. Trap options 56 (= 48 + 8) and 60 (= 48 + 12) assume arithmetic progression. Always verify the pattern against ALL terms, not just the last two. For the full coverage, see the number-sequence hub.
Item 04
The ratio of boys to girls in a classroom is 3:5. There are 40 students total. How many boys are in the class?
- A12
- B15Correct
- C16
- D25
Solution
- 1
Add the ratio parts
3 + 5 = 8 total parts
- 2
Compute the size of one part
40 ÷ 8 = 5 students per part
- 3
Multiply by the boys' parts
3 × 5 = 15 boys
- 4
Verify
Girls: 5 × 5 = 25 15 + 25 = 40 ✓
Answer
15 boys
Trap to watch. Option A (12) is the trap of doing 40 × (3/10) instead of 40 × (3/8). The denominator must be the TOTAL parts, not 10. For the full coverage, see the word-problems hub.
Want twenty more like these, under a clock?
The civil service exam numerical reasoning reviewer drill runs ten or twenty items with full explanations and tracks which traps you fall for most often. Included with a paid plan.
Study tactics that actually move the score
- 01
Diagnose first, drill second. Take a numerical diagnostic and look at which sub-topic you're weakest in. Drill that one first using its dedicated hub: basic operations, word problems, or number sequence.
- 02
Memorize the percentage-to-fraction conversions for 10%, 12.5%, 20%, 25%, 33⅓%, 50%, 75%. Recognition is faster than computation, and the CSC favors numbers that have clean fractional forms.
- 03
Practice without a calculator from day one. Phone calculators feel harmless during study but they hide which steps are slowing you down. The exam is paper-only.
- 04
Test the answer options when the algebra is messy. Plugging in is often faster than solving, especially for items with integer answers and four small-number options.
- 05
Track your error types. Are you missing fraction items? Word problems of a specific type? Number series? Drill the weakest sub-topic to the point of recognition, not the strongest one.
Frequently asked questions
How many numerical items appear on the exam?
The CSC does not publish a per-subtest item count, so there is no official number. What is published: the Professional paper has 170 items total and the Subprofessional paper has 165, and Numerical Ability is one of the four subtests on each. Treat any specific per-subtest count you see online as an estimate, not an official figure.
Can I use a calculator?
No. The CSE-PPT does not allow calculators of any kind. The items are designed to be solvable by hand if you know the shortcuts. Long arithmetic is rarely required.
Which sub-topic should I drill first?
Whichever your diagnostic shows you're weakest on. Most candidates score lowest on word problems because they involve translating language into equations. Basic operations is the second most common weak spot. Number sequence is usually the strongest area because the patterns are visual.
Is scratch paper provided?
The test booklet has margins you can use. Some testing centers provide scratch paper; others don't. Plan to use the booklet margins for numerical setup.
How important is mental arithmetic speed?
Important, but less than you'd think. Recognizing the right shortcut matters more than computing fast. A test-taker who recognizes a problem as a work problem and applies the ab/(a+b) formula beats a faster computer who tries to set up algebra from scratch.
Related subjects
Reviewer
Civil Service Exam Basic Operations Reviewer
Free CSE-PPT basic operations reviewer. Fractions, decimals, percentages, and order of operations, with the no-calculator shortcuts the exam expects.
Reviewer
Civil Service Exam Word Problems Reviewer
Free CSE-PPT word problems reviewer. Work problems, distance problems, age problems, mixture problems, and percentage word problems, with standard formulas and worked examples.
Reviewer
Civil Service Exam Number Sequence Reviewer
Free CSE-PPT number sequence reviewer. Arithmetic, geometric, recursive, and second-difference patterns with worked examples and a 30-second solve method.
Reviewer
Civil Service Exam Data Interpretation Reviewer
Free CSE-PPT data interpretation reviewer. Read tables and bar/line charts under time. Worked examples for percent change, ratio comparison, and projection items.
Stop reading. Start finding your floor.
Forty questions across all four subtests. Forty minutes. See exactly where you stand against the 80% pass mark. No signup, no card.
Or drill civil service exam numerical reasoning reviewer (included with a paid plan).
