

InterviewSolution
Saved Bookmarks
1. |
Consider the following : 1. `int l n 10 dx = x + c` 2. `int 10^(x) dx = 10^(x) + c` where c is the constant of integration. Which of the above is/are correct ?A. 1 onlyB. 2 onlyC. Both 1 and 2D. Neither 1 nor 2 |
Answer» Correct Answer - D (1) Let `I = int l n 10dx = l n 10 int dx = [l n 10] x + c` (2) Let `I = int 10^(x) dx = (10^(x))/(log_(e) 10) + c = (10^(x))/(l n 10) + c` |
|