Try it
Understand the result
What's going on
Celsius, Fahrenheit, and Kelvin all measure the same thing - how hot something is - they just picked different zero points and different step sizes to count with. Datasheets, weather reports, and lab equipment don’t agree on which one to use, so converting between them comes up constantly.
The formula
°F = °C × 9/5 + 32
K = °C + 273.15
Show the derivation, mnemonic, and worked example
Build it up
Celsius sets 0° at water freezing. Kelvin uses the same size degree as Celsius but starts counting from absolute zero instead, so it’s just Celsius shifted up by 273.15. Fahrenheit uses a smaller degree and a different zero point entirely, so converting to or from it needs both a scale factor (9/5) and an offset (32) - Celsius to Kelvin is a pure shift, Celsius to Fahrenheit is a shift and a stretch.
Worked example
Worked example
25°C
°F = 25 × 9/5 + 32 = 77°F
K = 25 + 273.15 = 298.15 K





