Solveeit Logo

Question

Question: The equation of the circle having centre (1, -2) and passing through the point of intersection of li...

The equation of the circle having centre (1, -2) and passing through the point of intersection of lines 3x + y = 14, 2x + 5y = 18 is

A

x2+y22x+4y20=0x^2+y^2-2x+4y-20 = 0

B

x2+y22x+4y=0x^2+y^2-2x+4y = 0

C

x2+y22x+4y10=0x^2+y^2-2x+4y-10 = 0

D

x2+y2+2x+4y20=0x^2+y^2+2x+4y-20 = 0

Answer

x2+y22x+4y20=0x^2+y^2-2x+4y-20 = 0

Explanation

Solution

First, solve the system of linear equations 3x+y=143x + y = 14 and 2x+5y=182x + 5y = 18 to find the point of intersection. This point is (4, 2). The center of the circle is given as (1, -2). The radius squared (r2r^2) is the distance squared between the center (1, -2) and the point of intersection (4, 2): r2=(41)2+(2(2))2=32+42=9+16=25r^2 = (4-1)^2 + (2-(-2))^2 = 3^2 + 4^2 = 9 + 16 = 25. The equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Substituting the center (1, -2) and r2=25r^2 = 25, we get (x1)2+(y+2)2=25(x-1)^2 + (y+2)^2 = 25, which simplifies to x2+y22x+4y20=0x^2 + y^2 - 2x + 4y - 20 = 0.