SOLUTION: Find the equation of the circle with center on the point of intersection of the lines x + y - 4 = 0 and 5x + 2y + 1 = 0, with radius of 5 units.

Algebra ->  Finance -> SOLUTION: Find the equation of the circle with center on the point of intersection of the lines x + y - 4 = 0 and 5x + 2y + 1 = 0, with radius of 5 units.      Log On


   



Question 1186874: Find the equation of the circle with center on the point of intersection of the lines x + y - 4 = 0 and 5x + 2y + 1 = 0, with radius of 5 units.
Answer by ikleyn(52802) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find the equation of the circle with center on the point of intersection of the lines x + y - 4 = 0 and 5x + 2y + 1 = 0,
with radius of 5 units.
~~~~~~~~~~~~~~~~~~~~

All you need is to find the coordinates of the center of the circle, i.e. the intersection point of the given lines.


For it, you need to solve the system of linear equations


     x +  y =  4,    (1)

    5x + 2y = -1.    (2)


From equation (1), express y = 4-x  and substitute it into equation (2).  You will get single equation for x


    5x + 2*(4-x) = -1,

    5x + 8 - 2x = -1

       3x       = -1 - 8

       3x       = -9

        x       = -9/3 = -3.


Now from equation (1)  y = 4 - x = 4 - (-3) = 4 + 3 = 7.


The center point is  (-3,7);  the standard form circle equation is


    %28x-%28-3%29%29%5E2 + %28y-7%29%5E2 = 5%5E2,

or

    %28x%2B3%29%5E2 + %28y-7%29%5E2 = 25.    ANSWER

Solved.