document.write( "Question 172021: Solve the problem
\n" );
document.write( "To hold the temperture of a room between 18C and 21C, what Fahrenhiet tempertures must be maintained? ( Hint Fahrenheit temperture F and Celsius temperature C are related by the formulaF=9c+160/5 ) \n" );
document.write( "
Algebra.Com's Answer #127070 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! To hold the temperture of a room between 18C and 21C, what Fahrenhiet tempertures must be maintained? ( Hint Fahrenheit temperture F and Celsius temperature C are related by the formulaF=9c+160/5 ) \n" ); document.write( "------------- \n" ); document.write( "F = (9C + 160)/5 Be careful where you put your parentheses \n" ); document.write( "18C = (9*18 + 160)/5 = 322/5 = 64.4F \n" ); document.write( "21C = (9*21 + 160)/5 = 349/5 = 69.8F \n" ); document.write( " \n" ); document.write( " |