X = 0 ; y = 10 ; 10 = a(0) + b(0) + c
c = 10
x=2 ; y = 15 ; 15 = a(4) + b(2) + 10 ; 5 = 4a+2b
x=4 ; y=18 ; 18 = a(16) + b(4) + 10 ; 8 = 16a + 4b
2(5) = (4a+2b)2
-
<u> 8 = 16a + 4b
</u> 2 = -8a
a = -0.25
b = 2
y = (1/4)x^2 + 2x + 10 ; 4y = x^2 + 8x + 40
Answer:
A
Step-by-step explanation:
A is the answer because it gives direct address to parents and kids. All the others don't give a direct subject, unlike A that says parents and kids.
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:
The solution to that inequality is (-2,2).
Step-by-step explanation:
Given the inequality |x|<2, we have two possibilities
1) x<2 or
2) -x<2 ⇒ x> -2.
Then the intersection between solutions is (-2, 2).