Bunuel
What is the sum of the squares of the first n positive integers if the sum of the squares of the first n even positive integers is A?
A. A(3/4)
B. A(1/2)
C. A(1/3)
D. A(1/4)
E. A(1/8)
Solution:If we let n = 3, we see that the sum of the squares of the first 3 positive integers is 1^2 + 2^2 + 3^2 = 1 + 4 + 9 = 14 and the sum of the squares of the first 3 even positive integers is 2^2 + 4^2 + 6^2 = 4 + 16 + 36 = 56.
We see that the sum of the squares of the first 3 positive integers is ¼ the sum of the squares of the first 3 even positive integers. It should be true that the sum of the squares of the first n positive integers is also ¼ the sum of the squares of the first n even positive integers. Since the latter sum is given as A, therefore the former sum is A(¼).
Alternate Solution:The nth positive even integer is 2n. We are given that:
2^2 + 4^2 + 6^2 + … + (2n)^2 = A
Let’s factor out 2 from each base:
(2*1)^2 + (2*2)^2 + (2*3)^2 + … + (2 * n)^2 = A
(2^2)*(1^2) + (2^2)*(2^2) + (2^2)*(3^2) + … + (2^2)*(n^2) = A
4(1^2) + 4(2^2) + 4(3^2) + … + 4*(n^2) = A
4(1^2 + 2^2 + 3^2 + … + n^2) = A
1^2 + 2^2 + 3^2 + … + n^2 = A/4
Answer: D