InterviewSolution
Saved Bookmarks
| 1. |
If x > 0, then which one is correct?(a) x > log(x + 1)(b) x < log (x + 1)(c) x = log(x + 1)(d) x ≥ log(x + 1)I got this question in an interview.My question comes from Calculus Application topic in section Application of Calculus of Mathematics – Class 12 |
|
Answer» Right choice is (a) x > log(x + 1) |
|