Suppose the numbers 1, 2, 3, …, 100 are written on a paper. At each step, we select any two numbers and replace them with either their sum or their difference. Is it possible to have 521 in the end as the only remaining number?
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.
Firstly, we have the numbers 1, 2, …, 100 written on paper. The sum of these numbers is 5050, call it S . We select two numbers, says, a and b and replace them with either their sum a + b or their difference a − b .
If we replace these two numbers by their sum, then the sum of all numbers on paper remains the same.
If we replace these two numbers by their difference, then the sum of all numbers on paper is S − ( a + b ) + ( a − b ) = S − 2 b , still an even number.
So, for each step, the sum of the numbers on paper still remains as an even number.
Hence, it is NOT POSSIBLE to have 521 in the end as the only remaining number.