Difference between revisions of "2006 SMT/General Problems/Problem 10"

(Solution)
(Solution)
Line 1: Line 1:
 
==Solution==
 
==Solution==
The sum of the first n odd integers is <math>n^2</math>. This comes from the fact that <math>(n+1)^2-n^2 = 2n+1</math> (Taking a sum of this equation beginning with 1 will yield the desired result as the LHS will telescope). Therefore, the sum of the first 2006 odd integers is <math>2006^2 = \boxed{4024036}</math>
+
The sum of the first n odd integers is <math>n^2</math>. This comes from the fact that <math>(n+1)^2-n^2 = 2n+1</math> (Taking a sum of this equation beginning with <math>n</math>=0 will yield the desired result as the LHS will telescope). Therefore, the sum of the first 2006 odd integers is <math>2006^2 = \boxed{4024036}</math>

Revision as of 18:06, 13 January 2020

Solution

The sum of the first n odd integers is $n^2$. This comes from the fact that $(n+1)^2-n^2 = 2n+1$ (Taking a sum of this equation beginning with $n$=0 will yield the desired result as the LHS will telescope). Therefore, the sum of the first 2006 odd integers is $2006^2 = \boxed{4024036}$