document.write( "Question 104293: Celsius temperatures readings can be converted to farenheit readings using the fourmula f= 9/5 C + 32. What is fareheit temperature that corresponds to each of the following celsius temperatures: -10, 0, 15, 100? \n" ); document.write( "
Algebra.Com's Answer #75894 by doukungfoo(195)![]() ![]() You can put this solution on YOUR website! What you need to do is use the formula given: \n" ); document.write( "f= 9/5 C + 32 \n" ); document.write( "For each celsius temperature given just plug in that value for C in the equation. \n" ); document.write( "Example: \n" ); document.write( "What is the fareheit temperature for the celsius temperature -10 degrees? \n" ); document.write( "f= 9/5 C + 32 \n" ); document.write( "f= 9/5 (-10) + 32 \n" ); document.write( "f= -90/5 + 32 \n" ); document.write( "f= -18 + 32 \n" ); document.write( "f= 14 \n" ); document.write( "So -10 degrees celsius corresponds to 14 degrees fareheit \n" ); document.write( "Lets try another one. How about 0 degrees celsius?\r \n" ); document.write( "\n" ); document.write( "f= 9/5 C + 32 \n" ); document.write( "f= 9/5 (0) + 32 \n" ); document.write( "f= 0 + 32 \n" ); document.write( "f= 32 \n" ); document.write( "So 0 degrees celsius corresponds to 32 degrees fareheit\r \n" ); document.write( "\n" ); document.write( "Now you should be able to find the last two by following these examples. \n" ); document.write( " \n" ); document.write( " |