answersLogoWhite

0

2 different numbers have a sum of 1000?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

499 and 501

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 2 different numbers have a sum of 1000?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of whole numbers from 1 to 1000?

It is 1000*(1000+1)/2 = 500500


Find the programming code for calculating the sum of the squares of the first 1000 numbers in HASKELL?

To get a list of the squares of the first 1000 numbers we can do:> [n^2 | n sum [n^2 | n


What is the sum of the first 500 consecutive odd numbers?

1,000,000 * * * * * The 1st and 500th sum to (2*1-1)+(2*500-1) = 2*501 - 2 = 1000 The 2nd and 499th sum to (2*2-1)+(2*499-1) = 2*501 - 2 = 1000 There are 250 such sums So sum of all 500 odd numbers = 250*1000 = 250,000


What the sum of all 4 digit number except 0?

The sum of all numbers between 1 and n = n*(n+1)/2 The sum of all numbers between 1 and 999 = 999*1000/2 = 499500 The sum of all numbers between 1 and 9999 = 9999*10000/2 = 49995000 So, the sum of all numbers between 1000 and 9999 = 49495500


What 4 digit whole numbers have a sum of 2?

1002 and -1000 Does that count?


How do you find the sum of a set of numbers?

To find the sum of a set of numbers, you can use this formula: ∑ = (x)(x+1)/2 That is..... The sum = (The number of samples)(The number of samples + 1)/2 Example: What is the sum of all numbers between 500 and 1000? Assuming that we do not include 500 or 1000 in our answer, we have 498 numbers to add up. Let's put that into the formula.... ∑ = (498)(498+1)/2 ∑ = (498)(499)/2 ∑ = (248,502)/2 ∑ = 124,251 The Answer is 124,251


What is the sum of prime no between 1 to 1000?

The sum of the prime numbers between 1 and 1,000 (2-999) is 76,127.


What is the sum of all the numbers from 1-1000?

1001


What is the sum of the first 1000 consecutive odd numbers?

The first odd number is 1 The 1000th odd number is 1000 x 2 - 1 = 1999 Sum = number_of_numbers x (first_number + last_number) ÷ 2 = 1000 x (1 + 1999) ÷ 2 = 1000 x 2000 ÷ 2 = 1000000


What are three different prime numbers that sum to 18?

2, 3, and 13 are all prime numbers and their sum is equal to 18.


What is1000 plus 1000 if you work in base 1?

There's no such thing as 'base 1'. The smallest possible base for writing numbers is 2.If your '1000' and '1000' are already in base 2, then their sum is '10000'.If they're the common decimal numbers "one thousand" and you want the sum "two thousand"written in base 2, then it's '11111010000'.


How do you find the arithmetic mean of the first one thousand positive odd numbers?

The sum of all odd numbers, up to the odd number (2n-1) is n^2. So the sum of the first 1000 or 10^3 odd positive numbers is (10^3)^2=10^6 Now divide by 10^3 or 1000 since we have 1000 numbers so we have 10^6/10^3=1000 The mean of the first 1000 positive odd numbers is 1000 If you ask the mean of the odd numbers between, 1 and 1000, that is another problem, since there are 500 of them, the answer would be 500^2/500=500 Think of the mean of the odd numbers between 1 and 10, there are 5 of them and there sum is 25 so the mean is 25/5 or 5 **** in general, the arithmetic mean of the first n odd numbers is n^2/n or n. So that is why the number is 1000.