document.write( "Question 507307: A water tank is being emptied so that the height y (in feet) of the water inside the tank decreases at a linear rate with time t measured in hours past 12 noon. If the height was 15ft at 1pm and 7.5ft at 6pm, find\r
\n" );
document.write( "\n" );
document.write( "(a)the equation relating y to t
\n" );
document.write( "(b)the height at 12 noon
\n" );
document.write( "(c)the total time required to empty the tank \n" );
document.write( "
Algebra.Com's Answer #340424 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A water tank is being emptied so that the height y (in feet) of the water inside the tank decreases at a linear rate with time t measured in hours past 12 noon. If the height was 15ft at 1pm and 7.5ft at 6pm, find: \n" ); document.write( ": \n" ); document.write( "(a)the equation relating y to t \n" ); document.write( "Find the slope, assign the given values as follows \n" ); document.write( "t1=1; y1=15 \n" ); document.write( "t2=6; y2=7.5 \n" ); document.write( "m = \n" ); document.write( "Use the point/slope form: y-y1 = m(x-x1), x=t \n" ); document.write( "y - 15 = -1.5(t - 1) \n" ); document.write( "y - 15 = -1.5t + 1.5 + 15 \n" ); document.write( "y = -1.5t + 16.5; is the equation \n" ); document.write( ": \n" ); document.write( "(b)the height at 12 noon \n" ); document.write( "that occurs when t=0; 16.5 ft \n" ); document.write( ": \n" ); document.write( "(c)the total time required to empty the tank \n" ); document.write( "That occurs when y = 0 \n" ); document.write( "-1.5t + 16.5 = 0 \n" ); document.write( "-1.5t = -16.5 \n" ); document.write( "t = \n" ); document.write( "t = +11 hrs to empty the tank \n" ); document.write( " |