Steps to solve:
1. Subtract the second inequality from the first. A fast way to see the relationship between x and y is to subtract the expressions.
• `(2x + 3y)` is a positive number.
• `(3x + 2y)` is a negative number.
• So, `(2x + 3y) - (3x + 2y)` must be `(Positive) - (Negative) = Positive`.
• `(2x + 3y) - (3x + 2y) = y - x`.
• Since `y - x` must be positive, `y > x` or `x < y`.
• Statement III (x < y) is TRUE. This eliminates options A and B.
2. Eliminate x to find the sign of y (or vice-versa). To determine the signs of x and y, create opposite coefficients for one variable.
• Multiply the first inequality by 3: `6x + 9y` is positive.
• Multiply the second inequality by -2 (this flips the sign): `-2(3x + 2y)` becomes positive. So, `-6x - 4y` is positive.
• Now, add these two new positive expressions: `(6x + 9y) + (-6x - 4y) = 5y`.
• Since `(Positive) + (Positive) = Positive`, `5y` must be positive. Therefore, `y > 0`.
• Statement II (y > 0) is TRUE.
3. Check Statement I. Since we know `y > 0` and `x < y`, let’s look at the second inequality: `3x + 2y < 0`.
• We can rewrite this as `3x < -2y`.
• Since `y` is positive, `-2y` is a negative number.
• If `3x` is less than a negative number, `x` must be negative.
• Statement I (x > 0) is FALSE.
The statements that must be true are II and III. The correct answer is E.