Simplification and Fractions

~18 min read · AFCAT Numerical Ability

Per AFCAT paper~0.8 questions
Weight bandSolid add-on
SectionNumerical Ability
Section share≈ 20% of the paper
In 30 seconds
  • Weight: ~0.75 questions per AFCAT paper — small but a guaranteed-accuracy slot if you write the BODMAS steps.
  • Core methods: BODMAS for nested arithmetic, cross-multiplication or common-denominator for comparing fractions, memorised decimal table for instant evaluation.
  • Trap: Skipping a step by doing arithmetic mentally on nested expressions — costs the easiest mark in the section.

Overview

Simplification and Fractions appears about 0.8 times per paper across the last four AFCAT solved papers, placing it in the solid add-on band of Numerical Ability.

The Simplification and Fractions bucket is the lightest numerical sub-topic on AFCAT, averaging only 0.75 questions per paper across the last four solved sittings. Despite the low frequency, it is the highest-accuracy mark in the section because the entire item collapses to mechanical rule-following — there is no concept to model, no equation to set up, no trap embedded in the wording. You either apply BODMAS correctly or you do not.

Most candidates who lose this mark do so for one of three reasons: they attempt the chain mentally instead of writing each reduction line, they fumble division-versus-multiplication precedence (both are left-to-right, neither outranks the other), or they invert the wrong fraction during division. Each of these slips is preventable with a written protocol that takes 40–60 seconds. The aim of this module is to install that protocol so that whenever a simplification or fraction-comparison item appears, you bank it without thought.

The other reason this topic deserves a careful read is that the underlying skills — fraction arithmetic, decimal equivalents, recurring-decimal recognition, surd handling — are infrastructure for the rest of Numerical Ability. Percentage problems convert to fractions. Ratio problems demand quick fraction comparison. Compound interest formulas need clean surd and power simplification. So even if only one item in the actual paper carries the label, the skill carries the whole section.

Bottom line: Treat every simplification stem as a free mark. Write the BODMAS reduction. Do not approximate when the options are close. Move on in under a minute.

Why simplification is the highest-accuracy mark on the paper

Across the AFCAT papers analysed, simplification items show two patterns:

  • The arithmetic chain is long but mechanical — usually 4 to 7 operations with mixed brackets, fractions, and decimals.
  • The four options are arithmetically close — designed to catch a single mis-step rather than a conceptual error.

This combination means that a candidate who writes every reduction line will almost always reach the correct option, while a candidate who tries to compress the chain mentally will land on a distractor roughly one time in three. The cost of writing is 15–20 seconds; the cost of guessing wrong under negative marking is −1 against a potential +3. So even at 0.75 questions per paper average, the expected return on writing the steps is positive and large.

A second reason this topic matters: the four options are usually generated by simulating common errors. If you spot which distractor corresponds to which error (forgot the bracket, inverted wrong fraction, mis-ordered division and addition), you can self-check your answer by ruling out the trap options. We will see this in the worked examples.

BODMAS — the only order you need

BODMAS is an acronym that fixes the order in which you must evaluate a mixed arithmetic expression. The letters stand for:

LetterOperationRule
BBracketsInnermost first — round before square before curly: ( ) then [ ] then { }.
OOrdersPowers and roots. 23, square roots, cube roots.
DDivisionSame rank as multiplication. Apply left-to-right with M.
MMultiplicationSame rank as division. Apply left-to-right with D.
AAdditionSame rank as subtraction. Apply left-to-right with S.
SSubtractionSame rank as addition. Apply left-to-right with A.

The two pitfalls in this table are the same-rank rules. Division does not outrank multiplication — they share rank D-M and you apply them strictly left to right. Same for addition and subtraction. So 20 ÷ 4 × 5 is 25, not 1, because you do the division first as it appears earlier.

Walkthrough: 12 + 3 × (8 − 2)2 ÷ 4

  1. Brackets first: (8 − 2) = 6. Expression becomes 12 + 3 × 62 ÷ 4.
  2. Orders: 62 = 36. Expression becomes 12 + 3 × 36 ÷ 4.
  3. D and M left-to-right: 3 × 36 = 108, then 108 ÷ 4 = 27. Expression becomes 12 + 27.
  4. A: 12 + 27 = 39.

Notice that step 3 went multiplication-then-division because that is the left-to-right order in the original expression. If the problem had been 3 ÷ 36 × 4, you would have done division first.

Habit: Rewrite the expression after every reduction. The page will look longer but you will never get lost mid-chain.

