document.write( "Question 122306: celsius temperature readings can be converted to fahrenheit reading using the formula F = 9/5C + 32. What is the fahrenheit temperature that corresponds to each of the following celsius temperatures: -10, 0, 15, 100? \n" ); document.write( "
Algebra.Com's Answer #89792 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
F=9/5*-10+32
\n" ); document.write( "F=-90/5+32
\n" ); document.write( "F=-18+32
\n" ); document.write( "F=14 ANSWER.
\n" ); document.write( "F=9/5*0+32
\n" ); document.write( "F=32 ANSWER.
\n" ); document.write( "F=9/5*15+32
\n" ); document.write( "F=135/5+32
\n" ); document.write( "F=27+32
\n" ); document.write( "F=59 ANSWER.
\n" ); document.write( "F=9/5*100+32
\n" ); document.write( "F=900/5+32
\n" ); document.write( "F=180+32
\n" ); document.write( "F=212 ANSWER.
\n" ); document.write( "
\n" );