document.write( "Question 199824: A red ball and a green ball are simultaneously tossed into the air. The red ball is given an initial velocity of 96 feet per second, and its height t seconds after it is tossed is 16t2 + 96t feet. The green ball
\n" );
document.write( "is given an initial velocity of 80 feet per second, and its
\n" );
document.write( "height t seconds after it is tossed is 16t2 + 80t feet.
\n" );
document.write( "a) Find a polynomial D(t) that represents the difference in
\n" );
document.write( "the heights of the two balls.
\n" );
document.write( "b) How much higher is the red ball 2 seconds after the
\n" );
document.write( "balls are tossed?
\n" );
document.write( "c) In reality, when does the difference in the heights stop increasing? \n" );
document.write( "
Algebra.Com's Answer #150227 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A red ball and a green ball are simultaneously tossed into the air. \n" ); document.write( " The red ball is given an initial velocity of 96 feet per second, \n" ); document.write( " and its height t seconds after it is tossed is 16t2 + 96t feet. \n" ); document.write( "The green ball is given an initial velocity of 80 feet per second, \n" ); document.write( " and its height t seconds after it is tossed is 16t2 + 80t feet. \n" ); document.write( ": \n" ); document.write( "a) Find a polynomial D(t) that represents the difference in \n" ); document.write( "the heights of the two balls. \n" ); document.write( "; \n" ); document.write( "D(t) = red ball ht - green ball ht \n" ); document.write( "D(t) = (-16t^2 + 96t) - (-16t^2 + 80t) \n" ); document.write( "Remove brackets \n" ); document.write( "D(t) = -16t^2 + 96t + 16t^2 - 80t \n" ); document.write( "the t^2's cancel \n" ); document.write( "D(t) = 96t - 80t \n" ); document.write( "D(t) = 16t \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b) How much higher is the red ball 2 seconds after the \n" ); document.write( "balls are tossed? \n" ); document.write( ":Substitute 2 for t in the above \n" ); document.write( "D(t) = 16(2) \n" ); document.write( "D(t) = 32 ft \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "c) In reality, when does the difference in the heights stop increasing? \n" ); document.write( ": \n" ); document.write( "A graph of this will make it easy to see \n" ); document.write( " \n" ); document.write( "In 5 sec when the green ball strikes the ground \n" ); document.write( " |