

InterviewSolution
Saved Bookmarks
1. |
By induction hypothesis, the series 1^2 + 2^2 + 3^2 + … + p^2 can be proved equivalent to ____________(a) \(\frac{p^2+2}{7}\)(b) \(\frac{p*(p + 1)*(2p + 1)}{6}\)(c) \(\frac{p*(p+1)}{4}\)(d) p+p^2This question was addressed to me in an interview for internship.Origin of the question is Principle of Mathematical Induction topic in division Induction and Recursion of Discrete Mathematics |
Answer» The correct answer is (b) \(\frac{p*(p + 1)*(2p + 1)}{6}\) |
|