document.write( "Question 349018: The height in feet for a ball thrown upward at 48 feet per second is given by
\n" );
document.write( "s(t)= -16t^2+ 48t, where t is the time
\n" );
document.write( "in seconds after the ball is tossed. What is the maximum height that the ball will reach? \n" );
document.write( "
Algebra.Com's Answer #249479 by haileytucki(390)![]() ![]() You can put this solution on YOUR website! This is the equation for a parabola that opens downward. The quadratic equation ax^2+bx+c is already in standard form: where x = t, a = -16, b = 48, and c = 0. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The maximum height of the thrown object will be at the vertex (the maximumum value) (h, t) of the parabola. \n" ); document.write( "The t-coordinate (equivalent to the x-coordnate) of the vertex (this is the time at which the object reaches its maximum height) is given by -(b/2a) where a = -16 and b = 48. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h=-16*((3)/(2))^(2)+48*((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Expand the exponent (2) to the expression. \n" ); document.write( "h=-16*((3^(2))/((2)^(2)))+48*((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Expand the exponent (2) to the expression. \n" ); document.write( "h=-16*((3^(2))/(2^(2)))+48*((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Squaring a number is the same as multiplying the number by itself (3*3). In this case, 3 squared is 9. \n" ); document.write( "h=-16*((9)/(2^(2)))+48*((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Squaring a number is the same as multiplying the number by itself (2*2). In this case, 2 squared is 4. \n" ); document.write( "h=-16*((9)/(4))+48*((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Multiply all the factors separated by a * in -16*((9)/(4))+48*((3)/(2)). \n" ); document.write( "h=-16((9)/(4))+48((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Multiply -16 by each term inside the parentheses. \n" ); document.write( "h=-36+48((3)/(2))\r \n" ); document.write( "\n" ); document.write( "Multiply 48 by each term inside the parentheses. \n" ); document.write( "h=-36+72\r \n" ); document.write( "\n" ); document.write( "Add 72 to -36 to get 36. \n" ); document.write( "h=36 feet in height \n" ); document.write( " |