Decimals and Fractions for AFCAT — Conversion, Comparison, and Operations

beginner 18 min read

Concept

A fraction represents a part of a whole. Write it as p/q where p is the numerator and q is the denominator. A decimal is simply a fraction whose denominator is a power of 10 — 0.7 is just 7/10, 0.37 is 37/100, and so on. They are two different notations for the same underlying quantity.

Here is the classification you need to hold in your head:

Think of the fraction bar as a division sign — 3/8 literally means 3 divided by 8. Every conversion question in AFCAT reduces to that one idea: long-divide the numerator by the denominator. The challenge is doing it quickly enough, and that is where the shortcuts in this page matter.

One analogy that works well: if a pizza is cut into 8 equal slices and you take 3, you hold 3/8 of the pizza. If someone asks "how much of the pizza is that as a decimal?", you divide the 3 slices by the 8-slice total: 3 ÷ 8 = 0.375, i.e., 37.5% of the pizza. The fraction, the decimal, and the percentage are all the same quantity in different dress.


Deep Dive

Converting a Fraction to a Decimal

Method 1 — Direct long division. Divide numerator by denominator. Place the decimal point when the numerator runs out of digits.

7 ÷ 20: 20 does not go into 7, so write 0., then divide 70 by 20 = 3 remainder 10, then divide 100 by 20 = 5. Result: 0.35.

Method 2 — Make denominator a power of 10. If the denominator factors into only 2s and 5s, multiply top and bottom to reach 10, 100, or 1000.

7/20: multiply both by 5 → 35/100 = 0.35. This is faster than long division when the denominator cooperates.

3/8: 8 = 2³. Multiply both by 125 (because 8 × 125 = 1000) → 375/1000 = 0.375.

Converting a Decimal to a Fraction

Write the decimal digits as the numerator. The denominator is 10^(number of decimal places). Then simplify by dividing both by their HCF.

0.6 = 6/10. HCF(6, 10) = 2. Simplified: 3/5.

0.125 = 125/1000. HCF(125, 1000) = 125. Simplified: 1/8.

0.35 = 35/100. HCF(35, 100) = 5. Simplified: 7/20.

Comparing a Decimal and a Fraction

The cleanest approach in an exam hall: convert the fraction to decimal, then compare digit by digit from left to right.

Compare 0.7 and 5/8: 5/8 = 0.625. Now compare 0.700 and 0.625 — the first digit after the decimal point is already larger in 0.7 (7 > 6), so 0.7 wins.

Do not cross-multiply with a decimal — it is error-prone under time pressure. Convert the fraction, compare as decimals.

Adding and Subtracting Mixed Decimal-Fraction Expressions

You will see questions like 1.5 - 3/4 or 0.4 + 1/5. The cleanest approach: convert everything to decimal, then operate.

1.5 - 3/4: convert 3/4 = 0.75. Then 1.5 - 0.75 = 0.75.

0.4 + 1/5: convert 1/5 = 0.2. Then 0.4 + 0.2 = 0.6.

Alternatively, convert everything to fractions and find a common denominator. Both methods work — choose decimal conversion when the fractions have denominators that are powers of 2 and 5 (they terminate cleanly), and choose fraction addition when the decimals are something like 0.333... (where keeping it as 1/3 is cleaner).

Simplification of Fractions

A fraction p/q is in its simplest form (lowest terms) when HCF(p, q) = 1. To simplify:

  1. Find HCF(p, q) — by prime factorisation or Euclid's algorithm.
  2. Divide both p and q by that HCF.

125/1000: factor 125 = , factor 1000 = 2³ × 5³. HCF = 5³ = 125. Divide: 1/8.

35/100: factor 35 = 5 × 7, factor 100 = 2² × 5². HCF = 5. Divide: 7/20.

Key Decimal Benchmarks to Memorise

These come up directly in AFCAT-style questions. Knowing them saves 20–30 seconds per question:

| Fraction | Decimal | |----------|---------| | 1/2 | 0.5 | | 1/4 | 0.25 | | 3/4 | 0.75 | | 1/5 | 0.2 | | 2/5 | 0.4 | | 3/5 | 0.6 | | 4/5 | 0.8 | | 1/8 | 0.125 | | 3/8 | 0.375 | | 5/8 | 0.625 | | 7/8 | 0.875 | | 1/20 | 0.05 | | 7/20 | 0.35 |

If you walk into the exam with this table memorised cold, every question in this topic becomes a lookup, not a calculation.


Memory Tricks & Shortcuts

patternDenominator Power-of-10 Scaling

When the denominator of a fraction has only 2s and 5s as prime factors, multiply top and bottom to reach the nearest power of 10. Denominator 4 → multiply by 25 to reach 100. Denominator 8 → multiply by 125 to reach 1000. Denominator 20 → multiply by 5 to reach 100.

Example: 7/20 × 5/5 = 35/100 = 0.35. No long division needed.

Standard long division path: 4 steps, ~25 seconds. Scaling path: 2 steps, ~8 seconds.

patternCount the Decimal Places

To convert a decimal to a fraction in one motion: count the digits after the decimal point (call it n), write the digits as the numerator, write 10^n as the denominator, simplify.

