InterviewSolution
Saved Bookmarks
| 1. |
If `abc =0` then find the value of `[(x^a)^b]^c`.A. 1B. aC. bD. c |
|
Answer» Correct Answer - A Gven `abc=0` `[(x^a)^b]^c`. `=(x^a)^(bc)` `=x^(abc)` `=x^0=1` Hence, the correct options is (a). |
|