The graphs of two identical ellipses with foci on the $x$-axis are such that each ellipse passes through the center of the other. The equation of the first ellipse is $4x^2+9y^2=36$. The second ellipse is directly to the right of the first. Find the equation of the second ellipse in standard form, and find their points of intersection.
My work:
The equation in standard form for the first ellipse is $\dfrac{x^2}9+\dfrac{y^2}4=1$. Since the ellipses are both on the x-axis, the second ellipse should be identical to the original ellipse and shifted $\sqrt 9=3$ units to the right. Then, the equation for the second ellipse would be $\dfrac{(x-3)^2}9+\dfrac{y^2}4=1$. Subtracting the second equation from the first, I get $x^2=x^2-6x+9$ and $x=\dfrac 23$. I feel like I have done something wrong here because I get different values for $y$ when substituting that value into the two equations. What did I do wrong?