SOLUTION: What is the sum of the first 900 consecutive odd numbers?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: What is the sum of the first 900 consecutive odd numbers?       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 643988: What is the sum of the first 900 consecutive odd numbers?

Found 3 solutions by Alan3354, MathLover1, Edwin McCravy:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
What is the sum of the first 900 consecutive odd numbers?
-----------
that's the odd numbers 1 thru 1799
Add them in pairs.
1 + 1799 = 1800
3 + 1797 = 1800
etc
There are 450 pairs, each = 1800
Sum = 450*1800 = 810,000

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
a+=+1......the first term
d+=+2......the common difference between the terms
n+=+900%0D%0A%7B%7B%7Bnth_+term+=+1%2B2%28n-1%29+=+2n-1
900th term a%28n%29=+2%2A900-1=1800-1=1799
The formula for the sum of an arithmetic sequence is
S%28n%29+=+%28n%2F2%29%28a%281%29+%2B+a%28n%29%29
S%28900%29+=+%28900%2F2%29%281%2B1799%29
S%28900%29+=+450%281800%29
S%28900%29+=+810000
But, here is the shortest way to do it if you are given odd numbers:
if N = number of odd terms then sum S=+%28N%29%5E2
N=900....=>...S=+%28900%29%5E2=810000


Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
There are two ways to do it.  Here are both ways:
First way (without memorizing a frmula):

The 1st odd number is 1, 1 less than 2 which is twice 1.
The 2nd odd number is 3, 1 less than 4 which is twice 2.
The 3rd odd number is 5, 1 less than 6 which is twice 3.

So using that pattern

The 900th odd number is 1 less than twice 900, which is 1800, so the
900th odd number is 1799

Suppose the sum = N, then

 N =    1 +    3 +    5 +    7 + ··· + 1793 + 1795 + 1797 + 1799

N also equals that same sum with the numbers added in the reverse order:

 N = 1799 + 1797 + 1795 + 1793 + ··· +    7 +    5 +    3 +    1

Now let's write those two equations one under the other, and add equals 
to equals term by term:

 N =    1 +    3 +    5 +    7 + ··· + 1793 + 1795 + 1797 + 1799
 N = 1799 + 1797 + 1795 + 1793 + ··· +    7 +    5 +    3 +    1
----------------------------------------------------------------
2N = 1800 + 1800 + 1800 + 1800 + ··· + 1800 + 1800 + 1800 + 1800

Since we know there are 900 terms on the right, that sum on the right is 
900 times 1800 or 1620000, so that equation bercomes

2N = 1620000

Dividing both sides by 2

 N = 810000

--------------------

The other way is to memorize the arithmetic series sum formula:

Sn = n%2F2[2·a1 + (n-1)·d]

Where n=900, a1=1 because it is the 1st odd integer, and d=2,
because consecutive odd numbers differ by 2.
 
S900 = 900%2F2[2·(1) + (900-1)·(2)]

S900 = 450[2 + (899)·(2)]

S900 = 450[2 + 1798]

S900 = 450[1800]

S900 = 810000

Edwin