Step 1: Understanding the Question:
Find the equation of a circle passing through three points: (0,0), (-2,0), and (0,3).
Step 2: Key Formula or Approach:
Use the general circle equation x² + y² + 2gx + 2fy + c = 0. Substitute each coordinate to solve for the constants g, f, and c.
Step 3: Detailed Explanation:
Plugging (0,0): 0 + 0 + 0 + 0 + c = 0 → c = 0. Equation reduces to x² + y² + 2gx + 2fy = 0. Plugging (-2,0): 4 + 0 - 4g + 0 = 0 → g = 1. Plugging (0,3): 0 + 9 + 0 + 6f = 0 → f = -3/2. Substituting back: x² + y² + 2x - 3y = 0.
Step 4: Final Answer:
The circle equation is x² + y² + 2x - 3y = 0, option (C).