0.875 → 3 decimal places → 875/1000 → divide by HCF 125 → 7/8. Done.

Standard method (writing out 0.8 = 8/10, 0.07 = 7/100 and adding): 5 steps. This method: 3 steps.

patternFraction-to-Decimal Lookup via Eighths

The eighths family (1/8, 2/8, 3/8...) follows a clean pattern: each step adds 0.125. So 1/8 = 0.125, 2/8 = 0.25, 3/8 = 0.375, 4/8 = 0.5, 5/8 = 0.625, 6/8 = 0.75, 7/8 = 0.875. Memorise 0.125 as the base unit and count up by 0.125 for any eighth.

If you see 5/8 in a comparison question, count 5 steps of 0.125: 0.125 → 0.25 → 0.375 → 0.5 → 0.625. Takes about 5 seconds vs. long division (~20 seconds).

eliminationDecimal Comparison Without Cross-Multiplication

Never cross-multiply a decimal against a fraction — the arithmetic is messy. Convert the fraction to decimal first, then compare column by column left to right.

Example: compare 0.7 vs 5/8. Convert 5/8 = 0.625. Now line up: 0.700 vs 0.625. First column after decimal: 7 > 6. Stop. 0.7 wins.

Cross-multiply approach: 0.7 × 8 = 5.6 vs 5 × 1 = 5. Correct but requires fraction rearrangement. Decimal comparison: 3 seconds.

substitutionMixed Operations — Convert to the Easier Form

For expressions mixing decimals and fractions, identify which form is simpler for the specific numbers involved. If denominators are 4, 5, 8, 10, 20 — convert to decimal (they terminate cleanly). If decimals are recurring (like 0.333...) — keep as fraction.

0.75 + 1/8: both terminate → 0.75 + 0.125 = 0.875. One addition, done in ~5 seconds. Fraction route: 3/4 + 1/8 = 6/8 + 1/8 = 7/8 = 0.875 — also valid but requires an LCM step (~10 seconds more).


Fast-Solving Framework

In the exam hall, run this decision tree the moment you read a decimals-and-fractions question:

Step 1 — Identify the task. Is it conversion (fraction → decimal or decimal → fraction), comparison, or arithmetic (add/subtract/multiply)?

Step 2 — Conversion question? Check if denominator has only 2s and 5s. If yes, use power-of-10 scaling (8 seconds). Otherwise, do short long division.

Step 3 — Comparison question? Convert the fraction to decimal using your memorised table or Step 2 method. Compare digit by digit left to right. Stop at the first differing digit.

Step 4 — Arithmetic question (mixed decimal + fraction)? Convert all terms to decimal if denominators are from {2, 4, 5, 8, 10, 20, 25}. Then operate. If any denominator produces a recurring decimal (3, 6, 7, 9...), convert to fraction instead and find LCM.

Step 5 — Simplification question? Find HCF of numerator and denominator, divide both. Cross-check: can you cancel a common factor by inspection before computing HCF formally?

Always verify your answer against the options. If your computed decimal does not match any option exactly, check your simplification step first — HCF error is the most common failure point.


Solved PYQs

Why this question: Tests whether you recognise a basic decimal-to-fraction conversion and can simplify correctly — the most common AFCAT question type in this topic.

Previous Year Questionपिछले वर्ष का प्रश्न
Which of the following fractions is equivalent to 0.6?
निम्नलिखित में से कौन सा भिन्न 0.6 के बराबर है?
  1. 2/5
  2. 3/5
  3. 4/5
  4. 1/5
  1. 2/5
  2. 3/5
  3. 4/5
  4. 1/5
Solutionसमाधान
0.6 = 6/10 = 3/5 after simplification by dividing both numerator and denominator by 2.
0.6 = 6/10 = 3/5 अंश और हर दोनों को 2 से भाग देकर सरलीकरण के बाद।

Solving path: 0.6 = 6/10. Count common factors: 6 = 2 × 3, 10 = 2 × 5. HCF = 2. Divide: 3/5. Scan options — 3/5 is option B. Done in under 10 seconds.


Why this question: 0.125 is a classic benchmark. The question checks whether you know the eighths family or can apply power-of-10 denominator simplification.

Previous Year Questionपिछले वर्ष का प्रश्न
Express 0.125 as a fraction in its simplest form.
0.125 को सरलतम रूप में भिन्न के रूप में लिखिए।
  1. 1/8
  2. 1/4
  3. 1/6
  4. 1/10
  1. 1/8
  2. 1/4
  3. 1/6
  4. 1/10
Solutionसमाधान
0.125 = 125/1000. Simplifying by dividing both by 125: 125/1000 = 1/8
0.125 = 125/1000। दोनों को 125 से भाग देकर सरलीकरण: 125/1000 = 1/8

Solving path: 0.125 = 125/1000. HCF(125, 1000): 125 = 5³, 1000 = 8 × 125. HCF = 125. Divide: 1/8. Or simply recall 1/8 = 0.125 from your table — 2 seconds.


Why this question: Mixed operation (decimal minus fraction) — tests whether you can unify the two forms before operating.

