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

m (Solution)
m (Solution)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
==Problem==
 +
What is the square root of the sum of the first <math> 2006 </math> positive odd integers?
 +
 
==Solution==
 
==Solution==
The sum of the first n positive 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 = 0</math> will yield the desired result as the LHS will telescope). Therefore, the sum of the first 2006 odd integers is <math>2006^2</math>. The answer we are looking for is <math>\sqrt{2006^2} = \boxed{2006}</math>
+
The sum of the first n positive 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 = 0</math> will yield the desired result as the LHS will telescope). Therefore, the sum of the first 2006 positive odd integers is <math>2006^2</math>. The answer we are looking for is <math>\sqrt{2006^2} = \boxed{2006}</math>

Latest revision as of 18:36, 14 January 2020

Problem

What is the square root of the sum of the first $2006$ positive odd integers?

Solution

The sum of the first n positive 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 positive odd integers is $2006^2$. The answer we are looking for is $\sqrt{2006^2} = \boxed{2006}$