Given natural number and two real numbers where
Consider all arithmetic progressions (A.P.) , with terms in ascending order , containing .
Find the sum of sums of all such A.P.
Give your answer for .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
hint: ascending = 2 ascending + descending ( 2 7 , 3 4 , 4 1 , 4 8 , 5 5 , 6 2 , 6 9 , 7 6 ) + ( 6 2 , 5 5 , 4 8 , 4 1 , 3 4 , 2 7 , 2 0 , 1 3 ) = ( 8 9 , 8 9 , 8 9 , 8 9 , 8 9 , 8 9 , 8 9 , 8 9 )
ans: 4 1 N 2 ( N − 1 ) ( A + B )