Paper IPaper I · General Mental Ability

Number System and Simplification

Types of numbers, divisibility rules, LCM and HCF, BODMAS, surds and indices, with worked examples and practice

CAPF wiki5 min read17 sections
At a glance
PaperPaper ISubjectGMASyllabusGeneral Mental Ability: quantitative aptitude including numerical abilityImportanceHigh
GMAQuantitative AptitudeNumber SystemLcm HcfBodmasSurds IndicesPaper 1

This is the arithmetic base for the whole quantitative section. Master divisibility, LCM and HCF, BODMAS order, and the laws of indices first, because percentage ratio and average, profit loss and interest, and time speed distance and time and work all sit on top of them.

Types of numbers

Type Definition Examples
Natural Counting numbers from 1 1, 2, 3, ...
Whole Natural numbers plus 0 0, 1, 2, ...
Integers Whole numbers plus their negatives ..., -2, -1, 0, 1, 2, ...
Rational Can be written as p/q, q not 0 3, -5, 2/7, 0.25, 0.333...
Irrational Non-terminating, non-repeating decimal √(2), π, e
Prime Exactly two factors, 1 and itself 2, 3, 5, 7, 11, 13
Composite More than two factors 4, 6, 8, 9, 10
Co-prime Two numbers with HCF 1 (8, 15), (9, 16)

Note: 1 is neither prime nor composite. 2 is the only even prime. There are 25 primes below 100.

Divisibility rules

Divisor Rule
2 Last digit even (0, 2, 4, 6, 8)
3 Digit sum divisible by 3
4 Last two digits form a number divisible by 4
5 Last digit 0 or 5
6 Divisible by both 2 and 3
8 Last three digits divisible by 8
9 Digit sum divisible by 9
10 Last digit 0
11 Difference of (sum of odd-place digits) and (sum of even-place digits) is 0 or a multiple of 11

Core formulas and identities

Concept Rule
LCM times HCF LCM(a, b) times HCF(a, b) = a times b (for two numbers)
Sum of first n naturals n(n+1)/2
Sum of first n squares n(n+1)(2n+1)/6
Sum of first n cubes [n(n+1)/2] squared
(a+b) squared a2 + 2ab + b2
(a-b) squared a2 - 2ab + b2
a2 - b2 (a+b)(a-b)
a3 + b3 (a+b)(a2 - ab + b2)
a3 - b3 (a-b)(a2 + ab + b2)

Laws of indices

Law Form
Product am times an = am+n
Quotient am / an = am-n
Power of power (am)n = amn
Zero power a0 = 1 (a not 0)
Negative power a-n = 1 / an
Fractional power am/n = nth root of (am)

Surds

A surd is an irrational root such as √(5). To rationalise a denominator, multiply numerator and denominator by the conjugate: for 1/(a + √(b)) multiply by (a - √(b)).

BODMAS order

Brackets, Orders (powers and roots), Division, Multiplication, Addition, Subtraction. Division and multiplication rank equally and are done left to right; the same holds for addition and subtraction. Inside brackets, the innermost is resolved first.

Worked examples

Example 1: BODMAS

Simplify 12 + 6 of 3 - 8 / 4 times 2.

"of" behaves like multiplication and is done with the bracket-level priority, so 6 of 3 = 18. Now 12 + 18 - 8 / 4 times 2. Division and multiplication left to right: 8 / 4 = 2, then 2 times 2 = 4. So 12 + 18 - 4 = 26.

Example 2: LCM and HCF together

The HCF of two numbers is 12 and their LCM is 360. If one number is 60, find the other.

Use LCM times HCF = product of the numbers. 360 times 12 = 60 times other. Other = 4320 / 60 = 72.

Example 3: Divisibility by 11

Is 91827 divisible by 11?

Odd-place digits (from right: 7, 8, 9) sum to 24. Even-place digits (2, 1) sum to 3. Difference = 24 - 3 = 21, which is not 0 or a multiple of 11. So 91827 is not divisible by 11.

Example 4: Sum of a series

Find 1 + 2 + 3 + ... + 50.

Use n(n+1)/2 with n = 50: 50 times 51 / 2 = 2550 / 2 = 1275.

Example 5: Indices

Simplify (34 times 32) / 33.

Numerator: 34+2 = 36. Then 36 / 33 = 36-3 = 33 = 27.

Example 6: Rationalising a surd

Rationalise 1 / (3 + √(2)).

Multiply top and bottom by the conjugate (3 - √(2)). Denominator becomes 32 - (√(2))2 = 9 - 2 = 7. Result = (3 - √(2)) / 7.

Shortcut tips

  • To find the HCF fast, use the Euclid step: HCF(a, b) = HCF(b, a mod b), repeat until the remainder is 0.
  • For "of", read it as multiplication but treat it at the same level as the bracket: resolve it before plain division and multiplication.
  • A number is divisible by 12 if it passes both the divide-by-3 and divide-by-4 tests.
  • For the unit digit of a power, the unit digits cycle in a fixed pattern of length 1, 2, or 4 (for example 2 cycles 2, 4, 8, 6).
  • The product of two co-prime numbers equals their LCM, because their HCF is 1.

Practice questions

  1. Simplify: 18 - [6 - {4 - (8 - 6 + 2)}].
  2. The HCF of two numbers is 8 and their LCM is 96. One number is 24. Find the other.
  3. Find the least number that is exactly divisible by 12, 15, and 20.
  4. Is 4,59,72 (i.e. 45972) divisible by 9?
  5. Simplify: (25 times 23) / 26.
  6. Find the sum 1 + 2 + 3 + ... + 100.
  7. What is the greatest number that divides 60 and 84 exactly?
  8. Rationalise the denominator: 2 / (√(5) - 1).
  9. Find the unit digit of 735.
  10. Simplify: 25 + 12 of 2 - 36 / 6 + 4.

Answer key

Reveal the answer key and full worked solutions
  1. 18 - [6 - {4 - (4)}] = 18 - [6 - {0}] = 18 - 6 = 12.
  2. LCM times HCF = product, so 96 times 8 = 768 = 24 times other; other = 32.
  3. LCM of 12, 15, 20 = 60.
  4. Digit sum 4+5+9+7+2 = 27, divisible by 9, so yes.
  5. 25+3 / 26 = 28 / 26 = 22 = 4.
  6. 100 times 101 / 2 = 5050.
  7. HCF(60, 84) = 12.
  8. Multiply by (√(5)+1): 2(√(5)+1) / (5-1) = 2(√(5)+1)/4 = (√(5)+1)/2.
  9. Unit digit of 7 cycles 7, 9, 3, 1 (length 4). 35 mod 4 = 3, so the third in the cycle is 3.
  10. 12 of 2 = 24. So 25 + 24 - 6 + 4 = 47.

See also

Now reinforce it
Drill this with a practice set.
Go to practice
← BackAll of Paper I