document.write( "Question 160577: 98.) Height difference. 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 feet. The green ball is given an initial velocity of 80 feet per second, and its height t seconds after it is tosses is feet.
\n" );
document.write( "a.) Find the polynomial D(t) that represents the difference in the height of the two balls.
\n" );
document.write( "b.) How much higher is the red ball 2 seconds after the balls are tossed?
\n" );
document.write( "c.) In reality, when does the difference in the heights stop increasing?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #118442 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Height difference. 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 feet. The green ball is given an initial velocity of 80 feet per second, and its height t seconds after it is tosses is feet. \n" ); document.write( ": \n" ); document.write( "h = height \n" ); document.write( "; \n" ); document.write( "Red Ball equation: \n" ); document.write( "h = -16t^2 + 96t \n" ); document.write( ": \n" ); document.write( "Green Ball equation \n" ); document.write( "h = -16t^2 + 80t \n" ); document.write( ": \n" ); document.write( "a.) Find the polynomial D(t) that represents the difference in the height of the two balls. \n" ); document.write( "......Red ball height - green ball height \n" ); document.write( "D(t) = (-16t^2 + 96t) - (-16t^2 + 80t) \n" ); document.write( "D(t) = -16t^2 + 96t + 16t^2 - 80t; removing the brackets changes the signs \n" ); document.write( "D(t) = -16t^2 + 16t^2 +96t - 80t \n" ); document.write( "D(t) = 16t \n" ); document.write( ": \n" ); document.write( "b.) How much higher is the red ball 2 seconds after the balls are tossed? \n" ); document.write( ": \n" ); document.write( "Replace t with 2 sec: 16(2) = 32 ft \n" ); document.write( "; \n" ); document.write( "c.) In reality, when does the difference in the heights stop increasing? \n" ); document.write( ": \n" ); document.write( "After 5 sec, Green ball hits the ground in 5 sec \n" ); document.write( "You can see this: \n" ); document.write( "h = -16(25) + 80(5) \n" ); document.write( "h = -400 + 400 \n" ); document.write( "h = 0 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Here's a graphical representation of the two balls \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |