Concept:
The standard form of an ellipse is:
\[
\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1
\]
where:
• \( a^2 > b^2 \) for a horizontal ellipse,
• The distance between the foci is \( 2c \),
• \( c = \sqrt{a^2 - b^2} \).
Step 1: Identify \( a^2 \) and \( b^2 \).
Given:
\[
\frac{(x+2)^2}{9} + \frac{(y-1)^2}{4} = 1
\]
Here:
\[
a^2 = 9, b^2 = 4
\]
Step 2: Find \( c \).
\[
c = \sqrt{a^2 - b^2} = \sqrt{9 - 4} = \sqrt{5}
\]
Step 3: Distance between the foci.
\[
\text{Distance} = 2c = 2\sqrt{5}
\]