document.write( "Question 329580: Height difference. A red ball and a green ball are simultaneously tossed into the air. The read ball is given an initial velocity of 96 feet per second, and its height t seconds after it is tossed is -16t^2 + 96t feet. The green ball is given an initial velocity of 80 feet per second, and its height t seconds after it is tossed is -16t^2 + 80t feet. \r
\n" );
document.write( "\n" );
document.write( "a) find a polynomial D(t) that represents the difference in the heights of the two balls. \n" );
document.write( "
Algebra.Com's Answer #236302 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, and its height t seconds after it is tossed is -16t^2 + 96t feet. \n" ); document.write( "The green ball is given an initial velocity of 80 feet per second, and its height t seconds after it is tossed is -16t^2 + 80t feet. \n" ); document.write( "a) find a polynomial D(t) that represents the difference in the heights of the two balls. \n" ); document.write( ": \n" ); document.write( "D(t) = (-16t^2 + 96t) - (-16t^2 +80t) \n" ); document.write( ": \n" ); document.write( "Remove brackets \n" ); document.write( "D(t) = -16t^2 + 96t + 16t^2 - 80t \n" ); document.write( ": \n" ); document.write( "combine like terms: \n" ); document.write( "D(t) = 16t \n" ); document.write( ": \n" ); document.write( "A graph illustrates this well \n" ); document.write( " |