InterviewSolution
Saved Bookmarks
| 1. |
If sintheta+sinphi=aandcostheta+cosphi=b, then tan((theta-phi)/(2))=? |
|
Answer» `SQRT((a^(2)+B^(2))/(4-a^(2)-b^(2)))` |
|