document.write( "Question 730161: A ball is thrown upward from the top of a building. The ball's height above the ground after T seconds is given by the function: h(t) = -16t^2+48t+32.
\n" );
document.write( "A. What is the initial height (i.e. the height of the building)?
\n" );
document.write( "B. How high did the ball go?
\n" );
document.write( "C. When does the ball hit the ground? \n" );
document.write( "
Algebra.Com's Answer #446516 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A ball is thrown upward from the top of a building. The ball's height above the ground after T seconds is given by the function: h(t) = -16t^2+48t+32. \n" ); document.write( "A. What is the initial height (i.e. the height of the building)? \n" ); document.write( "initial height is when t=0: \n" ); document.write( "h(t) = -16t^2+48t+32 \n" ); document.write( "h(0) = -16(0)^2+48(0)+32 \n" ); document.write( "h(0) = 32 feet \n" ); document.write( ". \n" ); document.write( "B. How high did the ball go? \n" ); document.write( "vertex is at max: \n" ); document.write( "time, at vertex: \n" ); document.write( "t = -b/(2a) \n" ); document.write( "t = -48/(2(-16)) \n" ); document.write( "t = -48/(-32) \n" ); document.write( "t = 3/2 \n" ); document.write( ". \n" ); document.write( "Height at t=3/2: \n" ); document.write( "h(3/2) = -16(3/2)^2+48(3/2)+32 \n" ); document.write( "h(3/2) = -16(9/4)+24(3)+32 \n" ); document.write( "h(3/2) = -4(9)+24(3)+32 \n" ); document.write( "h(3/2) = -36+72+32 \n" ); document.write( "h(3/2) = 68 feet \n" ); document.write( ". \n" ); document.write( "C. When does the ball hit the ground? \n" ); document.write( "set h(t) to zero and solve for t: \n" ); document.write( "h(t) = -16t^2+48t+32 \n" ); document.write( "0 = -16t^2+48t+32 \n" ); document.write( "0 = t^2-3t-2 \n" ); document.write( "solve by applying the \"quadratic formula\" to get: \n" ); document.write( "t = {3.56, -0.56} \n" ); document.write( "throw out the negative solution (extraneous) leaving \n" ); document.write( "t = 3.56 seconds \n" ); document.write( ". \n" ); document.write( "Details of quadratic formula follows: \n" ); document.write( "
|