Find the sum of four positive numbers such that:
The sum of the first, third, and the fourth number exceeds the second by 8.
The sum of squares of the first and the second exceeds the sum of squares of the third and fourth by 36.
The sum of the products of the first two numbers and the last two numbers is 42.
The cube of the first number equals to the sum of the cubes of the other three 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.
Best approach is to go to the last condition, where we have , for numbers a, b, c, d, a 3 = b 3 + c 3 + d 3 , . . . . t h a t i s 6 3 = 5 3 + 4 3 + 3 3 = 2 1 6 . S o a = 6 .
Next see what is the order from first condition. a+c+d=b+8.
Sum + 8= 18+8=26. So 26/2=13=?+8. So ?=5. Makes b=5.
Second and third condition are satisfied with c and d in any of the last two space.
a + b + c + d = 1 8 .