What is the equation of a circle with center (-2, 3) and radius 4?
Correct: B
The equation of a circle with center (h, k) and radius r is (x - h)^2 + (y - k)^2 = r^2. In this case, the center is (-2, 3) and the radius is 4, so the equation is (x - (-2))^2 + (y - 3)^2 = 4^2, which simplifies to (x + 2)^2 + (y - 3)^2 = 16.