Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
algebra - vertex & intercepts?
Bonus question from my algebra take home test is this: Graph the following equation, list the vertex and intercepts f(x)= x^2+4x-5
Do I solve this using a quadratic equation? Any tips, answers, etc? Thanks!
3 Answers
- jeffrey sLv 48 years agoFavorite Answer
y intercept is the easy one set x = 0 and solve
y = 0^2 + 4(0) - 5
y = -5
(0,-5)
for the x ints first try to factor
(x-1)(x+5)
(had factoring not worked you would be forced to use the quadratic equation)
now set the inside of each parenthesis to 0
x-1 = 0
x = 1
x + 5 = 0
x = -5
(1,0) (-5,0)
vertex is -b/2a
-4/2(1)
-2 for the x substitute -2 and solve for y
(-2)^2 + 4(-2) -5
4 - 8 - 5
-9
vertex @ (-2,-9)
- Anonymous8 years ago
To find the y-intercepts, set x = 0, to find (0,-5)
To find the x-intercepts, set y = 0, to get:
x² + 4x - 5 = 0
(x + 5)(x - 1) = 0
so, the y-intercepts are (-5,0), (1,0).
To find the vertex, an easy way is to use the axis of symmetry:
x = -b/(2a) = -4/(2(1)) = -2
f(-2) = -9 and so the vertex is at the point (-2,-9)
- ?Lv 78 years ago
f(x) = (x + 2)² - 9
=> the vertex is at (-2, -9)
f(x) = 0 gives the x-intercepts
i.e. (x + 2)² - 9 = 0
=> (x + 2)² = 9
=> x + 2 = ± 3
so, x = -5 or x = 1....i.e. points (-5, 0) and (1, 0)
f(0) gives the y-intercept
=> f(0) = -5....so, point (0, -5)
:)>