← Back to Test

Problem 15 - Entrance Test

Simplify the expression (2x + 5) * (x - 2)

Correct: B

To simplify the expression, we use the distributive property (FOIL method): (2x + 5)*(x - 2) = 2x*x + 2x*(-2) + 5*x + 5*(-2) = 2x^2 - 4x + 5x - 10 = 2x^2 + x - 10.