document.write( "Question 958323: Please help me solve this problem: To go from Celsius to Fahrenheit, you take the Celsius temperature, multiply it by 1.8, and add 32. You could write this as the equation F = 1.8C + 32. Find a temperature that's the same in Fahrenheit and Celsius.
\n" );
document.write( "Thanks so much! \n" );
document.write( "
Algebra.Com's Answer #585678 by fion6002(19) ![]() You can put this solution on YOUR website! let x be the temperature in Fahrenheit and Celsius\r \n" ); document.write( "\n" ); document.write( "x = 1.8x+32 \n" ); document.write( "1.8x-x+32 = 0 \n" ); document.write( "0.8x = -32 \n" ); document.write( "x = -40\r \n" ); document.write( "\n" ); document.write( "Therefore a temperature that's the same in Fahrenheit and Celsius is -40 \n" ); document.write( " \n" ); document.write( " |