Nested brackets — innermost first

When brackets are nested, work from the deepest layer outward. The conventional ordering is round → square → curly, written symbolically as { [ ( ) ] }. In AFCAT stems you will normally see at most two levels of nesting.

The discipline is identical to non-nested BODMAS: complete the inner layer fully (apply BODMAS inside it), then drop one level of brackets and continue.

Walkthrough: 50 − [30 − {15 − (8 − 3)}]

  1. Innermost round: (8 − 3) = 5. Becomes 50 − [30 − {15 − 5}].
  2. Curly: {15 − 5} = 10. Becomes 50 − [30 − 10].
  3. Square: [30 − 10] = 20. Becomes 50 − 20.
  4. Final: 50 − 20 = 30.

The most common trap here is the sign flip: when a minus precedes an opening bracket, students sometimes drop the bracket without flipping signs inside. The protocol above avoids this entirely because you always evaluate the inside fully before stripping the bracket.

Fraction operations — the four basic moves

Every fraction problem reduces to four operations: add, subtract, multiply, divide. Each has a fixed rule.

OperationRuleExample
AdditionFind LCM of denominators; convert each fraction; add numerators.1/3 + 1/4 = 4/12 + 3/12 = 7/12
SubtractionSame as addition; subtract numerators.5/6 − 1/4 = 10/12 − 3/12 = 7/12
MultiplicationMultiply numerators; multiply denominators; reduce.2/3 × 3/5 = 6/15 = 2/5
DivisionInvert the second fraction; multiply.2/3 ÷ 4/9 = 2/3 × 9/4 = 18/12 = 3/2

Two practical points:

  • Reduce before you multiply when possible. In 2/3 × 9/4, the 3 and 9 share a factor 3, and the 2 and 4 share a factor 2. Cancel first to get 1/1 × 3/2 = 3/2, avoiding the 18/12 step.
  • Invert the divisor, not the dividend. In a ÷ b you flip b, never a. Writing the operation as a fraction-of-a-fraction (the main bar separating the two) makes this visually obvious.

Mixed numbers — convert before you operate

A mixed number such as 2¾ is a shorthand for 2 + 3/4. Before you do any arithmetic, convert it to an improper fraction.

Rule: mixed-to-improper = (whole × denominator + numerator) ÷ denominator.

  • 2¾ = (2 × 4 + 3) / 4 = 11/4
  • 5⅔ = (5 × 3 + 2) / 3 = 17/3
  • 1⅛ = (1 × 8 + 1) / 8 = 9/8

To go the other way (improper-to-mixed), divide the numerator by the denominator. The quotient is the whole part; the remainder over the denominator is the fraction part. So 23/5 = 4 with remainder 3 = 4⅗.

Never try to add or multiply mixed numbers directly. 2¾ × 1⅛ is not 2 × 1 with the fractions multiplied separately — it is 11/4 × 9/8 = 99/32 = 3 and 3/32.

Decimal-to-fraction conversion (with recurring decimals)

Terminating decimals convert by inspection: 0.75 = 75/100 = 3/4. The denominator is a power of ten matching the number of decimal places, then reduce.

Recurring decimals are trickier but follow a fixed pattern. Memorise these standard equivalents — they appear repeatedly in AFCAT distractors:

Recurring decimalFractionPattern note
0.333... = 0.31/3Single digit repeats; denominator 3.
0.666... = 0.62/3Double of 1/3.
0.142857... = 0.1428571/7Six-digit cycle. All sevenths are cyclic permutations of 142857.
0.111... = 0.11/91/9 = 0.1 recurring; 2/9 = 0.2 recurring; etc.
0.0909... = 0.091/11Two-digit cycle for elevenths.
0.0769... ≈ 0.0769231/13Six-digit cycle for thirteenths.
0.1666... = 0.161/6Mixed (one terminating digit then recurring).

The general derivation: for a purely recurring decimal with cycle length k, the fraction equals (the repeating block) over (k nines). So 0.27 = 27/99 = 3/11. And 0.142857 = 142857/999999 = 1/7.

Fraction comparison — three methods, pick by situation

Comparing fractions is the most common form this topic takes in AFCAT — the stem lists three or four fractions and asks for largest or smallest. Use whichever method fits the count:

  • Two fractions — cross-multiply. For a/b versus c/d, compare the cross-products a × d and b × c. The side with the larger product is the larger fraction. (Assumes positive denominators, which is the AFCAT default.)
  • Three or four fractions — common denominator. Find LCM of all denominators, convert each fraction, compare numerators. Slower per fraction but linear in count.
  • Mixed denominator sizes — convert to decimals. If the denominators are unrelated (3, 7, 11, 13), the LCM is huge. Faster to compute decimal values to three places using the memorised table.

Heuristic for special forms

If all fractions have the shape n/(n+k) for a fixed gap k, the largest n gives the largest fraction. So 4/5, 5/6, 6/7, 7/8 all have gap 1 between numerator and denominator, and they increase in the order listed (7/8 is largest).

If all fractions have the shape n/(n−k), the same rule applies but inverted — larger n gives a fraction closer to 1 from above. And if the gap k is bigger, the fraction is further from 1.

Memorise this fraction-to-decimal table

This is the single highest-leverage memorisation in the Numerical Ability syllabus. It speeds up not just simplification but also percentage, ratio, and interest items. Commit it to memory until recall is instant.

FractionDecimal%
1/20.550%
1/30.333...33.33%
2/30.666...66.66%
1/40.2525%
3/40.7575%
1/50.220%
2/50.440%
3/50.660%
4/50.880%
1/60.1666...16.66%
5/60.8333...83.33%
1/70.1428...14.28%
2/70.2857...28.57%
3/70.4285...42.85%
1/80.12512.5%
3/80.37537.5%
5/80.62562.5%
7/80.87587.5%
1/90.111...11.11%
1/100.110%
1/110.0909...9.09%
1/120.0833...8.33%
Drill: Time yourself reading the table left-to-right and right-to-left. Once you can do both in under 90 seconds, you have it.

Powers and roots — quick simplification rules

AFCAT simplification stems sometimes embed a small power or surd. Three rules cover almost every case:

  • Same base, add exponents in multiplication: am × an = am+n. So 23 × 24 = 27 = 128.
  • Same base, subtract exponents in division: am ÷ an = am−n. So 56 ÷ 54 = 52 = 25.
  • Power of a power, multiply exponents: (am)n = am×n. So (32)3 = 36 = 729.

For surds, the basic identities are √a × √b = √(ab) and √(a/b) = √a / √b. So √8 = √(4 × 2) = 2√2, and √(50/2) = √25 = 5.

Common values worth remembering: √2 ≈ 1.414, √3 ≈ 1.732, √5 ≈ 2.236. These cover most surd-approximation distractors.

Algebraic simplification — like terms and distribution

A small minority of simplification items wrap the arithmetic inside a tiny algebraic expression. The two skills you need are:

  • Combining like terms: 3x + 5x − 2x = 6x. Only terms with the same variable and the same exponent combine.
  • Distributing: a(b + c) = ab + ac. So 4(3 + 2) = 4 × 3 + 4 × 2 = 20, which matches 4 × 5 = 20 — a quick self-check.

When the expression has fractions of variables, treat the variable as an opaque token and apply standard fraction rules. So x/3 + x/4 = (4x + 3x)/12 = 7x/12. Then if asked to evaluate at x = 6, substitute at the end: 7(6)/12 = 42/12 = 7/2.

Approximation tactics for AFCAT

If the four options are well-separated (say, 12, 18, 25, 31), you can approximate aggressively. Rules of thumb:

SituationApproximation
Small fraction added/subtracted from integerDrop the fraction; check direction at the end.
Square root of a non-perfect-squareUse the nearest perfect square. √50 ≈ √49 = 7.
Decimal near a clean fractionSubstitute the fraction. 0.249 ≈ 1/4.
Power of a fraction near 1(1 + x)n ≈ 1 + nx for small x. So 1.023 ≈ 1.06.

If the options are tight (say, 0.45, 0.48, 0.51, 0.54), do not approximate — compute exactly. The distractors are designed to trap a rounding step.

Speed shortcuts

Two micro-shortcuts that pay back in the simplification slot:

  • Split-and-add for 11-based products. n × 11 = n with its digits added in the middle. So 23 × 11 = 2(2+3)3 = 253. And 45 × 11 = 4(4+5)5 = 495.
  • Perfect-square recognition. Memorise squares to 25. 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625. When a √ appears, scan the table first.

Other useful instant facts: 123 = 1728, 152 = 225, 252 = 625, 352 = 1225, 452 = 2025. The pattern for any n5: take n × (n+1), then append 25. So 752 = 7 × 8 = 56, append 25 → 5625.

Common AFCAT trap patterns

