document.write( "Question 831087: #1.
\n" );
document.write( "A person standing close to the edge on the top of a 122-foot building throws a baseball vertically upward. The quadratic equation\r
\n" );
document.write( "\n" );
document.write( " h = -16 t^2 + 96 t + 122\r
\n" );
document.write( "\n" );
document.write( "models the ball's height h above the ground in feet, t seconds after it was thrown.\r
\n" );
document.write( "\n" );
document.write( "How high is the ball after 3 seconds?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many seconds does it take until the ball finally hits the ground? Round to the nearest tenth of a second. \n" );
document.write( "
Algebra.Com's Answer #501150 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! #1. \n" ); document.write( "A person standing close to the edge on the top of a 122-foot building throws a baseball vertically upward. The quadratic equation\r \n" ); document.write( "\n" ); document.write( " h = -16 t^2 + 96 t + 122\r \n" ); document.write( "\n" ); document.write( "models the ball's height h above the ground in feet, t seconds after it was thrown.\r \n" ); document.write( "\n" ); document.write( "How high is the ball after 3 seconds? \n" ); document.write( "set t=3 and solve: \n" ); document.write( "h = -16*3^2 + 96*3 + 122 \n" ); document.write( "h = -16*9 + 96*3 + 122 \n" ); document.write( "h = -144 + 288 + 122 \n" ); document.write( "h = 144 + 122 \n" ); document.write( "h = 266 feet\r \n" ); document.write( "\n" ); document.write( "How many seconds does it take until the ball finally hits the ground? Round to the nearest tenth of a second. \n" ); document.write( "set h=0 and solve for t: \n" ); document.write( "0 = -16t^2 + 96 t + 122 \n" ); document.write( "solve using the quadratic formula to get: \n" ); document.write( "t={-1.1, 7.1} \n" ); document.write( "throw out the negative solution (extraneous) leaving: \n" ); document.write( "t = 7.1 seconds \n" ); document.write( ". \n" ); document.write( "Details of quadratic formula: \n" ); document.write( "
|