

InterviewSolution
Saved Bookmarks
1. |
If `x/acostheta+y/bsintheta=1,x/asintheta-y/bcostheta=1`, then eliminate `theta`. |
Answer» Correct Answer - `x^2/a^2+y^2/b^2=2` Squaring and adding, we have `x^2/a^2+y^2/b^2=2` |
|