← Back to Test

Problem 16 - Olympiad

Solve the equation: x^2 - 7x + 12 = 0

Correct: A

To solve the quadratic equation x^2 - 7x + 12 = 0, we can factor it into (x - 3)(x - 4) = 0. This gives us two possible solutions: x - 3 = 0 or x - 4 = 0, which simplify to x = 3 or x = 4.