InterviewSolution
Saved Bookmarks
| 1. |
If ` sin theta =x, " write the value of " cot theta. ` |
|
Answer» Correct Answer - `(sqrt(1-x^(2)))/(x)` `costheta=sqrt(1-sin^(2)theta)=sqrt(1-x^(2)).` `therefore cot theta=(costheta)/(sintheta)=(sqrt(1-x^(2)))/(x).` |
|