← Back to Test

Problem 8 - Entrance Test

If a = -2 and b = 3, what is the value of a^2 - 2ab + b^2?

Correct: C

Substituting, we get (-2)^2 - 2(-2)(3) + (3)^2 = 4 + 12 + 9 = 25.