InterviewSolution
Saved Bookmarks
| 1. |
If `a^(b^t) = 6561`, then find the least possible value of `(a.b.c)`, where `a, b and c` are integers.A. 24B. 36C. 162D. None of these |
|
Answer» Correct Answer - D (i) Express 6561 as the different ways of exponential forms. (ii) x is of the form `a+b`. (iii) `y` is of the form `a^(2)+ab+b^(2)`. |
|