document.write( "Question 445294: If a metal ball is thrown downward with an initial velocity of 22 feet per second (15 mph) from a 100 foot water tower, its height h in feet above the ground the ground after t seconds is molded by h(t)=-16t^2-22t+100\r
\n" );
document.write( "\n" );
document.write( "determine symbolically when the height of the ball is 62 feet \n" );
document.write( "
Algebra.Com's Answer #306793 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! f a metal ball is thrown downward with an initial velocity of 22 feet per second (15 mph) from a 100 foot water tower, its height h in feet above the ground the ground after t seconds is molded by h(t)=-16t^2-22t+100 \n" ); document.write( "determine symbolically when the height of the ball is 62 feet \n" ); document.write( ".. \n" ); document.write( "h(t)=-16t^2-22t+100 \n" ); document.write( "62=-16t^2-22t+100 \n" ); document.write( "-16t^2-22t+38=0 \n" ); document.write( "-8t^2-11t+19=0 \n" ); document.write( "solve by following quadratic formula \n" ); document.write( " \n" ); document.write( ".. \n" ); document.write( "a=-8, b=-11, c=19 \n" ); document.write( "t=[-(-11)+-sqrt(-11)^2-4*-8*19)]2*-8 \n" ); document.write( "t=[11+-sqrt(729)]/16=(11+-27)/-16 \n" ); document.write( "t=-16/-16=1 \n" ); document.write( "t=38/-16=-2.375 (reject, t=>0) \n" ); document.write( "ans: \n" ); document.write( "The height of the ball is 62 feet above the ground after 1 second. \n" ); document.write( " |