What is the sum of the integers from 10 through 50, inclusive?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Yeap awesome. This formula: Sum=Average * Number of terms
The series of numbers form an arithmetic progression with d = 1 and n = 4 1 . The formula for the sum of terms is
S n = 2 n ( a 1 + a n )
S 4 1 = 2 4 1 ( 1 0 + 5 1 ) = 1 2 3 0
Problem Loading...
Note Loading...
Set Loading...
We can tell that this is an arithmetic sequence from the fact that it is increasing by 1 every time you go up one integer. Therefore, we can use the equation S n = 2 1 n ( a 1 + a n ) . a sub 1 = 10, n = 41 (because you are counting inclusively), and a sub n = 50. S 4 1 = 2 1 ( 4 1 ) ( 1 0 + 5 0 ) = 2 1 ( 4 1 ) ( 6 0 ) = ( 3 0 ) ( 4 1 ) = 1 2 3 0