document.write( "Question 268400: The conversion for Celsius to Fahrenheit temperatures is F=9/5C+32. Rewrite the formula so that C is given in terms of F. Then find the Celsius temperature when the Fahrenheit temperature is 81 degrees. \n" ); document.write( "
Algebra.Com's Answer #196751 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The conversion for Celsius to Fahrenheit temperatures is F=9/5C+32. Rewrite the formula so that C is given in terms of F. Then find the Celsius temperature when the Fahrenheit temperature is 81 degrees.\r \n" ); document.write( "\n" ); document.write( "F = 9/5 * C + 32 \n" ); document.write( "F - 32 = 9/5 * C \n" ); document.write( "5/9 * (F - 32) = C (this is the formula to solve for C Celsius) \n" ); document.write( "now plug in 81 degrees for F \n" ); document.write( "5/9 * (81 - 32) = C \n" ); document.write( "5/9 * 49 = C \n" ); document.write( "27 2/9 = C \n" ); document.write( "C is approx 27.2 degrees Celsius \n" ); document.write( " \n" ); document.write( " |