Across the solved papers, the simplification distractors cluster around five errors:

  1. Division-before-multiplication when they sit in opposite order. 20 × 5 ÷ 10 is 10, not 0.4. The candidate who does ÷10 first because it is on the right gets 0.4.
  2. Sign loss when stripping a bracket preceded by minus. 10 − (3 − 5) = 10 − (−2) = 12, not 10 − 3 − 5 = 2.
  3. Inverting the wrong fraction in division. (3/4) ÷ (2/5) = 3/4 × 5/2 = 15/8, not 4/3 × 2/5 = 8/15.
  4. Mis-cancelling across a plus. In (2x + 4)/2, you cannot cancel the 2 with just the 2x — both terms in the numerator must be divisible. Correct: (2x + 4)/2 = x + 2.
  5. Forgetting the cycle in a recurring decimal. 0.36 is 36/99 = 4/11, not 36/100 = 9/25.

When you pick an answer, glance at the other three options. If one of them matches the result of skipping a step, you have just confirmed that you did not skip it.

Time budget

Across 100 questions in 120 minutes you have 72 seconds per item on average. Simplification deserves less than that — it is a known-quick slot. Aim for:

  • Single BODMAS chain (no nesting): 30–40 seconds.
  • Nested brackets: 45–60 seconds.
  • Fraction comparison (three or four fractions): 50–70 seconds.
  • Mixed expression with fractions and decimals: 60–80 seconds.

If you cross 90 seconds on a simplification item, mark and move. Spending two minutes here costs you the chance to attempt a high-yield percentage or work item later.

Worked AFCAT-style examples

Example 1

Simplify: 36 ÷ 6 × 2 + 4 × 3 − 5.

Answer: 19
Division-multiplication left-to-right: 36 ÷ 6 = 6; 6 × 2 = 12. Next chunk: 4 × 3 = 12. Now: 12 + 12 − 5 = 19. The trap is doing 6 × 2 before 36 ÷ 6, which gives 36 ÷ 12 = 3 and a wrong final value.
Example 2

Simplify: 100 − [60 − {40 − (20 − 5)}].

Answer: 95
Innermost: (20 − 5) = 15. Curly: {40 − 15} = 25. Square: [60 − 25] = 35. Final: 100 − 35 = 65. Re-check the sign at each layer; the protocol gives 65. The temptation to write the chain as 100 − 60 + 40 − 20 + 5 = 65 also works because the bracket-strip alternates signs cleanly here.
Example 3

Evaluate: (2/3 + 3/4) ÷ (5/6 − 1/2).

Answer: 17/4
Numerator: 2/3 + 3/4 = 8/12 + 9/12 = 17/12. Denominator: 5/6 − 1/2 = 5/6 − 3/6 = 2/6 = 1/3. Division: (17/12) ÷ (1/3) = (17/12) × 3 = 51/12 = 17/4.
Example 4

Which is the largest among 5/8, 7/12, 9/16, 11/20?

Answer: 5/8
Common denominator 240: 5/8 = 150/240; 7/12 = 140/240; 9/16 = 135/240; 11/20 = 132/240. Largest numerator 150 corresponds to 5/8. Alternative: decimals — 0.625, 0.583, 0.5625, 0.55. Same answer.
Example 5

Arrange in ascending order: 3/7, 4/9, 5/11, 6/13.

Answer: 3/7 < 4/9 < 5/11 < 6/13
All fractions have the form n/(n+4) with n = 3, 4, 5, 6. For n/(n+k) with fixed k, the fraction increases as n increases. So ascending order matches increasing n: 3/7, 4/9, 5/11, 6/13. Decimal cross-check: 0.428, 0.444, 0.454, 0.461.
Example 6

Convert 0.272727... to a fraction in lowest terms.

Answer: 3/11
The repeating block is 27, length 2. So the fraction is 27/99 = 3/11 after dividing numerator and denominator by 9. Cross-check using the decimal table: 1/11 = 0.0909..., so 3/11 = 0.2727...
Example 7

Simplify: 2⅓ × 1⅖ ÷ 1⅔.

Answer: 49/25
Convert: 2⅓ = 7/3; 1⅖ = 7/5; 1⅔ = 5/3. Expression: (7/3) × (7/5) ÷ (5/3) = (7/3) × (7/5) × (3/5) = (7 × 7 × 3) / (3 × 5 × 5) = 147/75 = 49/25. Cancel 3 with 3 first to avoid the large numbers.
Example 8

Simplify: √(144/25) + √(64/49).

