document.write( "Question 243770: 5. 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( -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.
\n" );
document.write( "5.1. Write the algebraic expression, in simplest form, that represents the difference in heights between the two balls at any time, t.
\n" );
document.write( "5.2. How much higher is the red ball after 2 seconds.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #178564 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A red ball and a green ball are tossed into the air. The red ball is given an \n" ); document.write( " initial velocity of 96 feet per second and its height \"t\" seconds after it is \n" ); document.write( "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 \n" ); document.write( " \"t\" seconds after being tossed is -16t^2 +80t feet. \n" ); document.write( ": \n" ); document.write( "5.1. Write the algebraic expression, in simplest form, that represents the difference in heights between the two balls at any time, t. \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( "5.2. How much higher is the red ball after 2 sec? \n" ); document.write( "D(t) = 16(2) \n" ); document.write( "D(t) = 32 ft difference after 2 seconds \n" ); document.write( ": \n" ); document.write( "Looks like this: \n" ); document.write( " |