document.write( "Question 307942: Convert any temperature given to you in degrees Celsius to the same temperature in degrees Fahrenheit, ºF = 2ºC + 30. How would you modify this equation so you could take any temperature given to you in degrees Fahrenheit and change it to degrees Celsius?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #220212 by Alan3354(69443) You can put this solution on YOUR website! Convert any temperature given to you in degrees Celsius to the same temperature in degrees Fahrenheit, ºF = 2ºC + 30. How would you modify this equation so you could take any temperature given to you in degrees Fahrenheit and change it to degrees Celsius? \n" ); document.write( "---------------- \n" ); document.write( "F = 1.8C + 32 \n" ); document.write( "------------- \n" ); document.write( "C = (F-32)/1.8 or \n" ); document.write( "C = (F-32)*5/9 \n" ); document.write( "----------------- \n" ); document.write( "I don't know what this is about: ºF = 2ºC + 30 \n" ); document.write( " \n" ); document.write( " |