document.write( "Question 394787: Please help me solve this:\r
\n" );
document.write( "\n" );
document.write( "A ball is thrown vertically upward from the top of a building 32 feet tall with an initial velocity of 16 feet per second. The distance s (in feet) of the ball from the ground after t seconds is s=32+16t-16t^2.\r
\n" );
document.write( "\n" );
document.write( "a. after how many seconds does the ball strike the ground?\r
\n" );
document.write( "\n" );
document.write( "b. after how many seconds does the ball pass the top of the building on its way down? \n" );
document.write( "
Algebra.Com's Answer #280111 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a building 32 feet tall with an initial velocity of 16 feet per second. The distance s (in feet) of the ball from the ground after t seconds is s=32+16t-16t^2. \n" ); document.write( "a. after how many seconds does the ball strike the ground? \n" ); document.write( "set s to zero and solve for t: \n" ); document.write( "s=32+16t-16t^2 \n" ); document.write( "0=32+16t-16t^2 \n" ); document.write( "0=2+t-t^2 \n" ); document.write( "t^2-t-2=0 \n" ); document.write( "(t-2)(+1) = 0 \n" ); document.write( "t = {-1, 2} \n" ); document.write( "the -1 is an extraneous solution leaving us with: \n" ); document.write( "t = 2 seconds \n" ); document.write( ". \n" ); document.write( "b. after how many seconds does the ball pass the top of the building on its way down? \n" ); document.write( "set s = 32 and solve for t: \n" ); document.write( "s=32+16t-16t^2 \n" ); document.write( "32=32+16t-16t^2 \n" ); document.write( "0=16t-16t^2 \n" ); document.write( "0=t-t^2 \n" ); document.write( "0=t(1-t) \n" ); document.write( "t = {0,1} \n" ); document.write( "the 0 represents when it was first thrown \n" ); document.write( "so, 1 second is your answer \n" ); document.write( " \n" ); document.write( " |