document.write( "Question 98287: Celsius temperature readings can be converted to
\n" ); document.write( "Fahrenheit readings using the formula F = 9/5 C + 32. What is the Fahrenheit
\n" ); document.write( "temperature that corresponds to each of the following Celsius temperatures: -10,
\n" ); document.write( "0, 15, 100?
\n" ); document.write( "

Algebra.Com's Answer #71644 by 303795(602)\"\" \"About 
You can put this solution on YOUR website!
Substitute the Celsius value into the formula.
\n" ); document.write( "For the first one C=-10
\n" ); document.write( "\"F+=+%289%2F5%29+C+%2B+32\"
\n" ); document.write( "\"F+=+%289%2F5%29+%2A%28-10%29+%2B+32\"
\n" ); document.write( "\"F+=+9+%2A%28-2%29+%2B+32\"
\n" ); document.write( "\"F+=+-18+%2B+32\"
\n" ); document.write( "F = 14
\n" ); document.write( "For the second one C=0
\n" ); document.write( "\"F+=+%289%2F5%29+C+%2B+32\"
\n" ); document.write( "\"F+=+%289%2F5%29+%2A0+%2B+32\"
\n" ); document.write( "\"F+=+0+%2B+32\"
\n" ); document.write( "F = 32
\n" ); document.write( "Use the same method to solve the rest of the set.
\n" ); document.write( "
\n" ); document.write( "
\n" );