Suite 1 2 10 11 12 13..n

Arithmetic and Geometric progressions.

Suite 1 2 10 11 12 13..n

Postby Z10 » Wed Feb 20, 2019 7:21 am

Hello everyone,
I am looking to calculate the sum Sn = 1 + 2 + 10 + 11 + 12 + 13 + 14 .... n
According to n
And calculate n according to Sn after and test the cases where n is not defined.
Z10
 
Posts: 3
Joined: Sat Feb 16, 2019 8:02 pm
Reputation: 0

Re: Suite 1 2 10 11 12 13..n

Postby Guest » Wed Feb 20, 2019 10:21 am

Sn = 10 + 11 + 12 + 13 + 14 .... n
is an arithmetic sequence.


Its sum is (10 + n)(n - 10)/2

We have to add to that sum 1 + 2 = 3

Or

(10 + n)(n - 10)/2 + 3 = (n^2 - 100)/2 + 3 = n^2/10 - 50 + 3 = n^2/10 - 47
Guest
 

Re: Suite 1 2 10 11 12 13..n

Postby Guest » Wed Feb 20, 2019 10:22 am

Is it clear?
Guest
 

Re: Suite 1 2 10 11 12 13..n

Postby Z10 » Sat Feb 23, 2019 9:32 am

Yes tnks.

Z10
 
Posts: 3
Joined: Sat Feb 16, 2019 8:02 pm
Reputation: 0


Return to Progressions, Series



Who is online

Users browsing this forum: No registered users and 3 guests

cron