

InterviewSolution
Saved Bookmarks
1. |
Find the sum of 'n' terms of the series. log_(2)(x/y) + log_(4)(x/y)^(2) + log_(8)(x/y)^(3) + log_(16)(x/y)^(4) +…….. |
Answer» `log_2(X/y)^(4N)` |
|