InterviewSolution
Saved Bookmarks
| 1. |
`(2sintheta+3costheta)` का अधिकतम मान क्या होगा?A. 2B. `sqrt(13)`C. `sqrt(15)`D. 1 |
|
Answer» Correct Answer - b `(2sin theta+3cos theta)` `rArr` Max. value of `a sin theta+bcos theta= +sqrt(a^(2)+b^(2))` `rArrsqrt(2^(2)+3^(2))rArrsqrt(4+9)rArrsqrt(13)` |
|