SOLUTION: someone help me please! Thank you. Show all work too please. Find the point(s) of intersection of the line x - y = -6 and the circle x2 + y2 = 18 by solving the system of equa

Algebra ->  Equations -> SOLUTION: someone help me please! Thank you. Show all work too please. Find the point(s) of intersection of the line x - y = -6 and the circle x2 + y2 = 18 by solving the system of equa      Log On


   



Question 972385: someone help me please! Thank you. Show all work too please.
Find the point(s) of intersection of the line x - y = -6 and the circle x2 + y2 = 18 by solving the system of equations.

Found 2 solutions by Alan3354, lwsshak3:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find the point(s) of intersection of the line x - y = -6 and the circle x2 + y2 = 18 by solving the system of equations.
----------------
x - y = -6
y = x + 6
-----
x^2 + y^2 = 18
sub for y
x^2 + (x+6)^2 = 18
2x^2 + 12x + 36 = 18
x^2 + 6x + 9 = 0
Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc)
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 1x%5E2%2B6x%2B9+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%286%29%5E2-4%2A1%2A9=0.

Discriminant d=0 is zero! That means that there is only one solution: x+=+%28-%286%29%29%2F2%5C1.
Expression can be factored: 1x%5E2%2B6x%2B9+=+%28x--3%29%2A%28x--3%29

Again, the answer is: -3, -3. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+1%2Ax%5E2%2B6%2Ax%2B9+%29

================
There are always 2 solutions to a quadratic.
For this one, they are x = -3 and x = -3.
---------------

Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
Find the point(s) of intersection of the line x - y = -6 and the circle x2 + y2 = 18 by solving the system of equations.
***
solve by substitution:
x-y=6
y=x-6
..
x^2 + y^2 = 18
x^2+(x-6)^2=18
x^2+x^2-12x+36=18
2x^2-12x+18=0
divide eq. by 2
x^2-6x+9=0 (perfect square)
(x-3)^2=0
(x-3)(x-3)=0
x=3 (multiplicity 2)
..
y^2=18-x^2
y^2=18-9=9
y=±√9=±3
y=3 (reject, does not check in first equation)
or
y=-3
..
Point of intersection (3, -3)