document.write( "Question 42177: Celsius temperature readings can be converted to fahrenheit readings using the formular F = 9 over 5 C+ 32. What is the fahrenheit tempature that corresponds to each of the following celsius temperatures:\r
\n" );
document.write( "\n" );
document.write( "15 \n" );
document.write( "
Algebra.Com's Answer #27317 by fractalier(6550) You can put this solution on YOUR website! The conversion formula is \n" ); document.write( "F = (9/5)C + 32 \n" ); document.write( "F = (9/5)(15) + 32 \n" ); document.write( "F = 27 + 32 \n" ); document.write( "F = 59 \n" ); document.write( " |