The answers 5 because I looked it up
Answer:
From least to greatest it would be 87, 99, 156, 177
Step-by-step explanation:
The statement "from least to greatest" means starting from the lowest value and transitioning to the greatest value/
Think of it as least -> greatest.
Answer:
y = -(5/2)x -2
Explanation:
The general formula for a straight line is y – mx + b.
The image below shows the graph of the line.
Step 1. <em>Calculate the slope</em>.
Slope = m = Δy/Δx = (y₂-y₁)/(x₂-x₁)
x₁ = 0; y₁ = -2
x₂ = -2; y₂ = 3 Calculate m
m = [3-(-2)]/(-2-0)
m = (3+2)/(-2)
m = 5/(-2)
m = -5/2
Step 2. <em>Calculate the y-intercept
</em>
When x = 0, y = 2.
The y-intercept (b) is at y = -2
Step 3. <em>Write the equation </em>for the graph
y = mx + b
y = -(5/2)x - 2
The answer is going to be A
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