Bunuel
We need to know the value of A and B to answer the question stem. S1 alone and S2 alone are not sufficient.
(S1 & S2)
The inequality according to the question stem:
Is: (x^3 + y^3)^(1/3) < (x^2 + y^2)^(1/2) ?
As X and Y are both positive values, the cube and square of each value will be positive. Therefore, both sides of the inequality are positive values. We can raise each side to the 6th power to obtain more workable expressions.
(x^3 + y^3)^(2) < (x^2 + y^2)^(3) ?
-next, we can use the Square of Sum and Cube of a Sum "templates" to expand each expression:
(x)^6 + (2)(x^3)(y^3) + (y)^6 < (x)^6 + 3(x)^4 * (y)^2 + 3(x)^2 * (y)^4 + (y)^6 ?
-subtract (x)^6 and (y)^6 from each side, leaving us with:
(2)(x^3)(y^3) < 3(x)^4 * (y)^2 + 3(x)^2 * (y)^4 ?
-again, since X and Y are positive values, the square of each results in a non-zero, positive value We can Divide each side of the inequality by (x^2)(y^2)
2(x)(y) < 3(x)^2 + 3(y)^2 ?
case 1: x > y
2(x) (y) will be less than < 3(x)(x) alone, so surely if we add another positive value to it 3(y)^2, the right side will contain a larger value.
YES
case 2: x = y
2(x)(y) < either of the two terms on the right hand side: Let x = y = k
2(k)(k) < 3(k)(k) ---- as a matter of numerical principle: 2 times a positive value is always less than 3 times the same positive value
YES
case 3: x < y
2(x)(y) will be less than < 3(y)(y) alone, so surely if we add another positive value to it 3(x)^2, the right side will contain a larger value.
YES
under every possible scenario, A < B
*C* Sufficient Together