InterviewSolution
Saved Bookmarks
| 1. |
Eliminate `theta` from the following equations: `x sin alpha + ycosalpha = p and x cos alpha-y sin alpha = q` |
| Answer» Correct Answer - `x^(2)+y^(2)=p^(2)+q^(2)` | |