Solve the equation ? With steps please

enter image source here

1 Answer
Nov 3, 2017

x = 3 or x = 4

Explanation:

log_2(x^2 - 7x + 14) = 1

Rearrange the equation to remove the log function
x^2 - 7x + 14 = 2^1

Simplify
x^2 - 7x + 12 = 0

Now to solve the quadratic
the b term ( -7) is negative and the constant (12) is positive

so both the factors of the constant must be negative

3 and 4 multiply to give 12 and add to give 7
therefore
(x-3)(x-4) = 0

x = 3 or x = 4