document.write( "Question 44485This question is from textbook 0-07-301602-0
\n" );
document.write( ":  Celsius temperature redings cn be coverted to Fahrenheit readings using the formula: F = 9C + 32. What is the Fahrenheit temperature that corresponds to 
\n" );
document.write( "             5
\n" );
document.write( "each of the following Celsius temperatures: -10, 0, 15, 100?\r
\n" );
document.write( "\n" );
document.write( "I tried working this, not sure if this is correct.\r
\n" );
document.write( "\n" );
document.write( "F = 9 -10 = 18 + 32 = 50 F=50
\n" );
document.write( "    5   1 \n" );
document.write( "
| Algebra.Com's Answer #29415 by tutorcecilia(2152)     You can put this solution on YOUR website! I am not sure if this problem is written correctly. My understanding is that if F=9C+32, find the values of C when C is -10, 0, 15, or 100. \n" ); document.write( ". \n" ); document.write( "F=9(-10)+32=-90+32=-58 \n" ); document.write( "F=9(0)+32=0+32=32 \n" ); document.write( "F=9(15)+32=135+32=167 \n" ); document.write( "F=9(100)+32=900+32=932 \n" ); document.write( " |