92.9k views
1 vote
To my knowledge, the answer should be there is no difference since I found the sum, however the answer is something else,

could someone please explain

To my knowledge, the answer should be there is no difference since I found the sum-example-1

2 Answers

1 vote
The difference between them is 12 because :
the sum of first series is : 2 * ( 1 + 2 + 3 + 4 + 5 ) + 15;
the sum of the second series is : 2 * ( 1 + 2 + 3 + 4 + 5 ) + 3.
User Rahul Khatri
by
8.2k points
0 votes
In the first series, the summation applies to the whole (2n+3) inside
the parentheses, so the 3 gets summed up 5 times.

But in the second one, the summation only applies to the 2n , so
the 3 is only added after the summation is finished.

The difference between five 3s the first time and one 3 the second time
is your 12 .
User Timothepoznanski
by
8.0k points