Answer:
B
Step-by-step explanation:
A x - 36 <42 is wrong because its saying how many can be added
B x +36 < 42 this one is most likely correct because its displays x as how many can be added
C x - 36 > 42 this is wrong because the bus has less than 42 seats
D x + 36 >57 like i said cant be over 42
22 I think If I worked it out right
Answer:
y = (x - 4)² - 25
Step-by-step explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
To obtain this form use the method of completing the square.
Given
y = (x + 1)(x - 9) ← expand factors using FOIL, thus
y = x² - 8x - 9
To complete the square
add/subtract ( half the coefficient of the x- term )² to x² - 8x
y = x² + 2(- 4)x + 16 - 16 - 9
= (x - 4)² - 25 ← in vertex form