MathRevolution
What is the sum of the first 100 positive odd numbers?
A. 5,000
B. 7,500
C. 8,000
D. 10,000
E. 12,000
APPROACH #1: Look for a pattern
Sum of the first 2 odd numbers = 1 + 3 =
4Sum of the first 3 odd numbers = 1 + 3 + 5 =
9Sum of the first 4 odd numbers = 1 + 3 + 5 + 7 =
16Sum of the first 5 odd numbers = 1 + 3 + 5 + 7 + 9 =
25Aha!
Notice that:
Sum of the first
2 odd numbers =
2²Sum of the first
3 odd numbers =
3²Sum of the first
4 odd numbers =
4²Sum of the first
5 odd numbers =
5²In general, the sum of the first
n odd numbers =
n²So, the sum of the first
100 odd numbers =
100² =
10,000Answer: D
APPROACH #2: Apply how useful formula
Before answering any GMAT quant problem,
always check the answer choices firstHere, the answer choices are somewhat spread apart, which means we can be
somewhat aggressive in our estimations.
Nice formula: 1 + 2 + 3 . . . + n = (n)(n + 1)/2Let's use the above formula to find the sum of the first 200 integers (including odds AND evens)
1 + 2 + 3 . . . + 199 + 200 = (200)(200 + 1)/2
= (200)(201)/2
= (100)(201)
= 20,100
So, the sum of the first 200 integers is 20,100
HALF of those integers are ODD and HALF are even. So, this sum includes the sum of the first 100 ODD integers and the sum of the first 100 EVEN integers.
So, the sum of the first 100 ODD integers is APPROXIMATELY 20,100/2
20,100/2 = 10,050
So, the sum of the first 100 ODD integers ≈ 10,050
Answer choice D is the only one that's close to 10,050 so it must be the correct answer.
RELATED VIDEO