Equation of circle: (x-h)2 + (y-k)2 = r2. (h,k) is the center and r is the radius.
3x2 - 12x + 3y2 - 6y = 15
Divide by 3:
(x2 - 4x) + (y2 - 2y) = 5
Complete the square inside each pair of parentheses:
(x2 - 4x + 4) + (y2 - 2y + 1) = 5 + 4 + 1
(x - 2)2 + (y - 1)2 = 10
center = (2,1) and radius = √10