Learning goals
- Convert between metric and imperial lengths using consistent factors
- Chain multi-step conversions through a hub unit such as meters
- Spot inverted factors and mixed inch/foot mistakes before they compound
Length is a linear scale
Unlike temperature, length units share a common zero: 0 m is the same physical length as 0 ft. That means every conversion is a single multiply or divide by a constant factor.
Metric prefixes are powers of ten (1 km = 1000 m, 1 cm = 0.01 m). Imperial pairs use fixed ratios such as 1 in = 2.54 cm exactly and 1 ft = 12 in.
When a direct factor is unfamiliar, convert into meters (or inches) first, then out again. The intermediate hub unit cancels cleanly and reduces lookup errors.
Factor conversion
new = old × (new units per 1 old unit)
Orient the factor so the unit you are leaving cancels. Example: 5 ft × (0.3048 m / 1 ft) = 1.524 m.
Exact inch–centimeter link
1 in = 2.54 cm and 1 ft = 0.3048 m
These identities define the modern foot and inch relative to the meter. Prefer them over rounded memorization when precision matters.
Example 1 — Meters to feet
Given
Convert 3.2 m to feet. Use 1 m ≈ 3.28084 ft.
Steps
- Multiply by feet per meter: 3.2 × 3.28084 ≈ 10.4987.
- Round for the context (e.g. 10.50 ft to three significant figures).
Answer
3.2 m ≈ 10.50 ft.
Tip: Going the other way: ft × 0.3048 = m.
Example 2 — Miles to kilometers
Given
Convert 5 mi to km. Use 1 mi = 1.609344 km.
Steps
- Multiply: 5 × 1.609344 = 8.04672 km.
- Everyday rounding: about 8.05 km.
Answer
5 mi ≈ 8.05 km.
Example 3 — Chained: yards to centimeters
Given
Convert 2 yd to cm. (1 yd = 0.9144 m, 1 m = 100 cm)
Steps
- 2 yd → meters: 2 × 0.9144 = 1.8288 m.
- 1.8288 m → cm: 1.8288 × 100 = 182.88 cm.
Answer
2 yd = 182.88 cm.
Mixing feet and inches as one number
Common mistake
Treating “5 ft 8 in” as 5.8 ft and converting that decimal as if it were feet only.
Better approach
Convert inches to feet first (8 ÷ 12 ≈ 0.667), then total feet = 5.667, or convert both parts to inches/meters separately and add.
Inverting km ↔ mi
Common mistake
Dividing miles by 1.609 to get kilometers (that shrinks the number the wrong way).
Better approach
mi → km multiplies by ≈1.609; km → mi divides by ≈1.609. Ask: should 5 miles become a larger kilometer count? Yes.
Check your understanding
1.Convert 100 cm to inches (÷ 2.54).
Answer: 100 ÷ 2.54 ≈ 39.37 in.
2.Convert 10 ft to meters (× 0.3048).
Answer: 3.048 m.
3.Convert 2 km to miles (÷ 1.609344).
Answer: ≈ 1.24 mi.
Key takeaways
- Length conversions are pure factors — no temperature-style offsets.
- Chain through meters (or inches) when a direct pair is unknown.
- Separate feet and leftover inches before converting decimals.
- Sanity-check direction: metric ↔ imperial should grow or shrink as expected.