document.write( "Question 197727: Calculate temperature in Fahrenheit if the temperature in celsius is -60C
\n" );
document.write( "F=(9/5)C+32.\r
\n" );
document.write( "\n" );
document.write( "I tried to solve the problem using .55 instead of 5/9 but my answer came out wrong. \n" );
document.write( "
Algebra.Com's Answer #148411 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Calculate temperature in Fahrenheit if the temperature in celsius is -60C \n" ); document.write( "F=(9/5)C+32. \n" ); document.write( ". \n" ); document.write( "Simply plug and solve: \n" ); document.write( "F=(9/5)C+32 \n" ); document.write( "F=(9/5)(-60)+32 \n" ); document.write( "F=(9)(-12)+32 \n" ); document.write( "F=-108+32 \n" ); document.write( "F=-76 (degrees Fahrenheit)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |