InterviewSolution
Saved Bookmarks
| 1. |
If x = 1 – y + y2 – y3 + ... up to infinite terms, where |y| < 1 , then which one of the following is correct?a. x = 1/(1 + y)b. x = 1/(1 - Y)c. x = y/(1 + y)d. x = y/(1 - y) |
|
Answer» Correct option a. x = 1/(1 + y) Explanation: Using formula for sum of infinite terms of GP x = 1/(1 - (-y)) = 1/(1 + y) |
|