Sum of cubesMediumQuestion 210022
Question
1³ + 2³ + 3³ + ... + n³ equals:
- An²(n+1)²/4
- Bn(n+1)/2
- C[n(n+1)/2]²Correct
- Dn(n+1)(2n+1)/6
Correct answer
[n(n+1)/2]²
Explanation
Sum of cubes = [n(n+1)/2]² = (sum of first n naturals)². Note: 1³+2³+3³ = 1+8+27 = 36 = (3×4/2)² = 6² ✓.