I did the problem treating it as a system of two equations this time (I think, if Google didn't tell me fibs), solving for one variable and substituting it into the other equation, and ended at the correct answers.
The work looks correct, though the amount of work could be reduced at several points (something that comes with experience).
Is stating the proper form of the equation of an ellipse at the beginning, and then substituting in the coordinates, enough to demonstrate that the equations should be equal to 1, or does that still count as an assumption since I don't include any reasons that the ellipse equation is true?
The goal is to find values of a and b so that the equation will be satisfied by both points; so saying that both equations are true is a
necessary supposition, not a
wrong assumption!
The unsupported assumption I pointed out in the previous work was
at the end (that 25/b=9/a=1, when you had only shown that 25/b=9/a), not
at the start.
There are many ways to solve a non-linear system of equations. I'll show mine, which amounts to using the addition method (to solve what is in effect a linear system in the reciprocal squares of the variables):
[math]\text{(A) }\frac{1}{a^2}+\frac{200}{9b^2}=1\\\text{(B) }\frac{4}{a^2}+\frac{125}{9b^2}=1[/math]Multiplying each equation by [imath]9a^2b^2[/imath], their LCDs:
[math]\text{(C) }9b^2+200a^2=9a^2b^2\\\text{(D) }36b^2+125a^2=9a^2b^2[/math]
Multiplying equation (C) by 4 and subtracting equation (D):
[math]\text{4(C) }36b^2+800a^2=36a^2b^2\\\text{(D) }36b^2+125a^2=9a^2b^2\\\\\text{(E) }675a^2=27a^2b^2[/math]Dividing by [imath]a^2[/imath] and solving for [imath]b[/imath]:
[math]625=27b^2\\b^2=\frac{675}{27}=25\\b=\sqrt{25}=5[/math]
We could use [imath]b[/imath] to solve for [imath]a[/imath], but I'll repeat the process to solve directly for [imath]a[/imath]:
Multiplying equation (C) by -5 and equation (D) by 8, and adding:
[math]\text{-5(C) }-45b^2-1000a^2=-45a^2b^2\\\text{8(D) }288b^2+1000a^2=72a^2b^2\\\\\text{(F) }243b^2=27a^2b^2[/math]Dividing by [imath]b^2[/imath] and solving for [imath]a[/imath]:
[math]243=27a^2\\b^2=\frac{243}{27}=9\\b=\sqrt{9}=3[/math]