document.write( "Question 998598: At sea level, the boiling point of water is 100 degrees Celsius. At an altitude of 2 km, the boiling point is 93 degrees Celsius. \r
\n" );
document.write( "\n" );
document.write( "A. Write a linear function for the boiling point of water of the altitude above sea level.\r
\n" );
document.write( "\n" );
document.write( "B. Use your function to predict the boiling point of water on top of Mount Everest, which is approximately 8.85 km above sea level. Round to nearest degree. \n" );
document.write( "
Algebra.Com's Answer #616367 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the boiling point temperature, T. It is a function of altitude, a. \n" ); document.write( "We can then write a linear function as \n" ); document.write( "T(a) = 100 - 3.5a \n" ); document.write( "by using the two points (0, 100) and (2, 93). \n" ); document.write( "For a = 8.85, \n" ); document.write( "T(8.85) = 100 - (3.5)(8.85) = 69.025 degrees C \n" ); document.write( " |