InterviewSolution
Saved Bookmarks
| 1. |
`sqrt(sqrt(2)xxsqrt(3))` का घातांक रूप क्या है?A. `6^(-1//2)`B. `6^(1//2)`C. `6^(1//4)`D. `6` |
|
Answer» Correct Answer - C The exponential form of `impliessqrt(2sqrt(2)xxsqrt(3))impliessqrt(6^(1//2))` `implies(6^(1//2))^(1//2)implies6^(1//4)` |
|