Find the total number of three number A.P's in sequence
1,2,3,4...n?
-
UP 0 DOWN 0 1 3
3 Answers
Lokesh Verma
·2009-10-25 22:18:18
Good question:
Hint: Select the middle term first...
For each middle term i, the number of AP's is given by?
Anirudh Kumar
·2009-10-26 07:10:47
am i correct
if i<n/2 then
for for each middle term i there are (i-1) A.P's
for for i>n/2
for each i (n - i - 1) A.P's