InterviewSolution
Saved Bookmarks
| 1. |
Given sum of the first `n` terms of an A.P is `2n + 3n^(2)`. Another A.P. is formed with the same first term and double of the common difference, the sum of `n` termsA. `n + 4n^(2)`B. `n^(2) + 4n`C. `3n + 2n^(2)`D. `6n^(2) - n` |
| Answer» Correct Answer - D | |