InterviewSolution
Saved Bookmarks
| 1. |
If `tantheta-cottheta=0`, find the value of `sintheta+costheta`, |
|
Answer» Correct Answer - c `tan theta-cot theta=0` shortest method Put, `theta= 45^(@)` `tan45^(@)-cot45^(@)=0` `1-1=0` 0=0 matched So, `theta=45^(@)` `rARrsin theta+cos theta` `rArr sin45^(@)+cos45^(@)` `rArr(1)/sqrt(2)+(1)/sqrt(2)rArrsqrt(2)` |
|