InterviewSolution
Saved Bookmarks
| 1. |
If `x^(200) lt 3^(300)`, then the greatest possible integral value of x.A. 3B. 5C. 4D. 2 |
|
Answer» Correct Answer - B (i) Both columns should be expressed as the power of a common component. (ii) `x^(200) lt 3^(300) implies (x^(2))^(100) lt (27)^(100)` (iii) Now check the values for which of the above inequality holds well. |
|