Here is a tiny habit that separates students who are quick with fractions from students who are slow with them. When you see \tfrac{3}{4} in a problem, the slow student reads it as an instruction: three divided by four, go find the calculator. The quick student reads it as a single number: three out of four equal parts, already done, keep going.
That small shift in reading changes everything downstream. The "calculator reading" drags you into decimals before you need them, and decimals drag rounding errors into your working. The "ratio reading" keeps the number symbolic until the last step, and symbolic arithmetic is exact.
The two readings, side by side
Both readings are mathematically correct. The fraction \tfrac{3}{4} does equal 3 \div 4 = 0.75, and you can confirm that on a calculator. But how you read the symbol while solving a problem changes the strategy you reach for.
The command reading treats the bar as an operator: "perform the division now." You type it in, get 0.75, and carry the decimal through the rest of the working. Every later multiplication and division nudges the rounding a little further from the true answer.
The ratio reading treats the bar as a label: "this is a single number, already written in its natural form." You keep \tfrac{3}{4} as \tfrac{3}{4} through the working, cancel factors when you can, and only convert at the very end if the answer format asks for a decimal.
Why it matters: a rounded decimal drifts a little from the truth on every multiplication. A ratio does not. If you read \tfrac{3}{4} as a single object — a number sitting at one spot on the line, three quarters of the way from 0 to 1 — you are treating it the way a mathematician treats it: as data, not as an instruction to execute.
Why the ratio reading is the default in school arithmetic
Several common operations become cleaner when you keep the fraction whole.
Cancelling factors. In the product \tfrac{3}{4} \times \tfrac{8}{9}, the 3 on top cancels with the 9 on the bottom (leaving 3), and the 4 on the bottom cancels with the 8 on top (leaving 2), giving \tfrac{1 \cdot 2}{1 \cdot 3} = \tfrac{2}{3}. If you had evaluated each fraction as a decimal first — 0.75 \times 0.8889 \approx 0.6667 — you would arrive at an approximate value of \tfrac{2}{3} but without seeing why. The cancellation is the structure of the answer; the decimal hides it.
Keeping a common denominator. When you add \tfrac{1}{3} + \tfrac{1}{6}, the natural step is to rewrite \tfrac{1}{3} as \tfrac{2}{6} and add, getting \tfrac{3}{6} = \tfrac{1}{2}. If you go to decimals — 0.333\ldots + 0.166\ldots — you either carry the dots forever or round and hope. The fraction form gives an exact answer in one line.
Ratios themselves. A ratio "in the ratio 3 : 4" just is the fraction \tfrac{3}{4} (for the first part compared to the second) or \tfrac{3}{7} (for the first part of the total). These are proportional relationships; they are not waiting to become decimals. They describe a shape of a comparison, not a numerical value to be computed.
The one-line rule
A fraction is a number written in its natural form. Keep it there until the final step, and only convert to a decimal if the answer format demands it.
That is the whole habit. When you see \tfrac{p}{q}, treat it like you would treat the symbol \sqrt{2} or \pi — as a name for a specific point on the number line, to be carried through the working without evaluation. Evaluate only at the end, and only if you must.
A concrete comparison
Consider: \tfrac{2}{5} of \tfrac{3}{8} of 200.
Ratio reading. The expression is \tfrac{2}{5} \times \tfrac{3}{8} \times 200. Multiply the numerators and the denominators separately: \tfrac{2 \times 3 \times 200}{5 \times 8} = \tfrac{1200}{40} = 30. Done, exactly.
Command reading. Convert first: \tfrac{2}{5} = 0.4, \tfrac{3}{8} = 0.375. Then multiply 0.4 \times 0.375 \times 200 = 30. Same answer, but you have done two divisions and a multiplication of decimals where a single multiplication of integers would have done.
For this clean example the answer comes out the same because the decimals happen to terminate. If the fractions had been \tfrac{2}{3} and \tfrac{5}{7}, the decimals would have started rounding immediately, and the ratio reading would have been the only way to get an exact answer.
Student asks: "Find $\tfrac{3}{4}$ of $\tfrac{2}{9}$ of $540$."
Command approach: \tfrac{3}{4} = 0.75, \tfrac{2}{9} = 0.2222\ldots. Multiply: 0.75 \times 0.2222 \times 540 = 0.1667 \times 540 = 90.018. You round and guess the answer is 90.
Ratio approach: \tfrac{3}{4} \times \tfrac{2}{9} \times 540. The 3 on top cancels with the 9 on the bottom (leaving 3 on the bottom); the 2 on top and the 4 on the bottom cancel to give \tfrac{1}{2} on the bottom. The product of the denominators is 2 \times 3 = 6, the product of the numerators is 1 \times 1 = 1, so the simplified form is \tfrac{1}{6} \times 540 = 90. Exactly 90, no rounding, no guessing.
Why the ratio approach won: the 0.2222\ldots is an irrational-looking decimal that came from the rational number \tfrac{2}{9}. Converting to decimal threw away the exact information ("this is two out of nine equal parts"), replaced it with a rounded version, and forced you to guess whether 90.018 really meant 90.
When the command reading is OK
The command reading is not wrong — it is just lazy for most paper-and-pencil work. But there are moments when it is the right call.
- All the fractions are clean. \tfrac{1}{2}, \tfrac{1}{4}, \tfrac{3}{4}, \tfrac{1}{5}, \tfrac{3}{10} — these terminate. Convert freely.
- The final answer is a decimal anyway. If the question asks "to two decimal places," you are converting at the end regardless.
- You are on a calculator and the problem is numerical, not algebraic. Physics experiments, finance spreadsheets, engineering calculations — these live in decimals. Fractions would slow you down.
For school arithmetic, JEE-style problems, and anything where the answer is expected to be a clean number or an exact expression — default to the ratio reading.
The intuition in one sentence
A fraction is already a number. Stop turning it into another one.
The bar in \tfrac{p}{q} is not a "divide" key. It is a comma, separating the two pieces of information that together name a single point on the number line — the top piece says "how many parts," the bottom piece says "out of how many." Together they pick out one number, and that number is already in a form you can multiply, add, subtract, compare, and simplify. Pressing the divide key is trading one clean form for a messier one, almost always too soon.
Related: Fractions and Decimals · When Should I Leave the Answer as a Fraction vs Convert to a Decimal in JEE? · Answer Looks Ugly With a Long Decimal? Drop Back to Fraction Form · Sanity-Check Every Fraction Answer by Converting to a Rough Decimal