You are halfway through a problem. Your working has 0.4285714 in one line and 0.5773502 in another. Three more multiplications and an addition later, the intermediate numbers are getting longer and your confidence in the last two digits is dropping fast. This is the moment to switch tracks: drop the decimals, rewrite as fractions, and continue symbolically.
The recognition trigger
Any of the following signs means you should abandon decimal form and switch back to fractions:
- An intermediate result has more than four decimal digits and is not recognisably simple (like 0.5 or 0.25).
- You are about to multiply or divide two such decimals — rounding errors will compound.
- The number you wrote looks suspiciously like a common fraction's decimal form (0.333\ldots is \tfrac{1}{3}; 0.1428\ldots is \tfrac{1}{7}; 0.5773\ldots is \tfrac{1}{\sqrt{3}}).
- The problem will eventually ask for an exact answer, and you have already approximated.
The earlier you catch one of these signs, the less error you will carry into the rest of the calculation.
The one-line rule
Symbolic fractions accumulate no rounding error. Decimal approximations accumulate rounding error on every arithmetic step.
This is the entire reason for the reflex. A fraction like \tfrac{3}{7} is exact; 0.4285714 is an approximation with error about 3 \times 10^{-8}. Multiply two such approximations and the errors combine to about 6 \times 10^{-8}. Multiply three; about 10^{-7}. After five or six multiplications, the relative error is in the fifth decimal — exactly where the answer's precision lives. If you then round to two decimal places, you might land on the wrong answer.
Fractions dodge this entirely. \tfrac{3}{7} \times \tfrac{2}{5} = \tfrac{6}{35} — no error. \tfrac{3}{7} \times \tfrac{2}{5} \times \tfrac{7}{4} = \tfrac{42}{140} = \tfrac{3}{10} = 0.3. One decimal conversion at the very end, zero rounding in the middle.
The switch-back move
When you catch yourself mid-problem with ugly decimals, here is the clean way to switch.
Step 1: identify the fraction each ugly decimal came from. Usually you already know, because you produced the decimal by dividing. 0.5714 came from \tfrac{4}{7}; 0.6667 came from \tfrac{2}{3}. If you have lost track, divide and check.
Step 2: rewrite the current line in fractions. Replace every ugly decimal with its fraction. Leave clean decimals (like 0.5 = \tfrac{1}{2}, 0.25 = \tfrac{1}{4}) alone if you prefer.
Step 3: proceed symbolically. Add, multiply, divide fractions using the standard rules. Cancel common factors aggressively.
Step 4: at the very end, convert to decimal if the answer format requires it. One conversion, one rounding step, minimal error.
The common-fraction sniff test
Some decimals are famous and you should recognise them:
- 0.5, 0.25, 0.75 → halves and quarters.
- 0.333\ldots, 0.666\ldots → thirds.
- 0.2, 0.4, 0.6, 0.8 → fifths.
- 0.1666\ldots, 0.8333\ldots → sixths.
- 0.1428\ldots, 0.2857\ldots, 0.4285\ldots, 0.5714\ldots, 0.7142\ldots, 0.8571\ldots → sevenths.
- 0.125, 0.375, 0.625, 0.875 → eighths.
- 0.111\ldots, 0.222\ldots, etc. → ninths.
- 0.0909\ldots, 0.1818\ldots → elevenths.
- 0.0769\ldots, 0.1538\ldots → thirteenths.
If an ugly decimal matches one of these, convert back to the fraction — the problem is almost certainly simpler in fraction form.
The famous irrational decimals are worth recognising too:
- 1.414\ldots = \sqrt{2}
- 1.732\ldots = \sqrt{3}
- 0.5773\ldots = \tfrac{1}{\sqrt{3}} = \tfrac{\sqrt{3}}{3}
- 0.7071\ldots = \tfrac{1}{\sqrt{2}} = \tfrac{\sqrt{2}}{2}
- 1.618\ldots = \varphi = \tfrac{1+\sqrt{5}}{2}
- 2.718\ldots = e
- 3.1416\ldots = \pi
If you see one of these in your working, keep the exact symbolic form going forward.
When decimals are genuinely OK
Not every calculation benefits from fraction form. Decimals are fine when:
- All the numbers are already "clean" — 0.5, 0.25, 2.0, etc.
- The problem is explicitly approximate (e.g., experimental physics to 3 significant figures).
- The operations are additive, not multiplicative — rounding errors do not compound as badly for addition and subtraction as they do for multiplication and division.
- You are working with irrationals that have no closed form (experimental data, numerical solutions).
The reflex is: ugly decimals in multiplicative chains → go back to fractions. Addition chains of clean decimals are usually fine.
Mid-problem rescue
Suppose you are solving for the area of a triangle and halfway through, you have written:
Three ugly-looking decimals. Pause and recognise:
- 0.5714 \approx \tfrac{4}{7}.
- 0.6667 \approx \tfrac{2}{3}.
- \sin(60°) = \tfrac{\sqrt{3}}{2} (a famous irrational).
Rewrite:
The answer is clean, exact, and easy to verify. If the exam wants a decimal, one final conversion gives \tfrac{2 \cdot 1.732}{21} \approx 0.165. If it wants the exact answer, you already have it.
If you had continued in decimals: \tfrac{1}{2} \cdot 0.5714 \cdot 0.6667 \cdot 0.8660 \approx 0.5 \cdot 0.3810 \cdot 0.8660 \approx 0.1650 — the same answer, but with at least three rounding steps buried in it and no clean exact form.
Why the rescue helps: you traded three decimal-multiplication rounding errors for zero. The final decimal, 0.1650, comes from a single conversion of a simple fraction. The fraction \tfrac{2\sqrt{3}}{21} is the "real" answer; 0.1650 is an approximation of it.
What to remember
- If an intermediate decimal has more than four digits and is not obviously simple, it is ugly. Rewrite as a fraction.
- Symbolic fraction arithmetic has zero rounding error. Decimal arithmetic has rounding error at every step.
- Recognise the famous rational decimals (1/7 family, 1/13 family) and the famous irrational decimals (\sqrt{2}, \sqrt{3}, e, \pi).
- Switch back to fractions mid-problem — it is almost always cheaper than continuing with decimals.
- Convert to a decimal only at the very end, and only if the answer format requires it.
Ugly decimals are a warning sign. They mean you have traded precision for convenience, and you have not even gained much convenience — fractions are usually faster to multiply anyway. Drop the decimals, go back to ratios, and let the arithmetic stay exact.
Related: Fractions and Decimals · When Should I Leave the Answer as a Fraction vs Convert to a Decimal in JEE? · Fraction or Decimal — When Should I Convert in JEE? · Sanity-Check Every Fraction Answer by Converting to a Rough Decimal