Previous Year Questionपिछले वर्ष का प्रश्न
What is 1.5 - 3/4?
1.5 - 3/4 का मान क्या होगा?
  1. 0.75
  2. 0.5
  3. 1
  4. 0.25
  1. 0.75
  2. 0.5
  3. 1
  4. 0.25
Solutionसमाधान
Convert 3/4 to decimal: 3/4 = 0.75. Then subtract: 1.5 - 0.75 = 0.75
3/4 को दशमलव में बदलें: 3/4 = 0.75। फिर घटाएं: 1.5 - 0.75 = 0.75

Solving path: Convert 3/4 to decimal. 3/4 × 25/25 = 75/100 = 0.75. Subtract: 1.5 - 0.75 = 0.75. Option A.


Why this question: Fraction-to-decimal conversion using scaling — the power-of-10 shortcut is directly applicable.

Previous Year Questionपिछले वर्ष का प्रश्न
Express 7/20 as a decimal.
7/20 को दशमलव (decimal) के रूप में लिखिए।
  1. 0.35
  2. 0.25
  3. 0.45
  4. 0.30
  1. 0.35
  2. 0.25
  3. 0.45
  4. 0.30
Solutionसमाधान
To convert 7/20 to decimal, divide 7 by 20: 7 ÷ 20 = 0.35
7/20 को दशमलव में बदलने के लिए 7 को 20 से भाग दें: 7 ÷ 20 = 0.35

Solving path: 7/20. Multiply by 5/5: 35/100 = 0.35. Option A. No long division needed.


Why this question: Tests mixed addition and whether you handle the 1/5 = 0.2 benchmark cleanly.

Previous Year Questionपिछले वर्ष का प्रश्न
What is 0.4 + 1/5?
0.4 + 1/5 का मान क्या होगा?
  1. 0.6
  2. 0.8
  3. 0.5
  4. 0.9
  1. 0.6
  2. 0.8
  3. 0.5
  4. 0.9
Solutionसमाधान
Convert 1/5 to decimal: 1/5 = 0.2. Then add: 0.4 + 0.2 = 0.6
1/5 को दशमलव में बदलें: 1/5 = 0.2। फिर जोड़ें: 0.4 + 0.2 = 0.6

Solving path: 1/5 = 0.2. Add: 0.4 + 0.2 = 0.6. Option A. Five seconds.


Why this question: Adds a three-decimal benchmark (1/8 = 0.125) to a two-decimal number. Tests precision with decimal place alignment.

Previous Year Questionपिछले वर्ष का प्रश्न
What is 0.75 + 1/8?
0.75 + 1/8 कितना होगा?
  1. 0.875
  2. 0.825
  3. 0.775
  4. 0.925
  1. 0.875
  2. 0.825
  3. 0.775
  4. 0.925
Solutionसमाधान
Convert 1/8 to decimal: 1/8 = 0.125. Then add: 0.75 + 0.125 = 0.875
1/8 को दशमलव में बदलें: 1/8 = 0.125। फिर जोड़ें: 0.75 + 0.125 = 0.875

Solving path: 1/8 = 0.125. Add: 0.750 + 0.125 = 0.875. Keep trailing zeros for alignment — this is where candidates make errors. Option A.


Why this question: Comparison of a decimal and a fraction — tests whether you convert first rather than trying to compare directly.

Previous Year Questionपिछले वर्ष का प्रश्न
Which is greater: 0.7 or 5/8?
0.7 और 5/8 में से कौन बड़ा है?
  1. 0.7
  2. 5/8
  3. Both are equal
  4. Cannot be determined
  1. 0.7
  2. 5/8
  3. दोनों बराबर हैं
  4. निर्धारित नहीं किया जा सकता
Solutionसमाधान
Convert 5/8 to decimal: 5/8 = 0.625. Since 0.7 > 0.625, therefore 0.7 is greater.
5/8 को दशमलव में बदलें: 5/8 = 0.625। चूंकि 0.7 > 0.625, इसलिए 0.7 बड़ा है।

Solving path: Convert 5/8: count 5 steps of 0.125 → 0.625. Compare 0.700 vs 0.625. First digit after decimal: 7 > 6. So 0.7 is greater. Option A.


Why this question: Direct benchmark recall (3/8 = 0.375) versus options that are close but wrong (0.325, 0.385, 0.350). The question is designed to trap those who approximate rather than compute.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the decimal form of 3/8?
3/8 का दशमलव रूप क्या है?
  1. 0.375
  2. 0.325
  3. 0.385
  4. 0.350
  1. 0.375
  2. 0.325
  3. 0.385
  4. 0.350
Solutionसमाधान
To convert 3/8 to decimal, divide 3 by 8. 3 ÷ 8 = 0.375
3/8 को दशमलव में बदलने के लिए 3 को 8 से भाग दें। 3 ÷ 8 = 0.375

Solving path: 3/8. Multiply by 125/125: 375/1000 = 0.375. Or recall from the eighths table: 3 steps of 0.125 = 0.125 + 0.125 + 0.125 = 0.375. Option A.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →