document.write( "Question 207333: Use a unit multiplier to convert 600 millimeters to centimeters. \n" ); document.write( "
Algebra.Com's Answer #156774 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
milli=1000
\n" ); document.write( "centi=100
\n" ); document.write( "just move the decimal one place to the left
\n" ); document.write( "600 mm=60 cm
\n" ); document.write( "
\n" );