InterviewSolution
Saved Bookmarks
| 1. |
Find the sum of squares of first n terms.(a) \(\frac{n(n+1)}{2}\)(b) \((\frac{n(n+1)}{2})^3\)(c) \(\frac{n(n+1)(2n+1)}{6}\)(d) \((\frac{n(n+1)}{2})^2\)The question was posed to me in unit test.This interesting question is from Sum to n Terms of Special Series in section Sequences and Series of Mathematics – Class 11 |
|
Answer» Right OPTION is (c) \(\frac{n(n+1)(2n+1)}{6}\) |
|