SOLUTION: What is the value of the expression: 3(n upper) sigma 1(i lower bound) (3i+1)
Please help I do not understand this!
Algebra ->
Sequences-and-series
-> SOLUTION: What is the value of the expression: 3(n upper) sigma 1(i lower bound) (3i+1)
Please help I do not understand this!
Log On
Question 477550: What is the value of the expression: 3(n upper) sigma 1(i lower bound) (3i+1)
Please help I do not understand this! Answer by ewatrrr(24785) (Show Source):
Hi,
In response to your reply: sum((3i+1), i=1, 3 ) would be a way of writing it
If I am understanding your question properly: = (3*1+1) + (3*2+1)+(3*3+1) = 4 + 7 + 10 = 21