Answer:
(0, 33) : Yes
(4.8, 30.5) : Yes
Step-by-step explanation:
height of at least 24 ft : y >= 24
horizontal distance of no more than 10 ft. : 0 <= x <= 10
The vertical height must be at least three times as high as the horizontal distance. No rocket should go higher than 33 ft.:
y >= 3x and y <= 33
So Constraints:
24 <= y <= 33
y >= 3x
0 <= x <= 10
Now check to see if those coordinate points meet all the constraints
(0, 33) : Yes
(4.8, 30.5) : Yes
(9, 26) : No (because 26 is less than (3 * 9) = 27)
(4, 36)
: No (because 36 > 33, must be 24 <= y <= 33)
(2, 22): No (because 22 <24, must be 24 <= y <= 33)
Answer:
2.9802322e+17
Step-by-step explanation:
Answer:
42.25 feet
Step-by-step explanation:
The height function is a parabola. The maximum value of a negative parabola is at the vertex, which can be found with:
x = -b/2a
where a and b are the coefficients in y = ax² + bx + c.
Here, we have y = -16t² + 52t. So a = -16 and b = 52. The vertex is at:
t = -52 / (2×-16)
t = 13/8
Evaluating the function:
h(13/8) = -16(13/8)² + 52(13/8)
h(13/8) = -169/4 + 169/2
h(13/8) = 169/4
h(13/8) = 42.25
Answer:
Fourth Quadrant
Step-by-step explanation:
a>0 = a is a positive number = +y
b<0 = b is a negative number = -x
[-b,-a] = [-(-x), -(+y)] = [x, -y]
[positive, negative] is on the fourth quadrant