InterviewSolution
Saved Bookmarks
| 1. |
If 0 lt a lt c, 0 lt b lt c then int_(0)^(oo) (a^(x)-b^(x))/(c^(x))dx= |
|
Answer» `LN(B/C) - ln(a/c)` |
|