Question...How is the sum of all arithmetic means between two given numbers related to the single arithmetic mean between those numbers. Show ur steps. Do not give the FORMULA directly.
-
UP 0 DOWN 0 0 1
1 Answers
virang1 Jhaveri
·2009-12-03 08:05:07
ok
S = (a) + (a + d) +(a+2d) +.... + (a+(n-1)d)
S = (a+a+a+a+....n)+(d+2d+3d+.........+(n-1)d)
S = na +d(1 + 2 +3 + .....+n-1)
S= na + d((n-1)(n)/2) 0Σrn-1 = (n-1)(n)/2
S = n/2 (2a + (n-1)d)
let L be the last term
L = a + (n-1)d
S = n/2(a + L)
Now a + L /2 is the arithmetic mean = M
Therefore
S = nM