X^2 + y^2 - x - 2*y = 0 To find both coordinates and radius we need to make this equation in circle form: (x-a)^2 + (y-b)^2 = r^2
x^2 - 2*1/2*x + 1/4 - 1/4 + y^2 - 2*1*y + 1 - 1 = 0 Here we are adding and subtracting numbers in order to get square binomial. (x - 1/2)^2 + (y-1)^2 = 5/4
coordinates of center are (1/2,1) and the radius is √