Subtract the sum of first 2000 positive odd numbers from the sum of first 2000 positive even numbers and multiply this difference by sum of first 100 whole numbers.
What is the number obtained?
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.
Using LATEX will make your solution look better.
The sum of first n even numbers - The sum of first n odd numbers = (Always)
The sum of first 100 integers = sum of first 99 natural numbers
That is equal to 2 9 9 × 1 0 0
The required answer = 2 9 9 × 1 0 0 × 2 0 0 0
Which is equal to 9 9 × 1 0 0 × 1 0 0 0 = 9 9 0 0 0 0 0
did the same dude
Problem Loading...
Note Loading...
Set Loading...
We know that Sum of first n odd numbers is n square. Sum of first n even numbers is n(n+1). Sum of first n natural numbers is n(n+1)/2. Thus sum of first n 2000 even numbers is 2000(2000+1)=4002000. And sum of first n odd numbers is 2000 square=4000000. Hence 4002000-4000000=2000. Now sum of first 100 whole numbers = sum of first 99 natural numbers. That is 99 (99+1)÷2=4950. Hence 4950×2000=9900000.