maddyhelps

Math 10C · Toolkits

Units are part of the answer

Carrying the units through a calculation is not tidiness. It is a running check that catches most arithmetic errors before they reach the page, and it is the single cheapest habit in senior mathematics.

Why does anyone care about units?

In 1999 NASA lost the Mars Climate Orbiter. One team supplied thruster data in pound-seconds and the software expected newton-seconds, nobody converted, and a spacecraft that cost well over a hundred million dollars flew too close to the planet and was destroyed. Every individual number was correct. The units were not.

That is an extreme case of an ordinary failure. A radiotherapy dose in the wrong unit, a medication dose in milligrams rather than micrograms, a beam sized in the wrong system — the arithmetic is rarely the problem. The problem is a number that has stopped saying what it measures.

Treating units as algebra fixes it. If you write them down and cancel them like variables, a wrong setup announces itself: the units come out as metres squared per centimetre and you stop before doing any arithmetic at all. That is why this is worth building as a reflex now, when the numbers are small enough that a mistake costs nothing.

Where it turns up

  • Medicine — dosage errors from unit confusion are a recognised category of preventable harm
  • Construction — Canadian trades work in imperial while engineering drawings are metric, so conversion happens daily
  • Science class — Q = mcΔT, PV = nRT and density all fail silently if a unit is wrong
  • Cooking at scale — a recipe tripled without converting is the same error in a friendlier setting

The words, first

The idea: A conversion factor is a fraction equal to one. Every conversion is that, applied once per dimension.

WordWhat it means
SIThe metric system. Every prefix is a power of ten, so conversions move the decimal point.
ImperialInches, feet, pounds. The relationships are irregular — 12, 3, 16, 5280 — so they must be learnt.
Conversion factorA fraction whose top and bottom are the same quantity in different units, so it equals 1.
Dimensional analysisTreating units as algebraic quantities that cancel. The technique this whole toolkit is about.
ReferentA familiar object used to estimate. A doorway is about 2 m; a thumb joint is about an inch.
PrecisionHow finely a measurement is recorded — and therefore what it is claiming.

Units cancel like variables

The idea: Write the factor so the unwanted unit appears on the opposite side of the fraction line. If the units come out right, the setup is right.

3.5 m × (100 cm / 1 m) = 350 cm  — the m cancels, cm survives

Had the factor been written the other way up, you would get 0.035 m²/cm. That is visibly not a length, and you would know before touching the arithmetic. This is the entire technique: the units tell you whether the setup was right.

Chaining. 90 km/h into metres per second is two factors in a row:

90 km/h × (1000 m / 1 km) × (1 h / 3600 s) = 25 m/s

km cancels against km, h cancels against h, and m/s is left. Nothing had to be remembered about which way round to divide.

It works on formulas too. In Q = mcΔT with c in J/(kg·°C), the kg cancels the mass and the °C cancels the temperature change, leaving joules. If your answer's units are not joules, the substitution was wrong.

Once per dimension

The idea: A length factor applies once. An area factor applies twice. A volume factor applies three times. This is the most expensive single error in measurement questions.

1 ft = 0.3048 m. Therefore 1 ft² = 0.3048² m² ≈ 0.0929 m², and 1 ft³ = 0.3048³ m³ ≈ 0.0283 m³.

Worked both ways. A room 12 ft by 15 ft:

  • Convert the sides: 3.658 m × 4.572 m = 16.7 m²
  • Convert the area: 180 ft² × 0.0929 = 16.7 m² ✓

Applying 0.3048 once to the area gives 54.9 m², three times too large — and for a bedroom that is not obviously absurd, which is exactly what makes it dangerous.

The same rule scales solids. Double every length and the area is multiplied by 4 and the volume by 8. That is why a cell cannot grow indefinitely, why small animals lose heat faster, and why crushing a tablet makes it dissolve faster.

Estimate first, then calculate

The idea: A referent gives you the size of the answer before you start. Anything an order of magnitude away is wrong regardless of how neat the working looks.

ReferentRoughly
A big step1 metre
A fingernail's width1 centimetre
A thumb joint1 inch
A doorway2 m, or about 6½ feet
A litre of water1 kilogram, or about 2.2 pounds
Highway speed100 km/h ≈ 28 m/s ≈ 60 mph

The direction check. Before calculating, ask whether the number should get bigger or smaller. Going to a smaller unit means more of them. An answer that moved the wrong way is wrong, and the check takes two seconds.

The habit, in one line

The idea: Write the units. Cancel them. Check the answer's units are what the question asked for.

Three steps, and between them they catch inverted factors, un-squared area conversions, millilitres used as litres, and minutes used as seconds. Those are most of the arithmetic marks available in Math 10C and in Science 10.

It also transfers unchanged. The same habit handles molar concentration in Chemistry 20, kinematics in Physics 20, and every rate problem in Math 30-1.