InterviewSolution
Saved Bookmarks
| 1. |
यदि `tantheta = (3)/(4)`, तो `cos2theta` का मान ज्ञात करेA. `24//25`B. `16//25`C. `7//25`D. `9//30` |
|
Answer» Correct Answer - c `tan theta=(3)/(4)` `cos2theta=(1-tan^(2)theta)/(1+tan^(2)theta)` `=(1-(9)/(16))/( 1+(9)/(1 6))` ` =((7)/(16))/((25)/(16))=(7)/(25)` |
|