Four positive integers are given.Select any three of these integers and find their A.M.,and add to this result add the fourth number.If the four answers thus got are , then find the original numbers.
Input your answers as the sum of these four numbers.
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.
Let a , b , c , d are 4 given numbers.
So, the four answer thus got are 2 a + b + c + d , 2 b + c + d + a , 2 c + d + a + b , and 2 d + a + b + c .
Adding 4 above numbers, we get: 2 a + 2 b + 2 c + 2 d = 1 7 + 2 1 + 2 3 + 2 9 = 9 0
Hence, a + b + c + d = 4 5 .