document.write( "Question 299015: A ball is thrown vertically upward from the top of a building 102 feet tall with an initial velocity of 60 feet per second. The distance s (in feet) of the ball from the ground after t seconds is s(t)=-16t^2+60t+102\r
\n" );
document.write( "\n" );
document.write( "What is the distance of the ball from the ground at time t=0?
\n" );
document.write( "After how many seconds does the ball strike the ground?
\n" );
document.write( "After how many seconds will the ball pass the top of the building on its way down?
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #215002 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A ball is thrown vertically upward from the top of a building 102 feet tall with an initial velocity of 60 feet per second. The distance s (in feet) of the ball from the ground after t seconds is s(t)=-16t^2+60t+102 \n" ); document.write( "What is the distance of the ball from the ground at time t=0? \n" ); document.write( "Set t=0 and plug into formula: \n" ); document.write( "s(t)=-16t^2+60t+102 \n" ); document.write( "s(0)=-16*0^2+60(0)+102 \n" ); document.write( "s(0)= 102 feet \n" ); document.write( ". \n" ); document.write( "After how many seconds does the ball strike the ground? \n" ); document.write( "Solve for t when s(t)=-102 (that's because we are 102 feet above the ground) \n" ); document.write( "s(t)=-16t^2+60t+102 \n" ); document.write( "-102=-16t^2+60t+102 \n" ); document.write( "0=-16t^2+60t+204 \n" ); document.write( "0=-16t^2+60t+204 \n" ); document.write( "0=-4t^2+15t+51 \n" ); document.write( ". \n" ); document.write( "Solve using the quadratic formula. Doing so yields: \n" ); document.write( "x = {-2.16, 5.91} \n" ); document.write( "Throw away the negative solution leaving: \n" ); document.write( "t = 5.91 seconds \n" ); document.write( ". \n" ); document.write( "After how many seconds will the ball pass the top of the building on its way down? \n" ); document.write( "Solve for t when s(t)=0 \n" ); document.write( "s(t)=-16t^2+60t+102 \n" ); document.write( "0=-16t^2+60t+102 \n" ); document.write( "0=-8t^2+30t+51 \n" ); document.write( "Solve using the quadratic formula (Details below). Doing so yields: \n" ); document.write( "x = {-1.27, 5.02} \n" ); document.write( "Throw away the negative solution leaving: \n" ); document.write( "t = 5.02 seconds \n" ); document.write( ". \n" ); document.write( "Details of quadratic for part c: \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |