To change a temperature from the Kelvin scale to the Celsius-scale, you have to :
- ((a))
multiply the given temperature by 273
- ((b))
divide the given temperature by 273
- ((c))
subtract 273 from the given temperature
- ((d))
add 273 to the given temperature
Show Answer
multiply the given temperature by 273














