Respuesta :
Answer:
a) maximum height is 156.25 ft
b) 6 seconds
Step-by-step explanation:
a) The maximum height can be found by finding the y-coordinate of the vertex. The vertex is the highest point in a parabola opened downward.
I start with by finding the t-coordinate of the vertex.
The t-coordinate of the vertex is [tex]\frac{-b}{2a}[/tex] where the expression [tex]-16t^2+92t+24[/tex] will need to be compared to [tex]at^2+bt+c[/tex].
We see that [tex]a=-16,b=92,c=24[/tex].
So the t-coordinate of the vertex is [tex]\frac{-b}{2a}=\frac{-92}{2(-16)}=\frac{-92}{-32}=\frac{23}{8}[/tex].
We can find the h, the height, that corresponds to this t by using the equation [tex]h=-16t^2+92t+24[/tex] where [tex]t=\frac{23}{8}[/tex].
So inserting 23/8 for [tex]t[/tex].
[tex]-16(23/8)^2+92(23/8)+24[/tex]
Plugging into calculator gives you 625/4.
So the maximum height is 625/4 or 156.25.
b) Let's find how long it takes the ball to hit the ground. If the ball is on the ground, then the distance between the ball and the ground is 0. Â So we are looking to solve h(t)=0 for t.
So this is equation we are solving for t:
[tex]-16t^2+92t+24=0[/tex]
These numbers are big but since all the terms have a common factor we can make them slightly smaller.
That is, we are going to divide both sides by -4 and see
[tex]4t^2-23t-6=0[/tex]
It looks like it could be possible to factor.
a=4
b=-23
c=-6
We need to find two numbers that multiply to be ac and add up to be b.
a*c=4(-6)=-24
b=-23
So -24=-24*1 and -23=-24+1.
We are going to replace -23t with -24t+1t giving up something that should be factorable by grouping.
[tex]4t^2-23t-6=0[/tex]
[tex]4t^2-24t+1t-6=0[/tex]
Group the first 2 together and group the last two together:
[tex](4t^2-24t)+(1t-6)=0[/tex]
Factor what you can from each pair:
[tex]4t(t-6)+1(t-6)=0[/tex]
Now each term has a common factor of (t-6) so factor that out giving you:
[tex](t-6)(4t+1)=0[/tex]
Set both factors equal to 0 giving you
t-6=0        or        4t+1=0
 t=6        or        4t  =-1
 t=6        or         t=-1/4
So it hit the ground in 6 seconds.