Answer: 134/35
√(144/25) = 12/5; √(64/49) = 8/7. Sum: 12/5 + 8/7 = (12 × 7 + 8 × 5)/35 = (84 + 40)/35 = 124/35. Re-check arithmetic: 12 × 7 = 84, 8 × 5 = 40, sum 124, divided by 35. So the answer is 124/35.
Example 9

Simplify: 2³ × 2² ÷ 2⁴ + 3².

Answer: 11
Powers first: 2³ × 2² = 2⁵ = 32; ÷ 2⁴ = 32/16 = 2. Cleaner approach: 2^(3+2−4) = 2¹ = 2. Add 3² = 9: 2 + 9 = 11.
Example 10

Approximate: √50 + √80 to the nearest integer.

Answer: 16
√50 ≈ √49 = 7, slightly more, around 7.07. √80 ≈ √81 = 9, slightly less, around 8.94. Sum ≈ 7.07 + 8.94 = 16.01. Nearest integer is 16.
Example 11

Evaluate: 0.6 × 0.5 + 0.4 ÷ 0.8 − 0.25.

Answer: 0.55
Convert mentally to fractions: 0.6 × 0.5 = 0.30; 0.4 ÷ 0.8 = 0.5; expression becomes 0.30 + 0.5 − 0.25 = 0.55. The trap is doing the operations strictly left-to-right and getting 0.55 by coincidence, or mis-doing 0.4 ÷ 0.8 as 2 (which would give a positive shift) — keep 0.4 ÷ 0.8 = 1/2 = 0.5.
Example 12

Simplify: (3/5 of 250) + (2/7 of 49) − (1/4 of 80).

Answer: 144
3/5 of 250 = 150. 2/7 of 49 = 14. 1/4 of 80 = 20. Total: 150 + 14 − 20 = 144. 'A of B' means A × B; the word 'of' carries multiplication precedence.

Exam-day strategy

  1. Write every BODMAS reduction line. Mental compression is the single biggest source of error in this slot.
  2. For two-fraction comparison, cross-multiply. For three or more, go to common denominator or memorised decimals.
  3. Reduce fractions before multiplying. Smaller numbers, fewer arithmetic slips.
  4. Memorise the fraction-to-decimal table up to 1/12. It pays back in every numerical sub-topic, not just here.
  5. When options are tight, never approximate. When options are well-separated, approximate aggressively to save 30 seconds.
  6. If a recurring decimal appears in the stem or options, convert it using the (repeating block) / (k nines) rule.
  7. Time budget: 30–80 seconds depending on the form. Mark-and-skip beyond 90.
  8. Self-check: glance at the three distractors. If one matches the result of a step-skip you almost did, that confirms your route.

Practise Simplification and Fractions for AFCAT

Drill AFCAT-pattern simplification with timed BODMAS chains, fraction comparison sets, and recurring-decimal conversion — every item modelled on the last four solved papers.

Start free AFCAT practice

Frequently asked questions

How many simplification items does AFCAT actually ask?

Averaging the last four AFCAT solved papers, the topic supplies 0.75 questions per paper — so roughly three items out of every four papers carry one. It is the lowest-frequency Numerical Ability bucket.

Is BODMAS the same as PEMDAS or BIDMAS?

Yes — same rule, different acronyms used in different curricula. BODMAS (Indian standard) and BIDMAS (British) use B for brackets; PEMDAS (American) uses P for parentheses. O stands for orders (powers), I for indices, E for exponents. The order of operations is identical.

Should I memorise common decimal approximations?

Yes. The table from 1/2 to 1/12 is the single highest-leverage memorisation in the Numerical Ability syllabus. It accelerates simplification, percentage, ratio, and interest items.

What is the fastest way to compare three fractions?

If denominators share factors, find LCM and convert. If denominators are unrelated (3, 7, 11), convert each to a decimal using the memorised table — usually faster than computing a large LCM.

How do I avoid the division-multiplication left-to-right slip?

Read the chain from left to right and circle the D and M operations in order before evaluating any. Then execute strictly in the circled order. This adds three seconds and removes the error.

When is approximation safe?

When the four options differ by more than 5–10% of the smallest value. If options are 12, 18, 25, 31 — approximate. If options are 0.45, 0.48, 0.51, 0.54 — compute exactly.

Do I need to learn recurring-decimal conversion?

Yes, at minimum the standard equivalents for 1/3, 1/6, 1/7, 1/9, 1/11, 1/13. The general rule — repeating block over (k nines) — handles any unfamiliar case.