document.write( "Question 206516: Celsius to Fahrenheit
\n" );
document.write( "
\n" );
document.write( "solve for C: F= 9 over 5 c +32
\n" );
document.write( "
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #156056 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve for C: F= 9 over 5 c +32 \n" ); document.write( "C = (F-32)*5/9 \n" ); document.write( " |