InterviewSolution
Saved Bookmarks
| 1. |
`root(3)(256)` को उसके सरलतम मिश्र करणी के रूप में लिखिए। |
|
Answer» `root(3)(256)=root(3)((16)^(2))=root(3)(2^(3).2^(3).2^(3))=root(3)(2^(3)).root(3)(2^(3)).root(3)(2^(2))` `=2xx2xxroot(3)sqrt(4)=4root(3)sqrt(4)` |
|