document.write( "Question 181660: A red ball and a green ball are
\n" );
document.write( "simultaneously 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
\n" );
document.write( "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.\r
\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.\r
\n" );
document.write( "\n" );
document.write( "b) How much higher is the red ball 2 seconds after the
\n" );
document.write( "balls are tossed?\r
\n" );
document.write( "\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 #136298 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A red ball and a green ball are \n" ); document.write( "simultaneously 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 \n" ); document.write( "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( "---------------------------- \n" ); document.write( "It's -16t^2 + 96t, and \n" ); document.write( "-16t^2 + 80t \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( "The difference in height is the difference between the 2 equations, which is \n" ); document.write( "16t \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( "Red: h = -16*4 + 192 = 128 feet \n" ); document.write( "Grn: h = -16*4 + 160 = 96 feet \n" ); document.write( "The difference is 32 feet, which is 16t. \n" ); document.write( "------------------- \n" ); document.write( "c) In reality, when does the difference in the heights stop increasing? \n" ); document.write( "The difference increases at a rate of 16t feet/second until the first ball (the green one) hits the ground at t=5.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |