Answer:
Explanation:
All units of a physical measure are linked via a conversion factor. On this web page for every unit you can find the conversion factor compared to the base unit (SI unit).
To do a conversion (or equivalent) you must multiply the value to be converted by the conversion factor of the start unit and then divide the result by the conversion factor of the destination unit.
For example, we want to know how many centimeters equals 12 yards?
# convert the units in meters (which is the SI base unit for the lengths)
# 1 yard = 0.9144 meters
# 1 centimeters = 0.01 meters
# derive the conversion factor between the yard and centimeters by dividing the factors found
# 0.9144/0.01 = 91.44
# 1 yd = 91.44 cm
# now we multiply the amount to be converted by the conversion factor found
# 12 * 91.44 = 1097.28
# result: 12 yd equals 1097.28 cm
Unit conversion tool implements this simple algorithm.