document.write( "Question 1199164: a ball thrown verticaly into the air such that its height can be described by the following function h(t)=16t2 +48t+6 where t is the time (in seconds) since the ball was thrown and h (t) is the heigth of the ball (in feet) above the ground. a)at what time does the ball reach its maximun height seconds b)what is the maximum height feet c) when does the ball hit the ground (round to the nearest hundreth) seconds. d) what is h (2) h(2)= e) interpret what the ordered pair (3,6)means in the context of the problem. use a complete sentence in your answer. \n" ); document.write( "
Algebra.Com's Answer #832883 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I have a feeling the function should be
\n" ); document.write( "h(t) = -16t^2 + 48t + 6
\n" ); document.write( "where the 16 is negative up front.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part (a)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll use x in place of t, and y in place of h(t).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation turns into
\n" ); document.write( "y = -16x^2 + 48x + 6
\n" ); document.write( "Compare this to
\n" ); document.write( "y = ax^2 + bx + c
\n" ); document.write( "to find that
\n" ); document.write( "a = -16
\n" ); document.write( "b = 48
\n" ); document.write( "c = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We'll use the first two values to compute the following:
\n" ); document.write( "h = -b/(2a)
\n" ); document.write( "h = -48/(2*(-16))
\n" ); document.write( "h = 1.5
\n" ); document.write( "This is the x coordinate of the vertex (h,k).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: The ball reaches max height at 1.5 seconds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part (b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use the previous result to find the y coordinate of the vertex.
\n" ); document.write( "y = -16x^2 + 48x + 6
\n" ); document.write( "y = -16(1.5)^2 + 48(1.5) + 6
\n" ); document.write( "y = 42
\n" ); document.write( "The vertex is located at (h,k) = (1.5, 42).
\n" ); document.write( "This represents the highest point of this parabola.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: The max height of the ball is 42 feet\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part (c)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Replace y with 0 and solve for x.
\n" ); document.write( "y = -16x^2 + 48x + 6
\n" ); document.write( "0 = -16x^2 + 48x + 6
\n" ); document.write( "-16x^2 + 48x + 6 = 0
\n" ); document.write( "-2(8x^2 - 24x - 3) = 0
\n" ); document.write( "8x^2 - 24x - 3 = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We plug these values into the quadratic formula
\n" ); document.write( "a = 8
\n" ); document.write( "b = -24
\n" ); document.write( "c = -3
\n" ); document.write( "\"x+=+%28-b%2B-sqrt%28b%5E2-4ac%29%29%2F%282a%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+%28-%28-24%29%2B-sqrt%28%28-24%29%5E2-4%288%29%28-3%29%29%29%2F%282%288%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+%2824%2B-sqrt%28672%29%29%2F%2816%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+%2824%2B-++25.922963%29%2F%2816%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+%2824%2B25.922963%29%2F%2816%29\" or \"x+=+%2824-25.922963%29%2F%2816%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+%2849.922963%29%2F%2816%29\" or \"x+=+%28-1.922961%29%2F%2816%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+3.120185\" or \"x+=+-0.120185\"
\n" ); document.write( "The steps in your homework do not to be as verbose as what I've described above.
\n" ); document.write( "You can skip a few steps.
\n" ); document.write( "The decimal values are approximate.
\n" ); document.write( "Ignore the negative x solution because a negative time value makes no sense. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: The ball hits the ground at approximately 3.12 seconds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll let the student handle parts (d) and (e).
\n" ); document.write( "
\n" ); document.write( "
\n" );