BRILLIAthon Day 2 2 , Problem 2 2 of 2 2

Find the sum of the first 2000 positive even numbers subtracted from the sum of the first 2000 positive odd numbers.


The answer is 2000.

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.

3 solutions

David Vreken
Jul 23, 2020

Both even and odd number sequences are arithmetic sequences whose terms have the equation a n = a 1 + d ( n 1 ) a_n = a_1 + d(n - 1) and whose sums have the equation S n = 1 2 n ( a 1 + a n ) S_n = \frac{1}{2}n(a_1 + a_n) for first term a 1 a_1 and difference d d .

For the first 2000 2000 even numbers, a 1 = 2 a_1 = 2 , d = 2 d = 2 , and a 2000 = a 1 + d ( 2000 1 ) = 2 + 2 ( 2000 1 ) = 4000 a_{2000} = a_1 + d(2000 - 1) = 2 + 2(2000 - 1) = 4000 , which means that its sum is S even = 1 2 n ( a 1 + a n ) = 1 2 2000 ( 2 + 4000 ) = 4002000 S_{\text{even}} = \frac{1}{2}n(a_1 + a_n) = \frac{1}{2} \cdot 2000 \cdot (2 + 4000) = 4002000 .

For the first 2000 2000 odd numbers, a 1 = 1 a_1 = 1 , d = 2 d = 2 , and a 2000 = a 1 + d ( 2000 1 ) = 1 + 2 ( 2000 1 ) = 3999 a_{2000} = a_1 + d(2000 - 1) = 1 + 2(2000 - 1) = 3999 , which means that its sum is S odd = 1 2 n ( a 1 + a n ) = 1 2 2000 ( 1 + 3999 ) = 4000000 S_{\text{odd}} = \frac{1}{2}n(a_1 + a_n) = \frac{1}{2} \cdot 2000 \cdot (1 + 3999) = 4000000 .

Therefore, S even S odd = 4002000 4000000 = 2000 S_{\text{even}} - S_{\text{odd}} = 4002000 - 4000000 = \boxed{2000} .

LaTeX: 20 20

Intelligible Solution: 10 10

Unqiueness: 2 2

Algorithmic Structure: 3 3

Pics: 0 0

Animations: 0 0

Total: 35 35

P.S. Can you post a solution to Day 1 1 , Problem 1 1 ?

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

I posted a solution to Day 1, Problem 1 on July 17...

David Vreken - 10 months, 3 weeks ago

Log in to reply

Ok...

I'll check.

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji Also, is Day 2, Problem 1 correct? I got x = 10, because 10 + 10 mod (10 + 1) = 10 + 10 mod 11 = 10 + 10 = 20.

David Vreken - 10 months, 3 weeks ago

Log in to reply

@David Vreken Add 9 9 to x x .

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji but 19 + 19 mod (19 + 1) = 19 + 19 mod 20 = 19 + 19 = 38.

David Vreken - 10 months, 3 weeks ago

Log in to reply

@David Vreken No...

You don't need to put 19 19 into the calculation - that's your answer...

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji Oh, you changed the question.

David Vreken - 10 months, 3 weeks ago

Log in to reply

@David Vreken @Vinayak Srivastava was complaining, that's why...

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji You need to accept that the problem was wrong, please don't say straight away to anyone that they were complaining. Also, even I entered 10 at first then realized there was a mistake, and reported it. Is reporting problems bad? I won't report wrong things then.

Vinayak Srivastava - 10 months, 3 weeks ago

Log in to reply

@Vinayak Srivastava That's how I put it...

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji Thank you! I got my answer-I won't report any problems now, don't worry, I am deleting my report.

Vinayak Srivastava - 10 months, 3 weeks ago
Chew-Seong Cheong
Jul 23, 2020

S even = 2 + 4 + 6 + + 4000 S odd = 1 + 3 + 5 + + 3999 S even S odd = 1 + 1 + 1 + 1 Number of 1s = 2000 = 2000 \begin{aligned} S_{\text{even}} & = 2 + 4 + 6 + \cdots + 4000 \\ S_{\text{odd}} & = 1 + 3 + 5 + \cdots + 3999 \\ S_{\text{even}} - S_{\text{odd}} & = \underbrace{1 + 1 + 1 + \cdots 1}_{\text{Number of 1s = }2000} = 2000 \end{aligned}

Therefore the answer is 2000 \boxed{2000} .

@Yajat Shamji , 0 0 is an even even number. It is the first non-negative even number. You should mention "the first 2000 positive even number" and "the first 2000 positive odd number".

Chew-Seong Cheong - 10 months, 3 weeks ago

Important Points \Downarrow

\Rightarrow 0 is an even number

\Rightarrow There are two parts of the problem, so we should solve this step-by-step


Find the sum of the first 2000 2000 even numbers subtracted from the sum of the first 2000 2000 odd numbers.

  • This can be rewritten as \Rightarrow First 2000 2000 Odd Numbers - First 2000 2000 Even Numbers

  • Let's use our logic here \Downarrow

  • We know that the first even number, 0 0 is 1 1 less than the first odd number, 1 1

  • We notice that the second even number, 2 2 is also 1 1 less than the second odd number, 3 3

  • This rule applies to all numbers, as an odd number is an even number + 1 +1


x = F i r s t 2000 O d d N u m b e r s F i r s t 2000 E v e n N u m b e r s = F i r s t 2000 O d d N u m b e r s ( F i r s t 2000 O d d N u m b e r s 2000 ) = 2000 \begin{aligned} x &= First \ 2000 \ Odd \ Numbers \ - \ First \ 2000 \ Even \ Numbers \\ &= First \ 2000 \ Odd \ Numbers \ - \ (First \ 2000 \ Odd \ Numbers \ - \ 2000) \\ &= 2000 \end{aligned}


@Percy Jackson , no more editing...

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

Ok, at least I finished the algorithmic structure :)

A Former Brilliant Member - 10 months, 3 weeks ago

LaTeX: 20 20

Intelligible Solution: 10 10

Uniqueness: 10 10

Algorithmic Structure: 3 3

Pics: 0 0

Animations: 0 0

Total: 43 43

Awarded 'BRILLIAthon Star' for Problem 4 4 .

Yajat Shamji - 10 months, 3 weeks ago

Log in to reply

@Yajat Shamji - I didn't add pictures, please change my score to 43 :)

A Former Brilliant Member - 10 months, 3 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...