A list of six positive integers p , q , r , s , t , u satisfies p < q < r < s < t < u .
There are exactly 1 5 pairs of numbers that can be formed by choosing two different numbers from this list. The sums of these pairs of numbers are:
2 5 , 3 0 , 3 8 , 4 1 , 4 9 , 5 2 , 5 4 , 6 3 , 6 8 , 7 6 , 7 9 , 9 0 , 9 5 , 1 0 3 , 1 1 7 .
Which sum equals to r + s ?
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.
For completeness, does there exist 6 integers that satisfy the given condition?
Log in to reply
I edited my solution. There I proved that there is only one possible solution for the numbers.
Yes, it is absolutely correct. Thank you for the solution.
If we take each letter and add it to the others we are going to have 5 sums. Take for example p and add it to every other letter, we will obtain: p + q , p + r , p + s , p + t , p + u . Similarly, the same method can be applied to the other letters.
Adding all these sums, we get:
5 p + 5 q + 5 r + 5 t + 5 u + 5 s = 5 ( p + q + r + s + t + u ) = 2 5 + 3 0 + 3 8 + 4 1 + . . . + 1 0 3 + 1 1 7 = 9 8 0
Thus, p + q + r + s + t + u = 5 9 8 0 = 1 9 6 .
Since p + q is the smallest sum, implies p + q = 2 5 , and t + u is the greatest sum, then t + u = 1 1 7 .
Now, p + q + r + s + t + u = ( p + q ) + ( r + s ) + ( t + u ) = 2 5 + ( r + s ) + 1 1 7 = 1 9 6 ⟹ ( r + s ) = 5 4
Problem Loading...
Note Loading...
Set Loading...
By adding up the 1 5 numbers, we added up each letter five times, so p + q + r + s + t + u = 5 2 5 + 3 0 + 3 8 + 4 1 + 4 9 + 5 2 + 5 4 + 6 3 + 6 8 + 7 6 + 7 9 + 9 0 + 9 5 + 1 0 3 + 1 1 7 = 1 9 6 . Since 2 5 is the least and 1 1 7 is the largest, 2 5 = p + q and 1 1 7 = t + u .
So r + s = p + q + r + s + t + u − ( p + q ) − ( t + u ) = 1 9 6 − 2 5 − 1 1 7 = 5 4
Now we will see what numbers can be p , q , r , s , t , u be. We can notice that p + q = 2 5 , p + r = 3 0 , t + u = 1 1 7 , s + u = 1 0 3 . So r = q + 5 and t = s + 1 4 . It is easy to see that q + r is is 3 8 , 4 1 , 4 9 o r 5 2 . Since q + r = 2 q + 5 , q + r can't be 3 8 or 5 2 , because they are positive integers, so 2 q + 5 = 4 1 or 4 9 , 2 q = 3 6 or 4 4 , q = 1 8 or 2 2 , r = 2 3 or 2 7 . Similarly we get: s + t is 9 5 , 9 0 , 7 9 or 7 6 , but s + t = 2 s + 1 4 , so s + t = 2 s + 1 4 = 9 0 or 7 6 , s = 3 8 or 3 1 , t = 5 2 or 4 5 . We know q and t , so we know that p = 7 or 3 , u = 6 5 or 7 2 .
Finally we have:
About p , q and r : ⎩ ⎨ ⎧ p = 7 , q = 1 8 , r = 2 3 p = 3 , q = 2 2 , r = 2 7
About s , t and u : ⎩ ⎨ ⎧ s = 3 1 , t = 4 5 , u = 7 2 s = 3 8 , t = 5 2 , u = 6 5
Since r + s = 5 4 , the only possible solution is:
p = 7 < q = 1 8 < r = 2 3 < s = 3 1 < t = 4 5 < u = 7 2
Note : In the beginning we proved that if there exist six positive integers that satisfy the given condition, then r + s = 5 4 . But it isn't enough!!! We have to give an example, because if there isn't exist six positive integers like this, then the answer is not 54. Be careful!