InterviewSolution
Saved Bookmarks
| 1. |
यदि `rsintheta=1,rcostheta=sqrt(3)` है तो `(sqrt(3)tantheta+1)` का मान क्या होगा?A. `sqrt(3)`B. `(1)/(sqrt(3))`C. 1D. 2 |
|
Answer» Correct Answer - d `rsintheta=1` `rcostheta=sqrt(3)` `rArr(rsintheta)/(rcos theta)=(1)/sqrt(3)rArrtantheta=(1)/sqrt(3)` `rArrsqrt(3)tantheta=1` Add 1 both sides `rArrsqrt(3)tan theta+1=1+1` `rArr2` |
|