document.write( "Question 902222: At sea level, the boiling point of water is 100°C. At an altitude of 5 km, the boiling point of water is 82.5°C.
\n" );
document.write( "Write a linear function for the boiling point of water y in terms of the altitude above sea level x. \n" );
document.write( "
Algebra.Com's Answer #547166 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! use the points as (0,100) and (5,82.5) \n" ); document.write( "(0,100),(5,82.5) \n" ); document.write( "0,100,5,82.5\r \n" ); document.write( "\n" ); document.write( "m=-17.5/5=-3.5 \n" ); document.write( "b=-1*-17.5/5*0+1*100=100 \n" ); document.write( "y= -17.5/5x+100 \n" ); document.write( "y= -3.5x+100 \n" ); document.write( " \n" ); document.write( " |