document.write( "Question 312504: the equation to convert from degrees celsius to degress fahrenheit is f=1.8*C+32.
\n" );
document.write( "you tell your canadaian friend that it is 62 degrees fahrenheit in san francisco. since your friend hasnt take math yet, she doesnt know how to convert from fahrenheit to clesius. using the above equation do the conversion for her. \n" );
document.write( "
Algebra.Com's Answer #223414 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! f=1.8*C+32 \n" ); document.write( "where \n" ); document.write( "f is degrees farenheit \n" ); document.write( "and C is degrees celcius \n" ); document.write( ". \n" ); document.write( "Plug in the given temp to find C: \n" ); document.write( "f=1.8*C+32 \n" ); document.write( "62=1.8*C+32 \n" ); document.write( "30 = 1.8C \n" ); document.write( "30/1.8 = C \n" ); document.write( "16.67 celcius = C \n" ); document.write( " \n" ); document.write( " |