CSE Numerical Ability Guide: Math Formulas, Shortcuts & Problem Solving
CivPasser AI Editorial Team
Reviewed against official Philippine statutes and CSC issuances
The CSE Numerical Ability section tests basic to intermediate math including arithmetic, fractions, percentages, number series, ratio and proportion, and word problems — accounting for roughly 20% of the exam. Unlike Verbal Ability or General Information, you cannot rely on memorization alone. This section demands genuine understanding of mathematical concepts, the ability to apply formulas under time pressure, and quick problem-solving skills. This guide covers everything you need to master CSE Numerical Ability, from basic operations to advanced word problems, with shortcuts that will save you valuable minutes on exam day.
Whether you are preparing for the Professional or Subprofessional level, a strong performance in Numerical Ability can make the difference between passing and failing. Read our Complete CSE Reviewer Guide for full exam preparation strategies across all sections.
What Is the Numerical Ability Section?
Numerical Ability is one of the core sections that appears on both the Professional and Subprofessional levels of the Civil Service Exam. It tests your ability to work with numbers, solve mathematical problems, and recognize numerical patterns. The CSC designs this section to evaluate basic to intermediate math skills that are essential for government work, such as computing budgets, interpreting data, and handling measurements.
| Detail | Professional | Subprofessional |
|---|---|---|
| Approximate Items | 35-45 items | 35-40 items |
| Percentage of Exam | ~20-25% | ~20-25% |
| Total Exam Items | 170 items | 165 items |
| Calculator Allowed | No | No |
Important: Exact item counts may vary between exam administrations. The figures above are approximate estimates based on publicly available CSC information. For the complete exam structure, see our CSE Coverage 2026 breakdown.
Basic Operations and PEMDAS
Every Numerical Ability question ultimately relies on the four basic arithmetic operations: addition, subtraction, multiplication, and division. Before tackling complex word problems, make sure you can perform these operations quickly and accurately with whole numbers, fractions, and decimals.
PEMDAS (also known as BODMAS) is the standard order of operations you must follow when solving multi-step expressions:
- Parentheses (Brackets) — solve expressions inside parentheses first
- Exponents (Orders) — evaluate powers and roots
- Multiplication and Division — from left to right
- Addition and Subtraction — from left to right
Example: Solve 8 + 2 x (6 - 3)^2
- Step 1: Parentheses: (6 - 3) = 3
- Step 2: Exponent: 3^2 = 9
- Step 3: Multiplication: 2 x 9 = 18
- Step 4: Addition: 8 + 18 = 26
A common mistake is performing addition before multiplication. Always follow PEMDAS strictly. On the CSE, even one misapplied operation can lead to a wrong answer among very similar choices.
Fractions, Decimals, and Percentages
These three representations of numbers are deeply connected. Being able to convert between them quickly is a fundamental skill for the CSE.
Key Conversions to Memorize
| Fraction | Decimal | Percentage |
|---|---|---|
| 1/2 | 0.5 | 50% |
| 1/3 | 0.333... | 33.33% |
| 1/4 | 0.25 | 25% |
| 1/5 | 0.2 | 20% |
| 1/8 | 0.125 | 12.5% |
| 3/4 | 0.75 | 75% |
Working with Fractions
- Adding/Subtracting: Find a common denominator first. Example: 1/3 + 1/4 = 4/12 + 3/12 = 7/12
- Multiplying: Multiply numerators together and denominators together. Example: 2/3 x 3/5 = 6/15 = 2/5
- Dividing: Multiply by the reciprocal. Example: 2/3 / 4/5 = 2/3 x 5/4 = 10/12 = 5/6
Percentage Calculations
To find a percentage of a number, convert the percentage to a decimal and multiply. For example, 15% of 200 = 0.15 x 200 = 30. To find what percentage one number is of another, divide and multiply by 100. For example, "What percent of 80 is 20?" = (20/80) x 100 = 25%.
Ratio and Proportion
Ratio expresses the relationship between two quantities, while proportion states that two ratios are equal. These concepts appear frequently in CSE word problems.
Types of Proportion
- Direct proportion: When one quantity increases, the other increases at the same rate. Example: If 5 notebooks cost 75 pesos, how much do 8 notebooks cost? Set up: 5/75 = 8/x, then cross-multiply: 5x = 600, so x = 120 pesos.
- Inverse proportion: When one quantity increases, the other decreases. Example: If 4 workers can finish a job in 12 days, how many days will it take 6 workers? Set up: 4 x 12 = 6 x d, so d = 48/6 = 8 days.
- Partitive proportion: Dividing a quantity into parts based on a given ratio. Example: Divide 1,800 pesos among three people in the ratio 2:3:4. Total parts = 9. Each part = 1,800/9 = 200. The shares are 400, 600, and 800 pesos.
Number Series Patterns
Number series questions give you a sequence of numbers and ask you to find the next term or a missing term. These are among the most common Numerical Ability items on the CSE. Recognizing the pattern quickly is the key.
Arithmetic Sequence
Each term differs from the previous by a constant value (common difference). Example: 3, 7, 11, 15, 19, __ . The common difference is +4, so the next term is 23. Formula for the nth term: a_n = a_1 + (n - 1) x d, where a_1 is the first term and d is the common difference.
Geometric Sequence
Each term is obtained by multiplying the previous term by a constant value (common ratio). Example: 2, 6, 18, 54, __ . The common ratio is x3, so the next term is 162. Formula for the nth term: a_n = a_1 x r^(n-1), where r is the common ratio.
Fibonacci-type Sequence
Each term is the sum of the two preceding terms. Example: 1, 1, 2, 3, 5, 8, 13, __ . The next term is 8 + 13 = 21. Variations may start with different numbers but follow the same addition rule.
Alternating Patterns
These sequences apply two different operations in alternation. Example: 2, 6, 4, 12, 10, 30, __ . The pattern alternates between x3 and -2. After 30 (which resulted from x3), the next operation is -2, so the answer is 28. Another common variation uses two interleaved sequences: the odd-positioned terms follow one pattern while even-positioned terms follow another.
Tip: When you cannot immediately see the pattern, write the differences between consecutive terms. If those differences are constant, it is arithmetic. If the differences themselves form a pattern, look at the second-level differences. This technique solves most series questions on the CSE.
Word Problems: Types and Strategies
Word problems are the most time-consuming items in Numerical Ability. The key is translating English into math equations. Here are the most common types on the CSE.
Age Problems
These involve finding current, past, or future ages based on given relationships. Set up variables and equations.
Example: Maria is twice as old as Juan. In 5 years, the sum of their ages will be 40. How old is Juan now?
- Let Juan's age = x, Maria's age = 2x
- In 5 years: (x + 5) + (2x + 5) = 40
- 3x + 10 = 40, so 3x = 30, x = 10
- Juan is 10 years old
Distance, Rate, and Time Problems
Use the fundamental formula: Distance = Rate x Time (D = RT). Rearranged: Rate = D/T, Time = D/R.
Example: A car travels at 60 km/h for 2.5 hours. How far does it travel? D = 60 x 2.5 = 150 km.
For problems involving two travelers moving toward each other, add their speeds. For those moving in the same direction, subtract the slower speed from the faster speed.
Work Problems
Work problems involve people or machines completing tasks at different rates. The key formula is: 1/T_combined = 1/T_a + 1/T_b, where T represents the time each takes to complete the job alone.
Example: If Pedro can paint a room in 6 hours and Jose can paint it in 4 hours, how long will it take them working together?
- Combined rate: 1/6 + 1/4 = 2/12 + 3/12 = 5/12
- Time together: 12/5 = 2.4 hours (2 hours and 24 minutes)
Mixture Problems
Mixture problems involve combining two or more solutions or quantities with different concentrations or prices. The principle is that the total value (or amount of pure substance) before mixing equals the total value after mixing.
Example: How many liters of a 30% salt solution must be mixed with 10 liters of a 60% salt solution to produce a 50% salt solution?
- Let x = liters of 30% solution
- Salt equation: 0.30x + 0.60(10) = 0.50(x + 10)
- 0.30x + 6 = 0.50x + 5
- 1 = 0.20x, so x = 5 liters
Percentage Increase and Decrease
These questions test your ability to calculate how much a value has changed relative to its original amount. They appear in the CSE as questions about salary increases, price changes, population growth, and discounts.
- Percentage increase: [(New Value - Original Value) / Original Value] x 100. Example: A salary increased from 20,000 to 23,000. Increase = (3,000 / 20,000) x 100 = 15%.
- Percentage decrease: [(Original Value - New Value) / Original Value] x 100. Example: A price dropped from 500 to 425. Decrease = (75 / 500) x 100 = 15%.
Common trap: A 20% increase followed by a 20% decrease does NOT return to the original value. If a 1,000 peso item increases by 20%, it becomes 1,200. A 20% decrease of 1,200 is 240, giving 960, which is less than the original. Always calculate percentage change relative to the base value at each step.
Key Formulas to Memorize
You will not be given a formula sheet on the CSE. Memorize these essential formulas before exam day.
Geometry
- Area of a rectangle: A = length x width
- Perimeter of a rectangle: P = 2(length + width)
- Area of a triangle: A = (1/2) x base x height
- Area of a circle: A = pi x r^2 (use pi = 3.14 or 22/7)
- Circumference of a circle: C = 2 x pi x r
- Volume of a rectangular box: V = length x width x height
- Volume of a cylinder: V = pi x r^2 x height
Finance and Interest
- Simple Interest: I = P x R x T (Principal x Rate x Time)
- Total Amount (Simple Interest): A = P + I = P(1 + RT)
- Discount: Discount Amount = Original Price x Discount Rate
- Sale Price: Sale Price = Original Price - Discount Amount
Speed and Work
- Distance: D = Rate x Time
- Combined work rate: 1/T = 1/T_a + 1/T_b
- Average speed (two trips): Average = 2(S1 x S2) / (S1 + S2), where S1 and S2 are speeds for equal distances
Other Useful Formulas
- Percentage: Part = (Percent / 100) x Whole
- Average (Mean): Average = Sum of all values / Number of values
- Ratio to fraction: a:b means a/(a+b) and b/(a+b) of the total
Shortcuts and Time-Saving Techniques
Since calculators are not allowed and time is limited, these techniques can save you several minutes across the exam.
1. Estimation and Elimination
Before solving a problem precisely, estimate the answer. If a question asks "What is 48% of 612?", you can estimate: 50% of 600 = 300. The answer should be close to but slightly less than 300. This lets you eliminate obviously wrong choices immediately.
2. Multiplying by 5, 25, and 50
- Multiply by 5: Multiply by 10, then divide by 2. Example: 36 x 5 = 360/2 = 180
- Multiply by 25: Multiply by 100, then divide by 4. Example: 48 x 25 = 4800/4 = 1,200
- Multiply by 50: Multiply by 100, then divide by 2. Example: 64 x 50 = 6400/2 = 3,200
3. Percentage Shortcuts
- 10% of any number: Move the decimal one place left. 10% of 350 = 35
- 5% of any number: Find 10%, then halve it. 5% of 350 = 17.5
- 15% of any number: Find 10% + 5%. 15% of 350 = 35 + 17.5 = 52.5
- 1% of any number: Move the decimal two places left. 1% of 350 = 3.5
4. Back-solving from Answer Choices
When a word problem looks complex, try plugging the answer choices back into the problem. Start with the middle value. If it is too large, try a smaller choice; if too small, try a larger choice. This is especially effective for age problems and mixture problems.
5. Cross-multiplication for Proportions
When solving a/b = c/d, cross-multiply to get a x d = b x c. This eliminates fractions and gives you a simple equation. For example, if 3/x = 12/20, then 3 x 20 = 12x, so 60 = 12x, and x = 5.
Study Tips for Numerical Ability
- Practice daily, not in bulk. Solve at least 10-15 math problems every day rather than cramming 100 problems in one sitting. Consistent practice builds speed and familiarity with patterns.
- Time yourself. On the actual exam, you have roughly 1 to 1.5 minutes per item. Practice under timed conditions so you develop a feel for pacing.
- Review your mistakes. When you get a problem wrong, do not just check the answer. Understand why your approach failed and what the correct method is. Keep a notebook of problem types that give you trouble.
- Memorize the multiplication table up to 15 x 15. This dramatically speeds up mental computation. Many CSE numerical problems involve two-digit multiplication.
- Learn to recognize problem types. Most CSE math questions fall into predictable categories. Once you can identify whether a problem is an age problem, work problem, or ratio problem within seconds, you can immediately apply the right formula.
- Do not get stuck. If a problem takes more than 2 minutes, mark it and move on. Return to it after answering easier items. Every unanswered easy question is a wasted point.
- Use scratch paper effectively. Organize your computations neatly. Many errors come from messy handwriting or misaligned columns during manual arithmetic.
- Take practice quizzes. Simulate real exam conditions with our Numerical Ability practice quiz. AI-powered explanations help you learn from every question.
For a broader study plan covering all CSE sections, read our guide on How to Pass the Civil Service Exam.
Disclaimer: The item counts and percentage weights mentioned in this article are approximate estimates based on publicly available CSC information and common reviewer references. The CSC does not publish exact item distributions for each exam administration. Always verify details at csc.gov.ph.
Related Articles
CSE Verbal Ability Guide
Master vocabulary, grammar, and reading skills for the verbal section.
SubjectsCSE Analytical Ability Guide
Logic, pattern recognition, and data interpretation tips for the CSE.
CoverageCSE Coverage 2026
Complete breakdown of all topics covered in the 2026 Civil Service Exam.
Practice Numerical Ability Questions Now
1,000+ practice questions with AI-powered explanations. Test your math skills under timed conditions.