177k views
0 votes
I seem to not be able to find when the ball is higher than 12 feet off the ground

I seem to not be able to find when the ball is higher than 12 feet off the ground-example-1

1 Answer

1 vote

Given the following equation,


\text{ h\lparen t\rparen= -4t}^2\text{ + 16t}

Where,

h(t) = the height of the ball at the given time

t = time

Since we are asked to look for the time when the ball is higher than 12 feet off the ground, it should also mean that we are going to find t at h(t) = 12.

We get,


\text{ 12 = -4t}^2\text{ + 16t}
\text{ -4t}^2\text{ + 16t - 12 = 0}

a = -4

b = 16

c = -12

Let's apply the Quadratic Formula:


\text{ x = }\frac{-\text{b }\pm\text{ }\sqrt{\text{b}^2\text{ - 4ac}}}{\text{2a}}
\text{ x = }\frac{\text{ -\lparen16\rparen }\pm\text{ }\sqrt{(\text{16\rparen}^2\text{ - 4\lparen-4\rparen\lparen-12\rparen}}}{\text{ 2\lparen-4\rparen}}
\text{ = }\frac{-16\text{ }\pm\text{ }\sqrt{256\text{ - 192}}}{-8}\text{ = }\frac{-16\text{ }\pm\text{ }√(64)}{-8}
\text{ = }\frac{-16\text{ }\pm\text{ 8}}{-8}
\text{ x}_1\text{ = }\frac{-16\text{ + 8}}{-8}\text{ = }(-8)/(-8)\text{ = 1}
\text{ x}_2\text{ = }\frac{-16\text{ - 8}}{-8}\text{ = }(-24)/(-8)\text{ = 3}

Therefore, the time when the ball is higher than 12 feet off the ground is between t = 1 and t = 3.

Putting that into an inequality will be: 1 < t < 3

The answer is CHOICE C : 1 < t < 3

User Gilad Bar
by
3.9k points