If a > b > c > d are the only elements of a set, and the pairwise sum (taken 2 at a time) of distinct elements of the set in no particular order are 2 0 0 , 1 8 5 , 2 1 1 , 2 2 2 , x and y . Find the sum of the digits of the greatest possible value of x + y .
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.
I found it using calculator, and did not see the word "sum of digits"!
Log in to reply
But you still had three tries, what did you type?
First let us compare sum of all possible pairs of distinct elements of the set { a , b , c , d } such that a > b > c > d .
Since a > b and b > c . Adding both the equation,
⇒ a + b > b + c ⋯ Eq. 1
Since b > c and c > d . Adding both the equation,
⇒ b + c > c + d ⋯ Eq. 2
Since b > c
⇒ a + b > a + c ⋯ Eq. 3
Since a > b
⇒ a + c > b + c ⋯ Eq. 4
Since c > d
⇒ b + c > b + d ⋯ Eq. 5
Since b > c
⇒ b + d > c + d ⋯ Eq. 6
From Eq. 1, Eq. 2, Eq. 3, Eq. 4, Eq. 5 and Eq. 6 we get relation between 5 pairwise sum:
a + b > a + c > b + c > b + d > c + d
Since c > d
⇒ a + c > a + d ⋯ Eq. 7
Since a > b
⇒ a + d > b + d ⋯ Eq. 8
From Eq. 4, Eq. 5, Eq. 7 and Eq. 8, two cases arises:
Case 1 : a + c > a + d > b + c > b + d
Case 2 : a + c > b + c > a + d > b + d
So, overall two cases occurs:
Case 1 : a + b > a + c > a + d > b + c > b + d > c + d
Given pairwise sums are 1 8 5 , 2 0 0 , 2 1 1 , 2 2 2 , x and y . To get the maximum possible possible values of x and y , we take x = a + b and y = a + c . The only possible allocations of value are:
c + d = 1 8 5 b + d = 2 0 0 b + c = 2 1 1 a + d = 2 2 2
Solving these 4 equations for a , b , c and d we get,
a = 1 3 5 , b = 1 1 3 , c = 9 8 , d = 8 7
So, x = a + b = 1 3 5 + 1 1 3 = 2 4 8 and y = a + c = 1 3 5 + 9 8 = 2 3 3
⇒ x + y = 2 4 8 + 2 3 3 = 4 8 1
Case 2 : a + b > a + c > b + c > a + d > b + d > c + d
Agian, to get maximum possible value x and y we take x = a + b and y = a + c . The only possible allocations of value are:
c + d = 1 8 5 b + d = 2 0 0 a + d = 2 1 1 b + c = 2 2 2
Solving these 4 equations for a , b , c and d we get,
a = 1 2 9 . 5 , b = 1 1 8 . 5 , c = 1 0 3 . 5 , d = 8 1 . 5
So, x = a + b = 1 2 9 . 5 + 1 1 8 . 5 = 2 4 8 and y = a + c = 1 2 9 . 5 + 1 0 3 . 5 = 2 3 3
⇒ x + y = 2 4 8 + 2 3 3 = 4 8 1
We see that from both the cases, value of x + y is same.
So, maximum possible value of x + y is 4 8 1 .
Hence sum of digits of x + y = 4 + 8 + 1 = 1 3 .
Let ( m , n ) be m + n and x > y
x = ( a , b ) y = ( a , c ) 2 2 2 = ? 2 1 1 = ? 2 0 0 = ( b , d ) 1 8 5 = ( c , d )
Therefore, the digits of the greatest possible value of x + y = 4 + 8 + 1 = 1 3
if we look for integers solution then
( b , c ) = ( c + 1 5 , c ) which is odd, ∴ ( b , c ) = 2 1 1 and ( a , d ) = 2 2 2
2 c + 1 5 = 2 1 1 ⟹ c = 9 8
x + y = 2 a + b + c = 2 ( 1 3 5 ) + 1 1 3 + 9 8 = 4 8 1
Problem Loading...
Note Loading...
Set Loading...
As a > b > c > d ∴ a + b > a + c ; b + c > b + d > c + d now either a + d > b + c or b + c > a + d
Case 1 ( a + d > b + c ) :
As x + y have to be largest ∴ x and y have to be the largest among 2 0 0 , 1 8 5 , 2 1 1 , 2 2 2 . Assuming x > y a + b = x . . . . . [ 1 ] a + c = y . . . . . [ 2 ] a + d = 2 2 2 . . . . . [ 3 ] b + c = 2 1 1 . . . . . [ 4 ] b + d = 2 0 0 . . . . . [ 5 ] c + d = 1 8 5 . . . . . [ 6 ]
[ 4 ] − [ 5 ] ⇒ c − d = 1 1 . . . . . [ 7 ] [ 3 ] − [ 6 ] ⇒ a − c = 3 7 . . . . . [ 8 ] [ 7 ] + [ 8 ] ⇒ a − d = 4 8 . . . . . [ 9 ] [ 9 ] + [ 3 ] ⇒ 2 a = 2 7 0 [ 1 ] + [ 2 ] ⇒ x + y = 2 a + b + c = 2 7 0 + 2 1 1 = 4 8 1 4 + 8 + 1 = 1 3
Case 2 ( b + c > a + d ) :
As x + y have to be largest ∴ x and y have to be the largest among 2 0 0 , 1 8 5 , 2 1 1 , 2 2 2 . Assuming x > y a + b = x . . . . . [ 1 ] a + c = y . . . . . [ 2 ] b + c = 2 2 2 . . . . . [ 3 ] a + d = 2 1 1 . . . . . [ 4 ] b + d = 2 0 0 . . . . . [ 5 ] c + d = 1 8 5 . . . . . [ 6 ]
[ 3 ] − [ 5 ] ⇒ c − d = 2 2 . . . . . [ 7 ] [ 4 ] − [ 6 ] ⇒ a − c = 2 6 . . . . . [ 8 ] [ 7 ] + [ 8 ] ⇒ a − d = 4 8 . . . . . [ 9 ] [ 9 ] + [ 4 ] ⇒ 2 a = 2 5 9 [ 1 ] + [ 2 ] ⇒ x + y = 2 a + b + c = 2 5 9 + 2 2 2 = 4 8 1 4 + 8 + 1 = 1 3