Most arithmetic reflexes were trained on whole numbers: multiply makes things bigger, divide makes things smaller. The moment fractions enter, both reflexes misfire. \tfrac{1}{2} \times \tfrac{1}{2} = \tfrac{1}{4} is smaller than either factor. 6 \div \tfrac{1}{2} = 12 is bigger than the dividend. The old instincts blink.
The replacement is a single pair of rules, and once you internalise them they stop causing friction in every calculation involving fractions, probabilities, growth rates, or scientific notation. Build them into your gut:
- Multiplying by a number less than 1 shrinks the result. Multiplying by a number greater than 1 grows it. Multiplying by exactly 1 does nothing.
- Dividing by a number less than 1 grows the result. Dividing by a number greater than 1 shrinks it. Dividing by exactly 1 does nothing.
The cutoff in both cases is 1. Above or below it decides which direction the operation pushes the result.
Why it works — the one-line version
The two rules are mirror images, and one line explains both: division by b is the same as multiplication by \tfrac{1}{b}.
So dividing by a small b is multiplying by a large \tfrac{1}{b}, and vice versa. If b = \tfrac{1}{2}, then \tfrac{1}{b} = 2, and multiplying by 2 grows. If b = 10, then \tfrac{1}{b} = 0.1, and multiplying by 0.1 shrinks. The "grows" and "shrinks" labels simply swap when you swap one operation for the other — because multiplication and division are inverses.
Quick-fire drill
Use the rules to say "bigger" or "smaller" before doing any arithmetic. Train the gut.
- 50 \times 0.8 → factor < 1, so smaller than 50. (Actual: 40.)
- 50 \times 1.2 → factor > 1, so bigger than 50. (Actual: 60.)
- 50 \div 0.8 → divisor < 1, so bigger than 50. (Actual: 62.5.)
- 50 \div 1.2 → divisor > 1, so smaller than 50. (Actual: 41.67.)
- \tfrac{3}{5} \times \tfrac{4}{7} → both factors < 1, so the result is smaller than either. (Actual: \tfrac{12}{35}, smaller than both \tfrac{3}{5} = 0.6 and \tfrac{4}{7} \approx 0.57.)
- 100 \times 0.01 → factor < 1 and very small; result is much smaller. (Actual: 1.)
- 100 \div 0.01 → divisor < 1 and very small; result is much bigger. (Actual: 10{,}000.)
Notice how the rules cover everything from fraction arithmetic to scientific notation without needing a special case. "0.01 is less than 1" is the same mental switch as "\tfrac{1}{100} is less than 1" — they are literally the same number, just written differently.
When the gut saves you
The rules are not just tidy bookkeeping. They prevent specific classes of calculation error that cost marks on exam day.
Sanity-checking MCQ answers. You compute the force of gravity on a proton and the expected answer should be tiny. You arrive at 10^{-25} N. The MCQ also offers 10^{+25} N. Your gut says: "I multiplied by small numbers (G \approx 10^{-11}, masses of order 10^{-27}), so the answer should be small" — and the negative exponent confirms you are on the right track. The gut is the last-line defence against a misplaced power of 10.
Probability. A probability is a number between 0 and 1. Multiplying probabilities together always shrinks the number — because every factor is below the threshold. So the probability of multiple independent events happening in sequence is always smaller than any one of them. A student who internalises this never accidentally writes "P(A \text{ and } B) > P(A)" — it is impossible for probabilities less than 1.
Compound interest and discounts. If a price is discounted by 20\%, the new price is 0.8 times the original. The factor is < 1, so the price shrinks. Compound it again — another \times 0.8. The price shrinks again. Two 20\% discounts don't sum to 40\% because each one operates on a smaller base — you end up at 0.8 \times 0.8 = 0.64, a 36\% discount overall. The gut rule explains this naturally: a factor below 1 shrinks; applying it twice shrinks twice.
Unit conversion. To convert metres to kilometres you divide by 1000. The divisor is > 1, so the number shrinks — exactly right, because a number in kilometres is always smaller than the same distance in metres. To go the other way (km to m) you multiply by 1000, the factor is > 1, and the number grows. The gut rule catches direction errors before the arithmetic.
The = 1 case
Both rules have the same degenerate case: multiplying or dividing by exactly 1 does nothing. This is not just a boring edge case — it is the single most useful fact in fraction manipulation. Rationalising denominators, finding common denominators, simplifying fractions — all three techniques rely on multiplying by a well-chosen "1" (\tfrac{n}{n}, or \tfrac{\sqrt{2}}{\sqrt{2}}, or the conjugate over itself) to change the form of a fraction without changing its value.
Why: multiplication and division by 1 are the identity operations for these operations — the algebraic rule is a \times 1 = a and a \div 1 = a. Because the result equals the input, any factor that equals 1 can be inserted into a calculation without changing the answer, which is what rationalising and equivalent-fraction tricks exploit.
A compact chart to internalise
| Operation | Factor > 1 | Factor = 1 | Factor < 1 |
|---|---|---|---|
| \times | grows | unchanged | shrinks |
| \div | shrinks | unchanged | grows |
The two rows are each other's mirrors. The middle column is the identity.
What to remember
- Multiply by less than 1 shrinks; more than 1 grows. Times 1 = unchanged.
- Divide by less than 1 grows; more than 1 shrinks. Divided by 1 = unchanged.
- The threshold in both cases is exactly 1.
- The two rules are mirror images of each other, because division by b is multiplication by \tfrac{1}{b}.
- Use the gut rule as a first-pass sanity check on any arithmetic answer, especially in MCQs, probability, discounts, and unit conversion.
Make these reflexes. The moment a fraction or a decimal appears in a calculation, your instinct should flash a direction — "this grows" or "this shrinks" — before you pick up the pen. When it does, arithmetic errors drop by a factor of two and your problem-solving speeds up everywhere.
Related: Fractions and Decimals · Multiplying Always Makes Numbers Bigger — So Why Does 1/2 × 1/2 Shrink? · Why Dividing by a Fraction Less Than 1 Grows the Result — It Feels Backwards · Why Do We Flip the Second Fraction When Dividing — Who Came Up With That Rule?