show the steps if possible
in Other Math Topics by Level 2 User (1.3k points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

3 Answers

Best answer

Question: Find the sum of the following series: (1+1*2)+(1+2*5)+(1+3*10)+....+(1+10*101).

The nth term of the series is given by

tn = 1 + an*bn,

where

{a} = {1,2,3,4,5,...,10}, i.e. an = n

{b} = {2,5,10, ... ,101}

Closer inspection of the elements of {b} show these element as { 1^2 + 1, 2^2 + 1, 3^2 + 1, ... ,10^2 + 1]

i.e. bn = n^2 + 1

Hence tn = 1 + an*bn = 1 + n*(n^2 + 1)

tn = 1 + n + n^3

And sum of these term is is given by

Sn = Sum[k=1..n] (1 + n + n^3) = Sum[k=1..n] (1) + Sum[k=1..n] (n) + Sum[k=1..n] (n^3)

Sn = n + (1/2)n(n+1) + (1/4)n^2(n+1)^2

For n = 10,

S10 = 10 + 5*11 + (5*11)^2 = 10 + 55 + 3025 = 3090

Sum = 3090

by Level 11 User (81.5k points)
selected by
thnx.
We Know,

tn = 1 + an*bn,

where

{a} = {1,2,3,4,5,...,10}, So, an = n                       {b} = {2,5,10, ... ,101}

Nearest elements of {b} show these element as { 1^2 + 1, 2^2 + 1, 3^2 + 1, ... ,10^2 + 1]

Thus, bn = n^2 + 1

Hence tn = 1 + an*bn = 1 + n*(n^2 + 1)

We get that,tn = 1 + n + n^3

And sum of these term is indicate by

Sn = Sum[k=1..n] (1 + n + n^3) = Sum[k=1..n] (1) + Sum[k=1..n] (n) + Sum[k=1..n] (n^3)

Sn = n + (1/2)n(n+1) + (1/4)n^2(n+1)^2

When n = 10,

S10 = 10 + 5*11 + (5*11)^2 = 10 + 55 + 3025 = 3090{ans}                       Safal Das Biswas Class X Savm
by Level 4 User (7.9k points)

Okay so you add 1+1 and that equals 2 multiply that by 2 and that gives you 4..... add 1+2 and that gives you 3 to 4..... multiply 4 by the answer you got when you multiplied 3 and 4...... then add 1+3 and that gives you 4..... multiply that by 10 and that gives you 40..... then add 1+10 and that gives you 11.... then multiply 11 by 101 and that gives you 1,111. So your answer should be 1,111.

by Level 3 User (2.7k points)

Related questions

1 answer
asked Aug 5, 2013 in Other Math Topics by bujji Level 1 User (120 points) | 1.1k views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,447 questions
99,051 answers
2,412 comments
4,787 users