document.write( "Question 1128013: The rate at which water evaporates from a certain reservoir depends on the air temperature. The table below shows the number of acre-feet (af) of water per day that evaporates from the reservoir for various temperatures in degrees Fahrenheit.
\n" );
document.write( "Temperature (°F) (af)
\n" );
document.write( "40 960
\n" );
document.write( "60 1800
\n" );
document.write( "70 2220
\n" );
document.write( "85 2850
\n" );
document.write( "(a) Find a linear model for the number of acre-feet of water that evaporates as a function of temperature.
\n" );
document.write( "E(T) =
\n" );
document.write( "(b) Explain the meaning of the slope of this line in the context of this problem.
\n" );
document.write( "The value of the slope means that an additional af evaporates for a 1°F in temperature.
\n" );
document.write( "(c) Assuming that water continues to evaporate at the same rate, how many acre-feet of water will evaporate per day when the temperature is 75°F?
\n" );
document.write( " af \n" );
document.write( "
Algebra.Com's Answer #744650 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is change in y/change in x \n" ); document.write( "840/20=42, and that is the slope between any two adjacent points. \n" ); document.write( "use point slope formula for the model y-y1=m(x-x1) m slope and (x1, y1) point \n" ); document.write( "y-960=42(x-40) \n" ); document.write( "y=42x-720 \n" ); document.write( "E(T)=42 F - 720 \n" ); document.write( "every degree change F increases acre-feet evaporation by 42 af a day. \n" ); document.write( "at 75 degrees it will be 42*75-720 or 2430 af a day.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |