Hovkial
The sum of the first 'n' consecutive positive integers is a perfect square where n < 100. How many values of 'n' are possible?
(A) 2
(B) 3
(C) 4
(D) 5
(E) 6
Sum of the first 'n' consecutive positive integers = \(\frac{n(n+1)}{2}\), so this should be a perfect square...
So, let us see what can we make out of term \(\frac{n(n+1)}{2}\) --- This means product of TWO consecutive integers, n and n+1, should be twicw of a perfect square..
BUT two consecutive term are co-prime, that is they do not have any common factors, and one of the two n or n+1 will be even. This further tells us that
one of the two n or n+1 will be a PERFECT square and other will be TWO times of another perfect square.1) Possible values of n or n+1,
which is a perfect square, are 1, 4, 9, 16, 25, 36, 49, 64, 91....
2) And possible values of the second,
which is twice of the perfect square, are 2, 8, 18, 32, 50, 72 or 98....
Let us check if there are two consecutive numbers in both the list..
1 and 2
8 and 9
49 and 50
Thus answer is 3, when n is 1, 8 and 49.
\(\frac{1*2}{2}=1=1^2\)
\(\frac{8*9}{2}=4*9=36=6^2\)
\(\frac{49*50}{2}=49*25=(7*5)^2\)
B