document.write( "Question 41492: Celsius temperature readings can be converted to farenheit readings with the formual F=9/5C +32. What is the farenheit temperture that corresponds to each of the following celsius temperatures: -10,0,15,100? \n" ); document.write( "
Algebra.Com's Answer #26828 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
F=(9/5)C +32
\n" ); document.write( "F=(9/5)(-10) +32
\n" ); document.write( "F=-18 +32
\n" ); document.write( "F=14
\n" ); document.write( "For -10 degrees celcius, the temperature is 14 degrees fahreheit.
\n" ); document.write( "F=(9/5)C +32
\n" ); document.write( "F=(9/5)0 +32
\n" ); document.write( "F=32
\n" ); document.write( "For 0 degrees celcius, the temperature is 32 degrees fahreheit.
\n" ); document.write( "F=(9/5)C +32
\n" ); document.write( "F=(9/5)(15) +32
\n" ); document.write( "F=27 +32
\n" ); document.write( "F=59
\n" ); document.write( "For 15 degrees celcius, the temperature is 59 degrees fahreheit.
\n" ); document.write( "F=(9/5)C +32
\n" ); document.write( "F=(9/5)(100) +32
\n" ); document.write( "F=180 +32
\n" ); document.write( "F=112
\n" ); document.write( "For 100 degrees celcius, the temperature is 212 degrees fahreheit.
\n" ); document.write( "
\n" );