The general equation of an ellipse is given by:
[(x-h)^2]/a^2 + [(y-k)^2]/b^2 = 1
where it is centered around the point (h,k), the radius along the x-axis is a, the radius along the y-axis is b.
In your case,
a =6/2= 3
b = 14/2 = 7
h = -2
k = 3
[(x+2)^2]/3^2 + [(y-3)^2]/7^2 = 1