reebok35 said:
How would u do it for y=-2(x+5)squared+18?
Again, if you are looking for x-intercepts, you need to substitute 0 for y and solve the resulting equation.
Here's an example that is similar to your problem:
Find the x-intercepts (if any) for the equation y = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk] - 27
Since any point on the x-axis has a y-coordinate of 0, the x-intercept(s) will be of the form (x, 0). Substitute 0 for y:
y = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk] - 27
0 = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk] - 27
Add 27 to both sides to isolate the term containing x:
0 + 27 = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk] - 27 + 27
27 = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk]
Divide both sides by 3:
27/3 = [3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk]) / 3
9 = (x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk]
Take the square root of both sides of the equation. Remember that any positive number has TWO square roots; one positive and one negative.
+ sqrt(9) = sqrt[(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk]]
+ 3 = x + 2
so, 3 = x + 2 OR -3 = x + 2
Solve each of those equations:
1 = x OR -5 = x
The x-intercepts are (1, 0) and (-5, 0)
An alternative way to solve is this:
0 = 3(x + 2)[sup:bfvz3ixk]2[/sup:bfvz3ixk] - 27
Expand the right side by doing the squaring:
0 = 3(x[sup:bfvz3ixk]2[/sup:bfvz3ixk] + 4x + 4] - 27
Now simplify the right side:
0 = 3x[sup:bfvz3ixk]2[/sup:bfvz3ixk] + 12x + 12 - 27
0 = 3x[sup:bfvz3ixk]2[/sup:bfvz3ixk] + 12x - 15
And either factor the right side, or use the quadratic formula. You should get the same values of x that I did using the method I showed.