How many solutions are there for the equation
2x^2 - 6x + 7 = 0
None
Does the graph
y = 3x^2 + 4x + 7
have a minimum or maximum value?
Minimum
Turn
ax^2 + bx + c
into the quadratic formula. The first step is to divide both sides by a. What is the next step?
Subtract c/a from both sides
Leave answer in radical form:
x^2 - 10x = 1
x = 5 +- sqrt(26)
What is the vertex of
y = 2x^2
(0,0)
The next step is to complete the square. What is the formula for a trinomial square (assuming all values are positive)?
a^2 + 2ab + b^2
(4x - 5)^2 = 9
x = 1/2 and x = 2
What are the x-intercepts of
y = 3x^2 - 27
(3, 0) and (-3, 0)
What is half of the x-coefficient in
x^2 + (bx)/a = -c/a
b/(2a)
(x-3)^2 - 3(x - 3) - 4 = 0
x = 7 and x = 2
Which of the following functions could be represented by the graph?
g(x) and p(x)
Complete the square
x^2 + (bx)/a = -c/a
x^2 + (bx)/a + b^2/(4a^2) = b^2/(4a^2) - c/a
The function below represents the height of a model rocket as it travels x seconds through the air. Find the rocket's highest point and how long it takes to land.
h = -16x^2 + 128x
256 feet
8 seconds
What is the vertex of
y = -6x^2 + 24x - 20
(2, 4)
Finish solving for x
(x + b/(2a))^2 = b^2/(4a^2) - c/a
(x + b/(2a))^2 = b^2/(4a^2) - (4ac)/(4a^2)
(x + b/(2a))^2 = (b^2 - 4ac)/(4a^2)
x + b/(2a) = +-sqrt(b^2 - 4ac)/(2a)
x = -b +-sqrt(b^2 - 4ac)/(2a)