SOLUTION: find all points with an x-coordinate of 6 that are 5 units from (3,3).
Algebra
->
Coordinate-system
-> SOLUTION: find all points with an x-coordinate of 6 that are 5 units from (3,3).
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Coordinate-system
Question 271092
:
find all points with an x-coordinate of 6 that are 5 units from (3,3).
Answer by
Greenfinch(383)
(
Show Source
):
You can
put this solution on YOUR website!
Equation is (x - 3)^2 + (y - 3)^2 = 25
To solve for x = +-6
for +6 9 + y^2 - 6y + 9 = 25
y^2 - 6y - 7 = 0
(y - 7)(y + 1)=0
y = 7 or -1
Co ords are thus (6,-1), (6,7)