SOLUTION: find the summation notation of 7+14+28+....+896

Algebra ->  Sequences-and-series -> SOLUTION: find the summation notation of 7+14+28+....+896      Log On


   



Question 142222: find the summation notation of
7+14+28+....+896

Found 2 solutions by Edwin McCravy, jma:
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

Find the summation notation of 
7 + 14 + 28 + ... + 896

Here a1 = 7, an = 896

Since 14-7 = 7 and 28-14 = 7, then d=7

an = a1 + (n-1)d

896 = 7 + (n-1)(7)
896 = 7 + 7(n-1)
896 = 7 + 7n - 7
896 = 7n
128 = n

Now we use the sum formula:

Sn = n%2F2(a1 + an}

S128 = 128%2F2(a1 + a128}

S128 = 128%2F2(7 + 896)

S128 = 64(903)

S128 = 57792

Edwin

Answer by jma(1) About Me  (Show Source):
You can put this solution on YOUR website!
7+14+28+56+112+224+448+896
=7%2B7%2A2%5E1%2B7%2A2%5E2%2B7%2A2%5E3%2B7%2A2%5E4%2B7%2A2%5E5%2B7%2A2%5E6%2B7%2A2%5E7
=7%2A%282%5E8-1%29%2F%282-1%29
=7*255
=1785