This is a companion drill page for the parent topic . The parent built the ideas ; here we hunt down every kind of question temperature conversions and thermometers can throw at you — every sign, every degenerate input, every limiting case — and work each one from zero.
Intuition How to read this page
Every example is tagged with the cell of the scenario matrix it covers. Before each solution there is a Forecast line — pause, guess the answer's ballpark, then read on. Guessing first is what turns reading into learning.
Every temperature problem in this chapter is one of these case-classes. The six examples below hit all of them.
Cell
Case class
What makes it tricky
Example
A
Positive value, C→F
plain slope + shift
Ex 1
B
Negative value / below zero
signs survive the × 5 9
Ex 2
C
A difference (interval), not a reading
offsets (+ 32 , + 273.15 ) must cancel
Ex 3
D
Degenerate / crossing point
two lines meet — one equation
Ex 4
E
Gas thermometer, absolute scale
ratio, not shift; limiting P → 0
Ex 5
F
Real-world word problem + exam twist
pick reading vs. difference correctly
Ex 6
Mnemonic Reading or Rise?
Before touching a formula ask one word: "Reading or Rise?"
A Reading is where the thermometer sits → use the full formula with offsets.
A Rise (a change Δ ) is how far it moved → offsets cancel, keep only the slope.
Worked example Ex 1 · Cell A
A pleasant room is at t C = 20 ° C . What is this on the Fahrenheit scale?
Forecast: Bigger than 32 (above ice point), and each Celsius degree is worth 5 9 of a Fahrenheit degree, so guess "somewhere in the high 60s."
Step 1 — Reading or Rise? This is a reading (a where), so we use the full formula.
Why this step? The room sits at a fixed spot on the scale; we are not measuring a change. Offsets stay in.
Step 2 — Scale the interval size.
5 9 × 20 = 36
Why this step? The 5 9 converts the size of the gap above ice point from Celsius degrees to the smaller Fahrenheit degrees.
Step 3 — Shift the origin.
t F = 36 + 32 = 68 ° F
Why this step? Fahrenheit's ice point is 32 , not 0 , so we add 32 to move from "degrees above ice" to an actual Fahrenheit reading.
Verify: Reverse it: t C = 9 5 ( 68 − 32 ) = 9 5 ( 36 ) = 20 ° C . ✓ Round-trip lands exactly back.
Worked example Ex 2 · Cell B
A freezer is at t C = − 18 ° C . Find t F .
Forecast: Below ice point, so below 32 ° F — but is it below zero Fahrenheit? 5 9 × 18 ≈ 32 , so guess "close to zero Fahrenheit."
Step 1 — Reading, full formula. Why: a fixed spot, not a change.
Step 2 — Keep the sign through the multiply.
5 9 × ( − 18 ) = − 32.4
Why this step? The negative Celsius value means we are below the ice point; 5 9 scales the (negative) gap, keeping it negative.
Step 3 — Add the offset.
t F = − 32.4 + 32 = − 0.4 ° F
Why this step? Same origin shift as always — the + 32 is blind to sign.
Verify: Reverse: 9 5 ( − 0.4 − 32 ) = 9 5 ( − 32.4 ) = − 18 ° C . ✓ Sign preserved both ways.
Worked example Ex 3 · Cell C
During an experiment a metal block cools by Δ t C = 40 ° C . Express this change in Kelvin and in Fahrenheit degrees.
Forecast: In Kelvin a change equals the Celsius change exactly — so 40 K. In Fahrenheit it should be bigger (F degrees are smaller), so guess ≈ 72 .
Step 1 — Reading or Rise? This is a Rise (the word "by" = a change).
Why this step? We are told how far the temperature moved , not where it landed. Offsets must cancel.
Step 2 — Kelvin change.
Δ T = Δ t C = 40 K
Why this step? Kelvin and Celsius have identical degree size; the + 273.15 is a fixed origin shift that subtracts away when you take a difference: ( T 2 − T 1 ) = ( t 2 + 273.15 ) − ( t 1 + 273.15 ) .
Step 3 — Fahrenheit change.
Δ t F = 5 9 Δ t C = 5 9 ( 40 ) = 72 ° F
Why this step? Only the slope 5 9 survives a difference; the + 32 cancels the same way. Never add 32 to a change.
Verify (do it the long way to prove the offset cancels): Say the block went t C : 90 → 50 .
In F: 90 → 5 9 ( 90 ) + 32 = 194 ; 50 → 5 9 ( 50 ) + 32 = 122 . Difference 194 − 122 = 72 . ✓ The + 32 vanished on subtraction.
Common mistake Adding 32 to a change
Writing Δ t F = 5 9 ( 40 ) + 32 = 104 is the classic error. The + 32 is an origin marker, not part of the step size. Answer is 72 , not 104 .
Worked example Ex 4 · Cell D
Is there any temperature where the Celsius and Fahrenheit thermometers show the same number ? Find it.
Forecast: The two lines have different slopes (1 vs 5 9 ) so they cross exactly once — somewhere in the negatives, because at 0 ° C F already reads 32 (F is ahead), so they must have been equal earlier, below zero.
Step 1 — Write "same reading" as one equation. Let the common value be x :
x = 5 9 x + 32
Why this step? "Same number on both scales" means substitute t F = t C = x into the conversion — one unknown, one equation, one crossing point of two straight lines.
Step 2 — Collect the x terms.
x − 5 9 x = 32 ⇒ − 5 4 x = 32
Why this step? Bringing both x 's to one side isolates the single unknown.
Step 3 — Solve.
x = 32 × ( − 4 5 ) = − 40
Why this step? Divide by − 5 4 (i.e. multiply by − 4 5 ) to release x .
Verify: 5 9 ( − 40 ) + 32 = − 72 + 32 = − 40 . ✓ So − 40 ° C = − 40 ° F — the one place the scales agree.
The figure shows the two conversion lines crossing at exactly one point — the red dot at − 40 . Above it Fahrenheit reads higher; below it (colder) Celsius reads higher.
Worked example Ex 5 · Cell E
A constant-volume gas thermometer reads pressure P tr = 3.0 × 1 0 4 Pa at the triple point of water (T tr = 273.16 K ). In a hot bath it reads P = 4.5 × 1 0 4 Pa .
(a) Find the bath temperature.
(b) What pressure would this thermometer read at absolute zero?
Forecast: Pressure went up by a factor 1.5 , so temperature should too: ≈ 410 K. And absolute zero must correspond to P = 0 — that's the whole meaning of "absolute."
Step 1 — Use the single-fixed-point absolute law. At constant volume,
T = T tr P tr P
Why this step? For a dilute gas at fixed volume, pressure is directly proportional to absolute temperature. One fixed point fixes the whole line because the line must pass through the origin. This is why the gas thermometer defines the absolute scale — no shift, just a ratio.
Step 2 — Plug in (a).
T = 273.16 × 3.0 × 1 0 4 4.5 × 1 0 4 = 273.16 × 1.5 = 409.74 K
Why this step? The pressure ratio is 1.5 , and temperature scales identically because the relation is a pure proportion.
Step 3 — Answer (b), the limit. Set T → 0 :
0 = T tr P tr P ⇒ P = 0 Pa
Why this step? Absolute zero is defined as the temperature where the extrapolated gas pressure hits zero. A gas cannot push with negative pressure, so this is the hard floor — you cannot go colder.
Verify (units + sanity): K × Pa Pa = K ✓ (pressure ratio is dimensionless). And 409.74 K > 273.16 K , correct since the bath is hotter than the triple point. ✓
The figure plots pressure against absolute temperature: a straight line through the origin . Extending it back to P = 0 lands exactly at T = 0 — that intercept is absolute zero.
Worked example Ex 6 · Cell F
A weather report says today's high is 95 ° F and tonight's low is 59 ° F .
(a) Convert the high to Celsius.
(b) A physics exam asks: "By how many Celsius degrees does the temperature drop overnight?" A student converts each reading and subtracts. Show the shortcut and confirm it matches.
Forecast: 95 ° F is hot — around the mid-30s in Celsius. The drop is 95 − 59 = 36 F-degrees; since C-degrees are bigger , the Celsius drop should be smaller than 36 — guess ≈ 20 .
Step 1 — Convert the high (a Reading).
t C = 9 5 ( 95 − 32 ) = 9 5 ( 63 ) = 35 ° C
Why this step? A reading uses the full inverse formula: subtract the 32 origin, then scale down by 9 5 to Celsius-sized degrees.
Step 2 — The overnight drop is a Rise (change), so use the slope only.
Δ t F = 95 − 59 = 36 ° F , Δ t C = 9 5 Δ t F = 9 5 ( 36 ) = 20 ° C
Why this step? This is the exam twist: a difference , so the + 32 /− 32 cancels. Convert the interval with 9 5 alone.
Step 3 — Confirm with the long way (convert both, subtract).
59 ° F → 9 5 ( 59 − 32 ) = 9 5 ( 27 ) = 15 ° C ; 35 − 15 = 20 ° C
Why this step? Converting each reading then subtracting must give the same answer as the shortcut — this is the whole point of "offsets cancel."
Verify: Shortcut = 20 ° C , long way = 20 ° C . ✓ And the high converts back: 5 9 ( 35 ) + 32 = 63 + 32 = 95 ° F . ✓
Recall Which formula for a
change , and why?
For a Celsius→Fahrenheit change , use only Δ t F = 5 9 Δ t C ::: because the + 32 is an origin shift that cancels when you subtract two readings.
Recall Where do Celsius and Fahrenheit read the same number?
At − 40 ::: solving x = 5 9 x + 32 gives x = − 40 , so − 40 ° C = − 40 ° F .
Recall Why does the gas thermometer use a ratio, not a shift?
Because P ∝ T at constant volume with a line through the origin ::: so a single fixed point sets the whole absolute (Kelvin) scale.
Recall Body temp
37 ° C in Fahrenheit?
98.6 ° F ::: from 5 9 ( 37 ) + 32 = 66.6 + 32 .
See also: Zeroth Law of Thermodynamics , Heat and Internal Energy , Thermal Expansion (mercury/gas thermometers rely on it), and Ideal Gas Law for the P ∝ T foundation of the gas thermometer.