Decimals — Conversion, Operations, and Comparison with Fractions

easy CBSE 3 min read

Question

How do we convert between decimals and fractions, perform operations on decimals, and compare them?


Solution — Step by Step

Count the digits after the decimal point. That tells you the denominator:

  • 1 digit after decimal: denominator = 10
  • 2 digits: denominator = 100
  • 3 digits: denominator = 1000

Examples:

  • 0.7=7100.7 = \frac{7}{10}
  • 0.25=25100=140.25 = \frac{25}{100} = \frac{1}{4}
  • 2.375=23751000=1982.375 = \frac{2375}{1000} = \frac{19}{8}

Always simplify the fraction at the end.

Divide the numerator by the denominator:

  • 34=3÷4=0.75\frac{3}{4} = 3 \div 4 = 0.75
  • 13=1÷3=0.333...\frac{1}{3} = 1 \div 3 = 0.333... (repeating)

Quick conversions to memorise: 12=0.5\frac{1}{2} = 0.5, 14=0.25\frac{1}{4} = 0.25, 34=0.75\frac{3}{4} = 0.75, 15=0.2\frac{1}{5} = 0.2, 18=0.125\frac{1}{8} = 0.125. These save time in Class 6-7 exams.

To compare, convert everything to the same form (either all decimals or all fractions):

Comparing decimals: Make them the same length by adding trailing zeros, then compare digit by digit from left:

  • 0.50.5 vs 0.350.35: Write as 0.500.50 vs 0.350.35. Since 50>3550 > 35, we get 0.5>0.350.5 > 0.35.

Comparing decimal with fraction: Convert the fraction to decimal first:

  • 25\frac{2}{5} vs 0.450.45: 25=0.4\frac{2}{5} = 0.4, and 0.4<0.450.4 < 0.45
graph TD
    A[Decimal or Fraction?] --> B{Need to convert?}
    B -->|Decimal to Fraction| C[Count decimal places]
    C --> D[Write digits over 10/100/1000]
    D --> E[Simplify the fraction]
    B -->|Fraction to Decimal| F[Divide numerator by denominator]
    B -->|Compare| G[Convert both to same form]
    G --> H[Compare digit by digit or value by value]

Why This Works

Decimals and fractions are just two ways of writing the same number. A decimal like 0.250.25 literally means 25100\frac{25}{100} — the decimal point tells us we are dealing with tenths, hundredths, thousandths. Once we see this connection, conversion becomes mechanical.

The place value system extends naturally: just as the tens place is 10 times the ones place, the tenths place is 110\frac{1}{10} of the ones place.


Alternative Method

For comparing fractions without converting to decimals, use cross-multiplication:

To compare ab\frac{a}{b} and cd\frac{c}{d}: compute a×da \times d and b×cb \times c.

  • If ad>bcad > bc, then ab>cd\frac{a}{b} > \frac{c}{d}

Example: 37\frac{3}{7} vs 25\frac{2}{5}: 3×5=153 \times 5 = 15 and 7×2=147 \times 2 = 14. Since 15>1415 > 14, 37>25\frac{3}{7} > \frac{2}{5}.


Common Mistake

Students often think 0.5<0.350.5 < 0.35 because “35 is bigger than 5.” This is wrong. Always equalise the number of decimal places first: 0.500.50 vs 0.350.35. Now it is clear that 50>3550 > 35, so 0.5>0.350.5 > 0.35. The number of digits after the decimal does NOT determine which number is larger.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next