document.write( "Question 868795: Temperature in degrees Fahrenheit is equal to 32 more than 9/5 times the temperature in degrees Celsius. One day the combined Fahrenheit and Celsius temperatures 88 degrees. What were the temperatures in Celsius and Fahrenheit? \n" ); document.write( "
Algebra.Com's Answer #523823 by Theo(13342)![]() ![]() You can put this solution on YOUR website! f + c = 88 \n" ); document.write( "c = 32 + 9/5c \n" ); document.write( "32 + 9/5c + c = 88 \n" ); document.write( "32 + 14/5c = 88 \n" ); document.write( "14/5c = 56 \n" ); document.write( "c = 5*56/14 \n" ); document.write( "c = 20 \n" ); document.write( " \n" ); document.write( " |