J's answer to Benjay's Secondary 2 Maths Singapore question.

done {{ upvoteCount }} Upvotes
clear {{ downvoteCount * -1 }} Downvotes
J
J's answer
1022 answers (A Helpful Person)
1st
x² + px + 8 = 0
Since x = -2 is a solution, sub x = -2 into the equation
(-2)² + p(-2) + 8 = 0
4 - 2p + 8 = 0
12 = 2p
p = 6

So, x² + 6x + 8 = 0
Since x = -2 is a solution, (x+2) must be a factor.
Factorise,
(x + 2)(x + 4) = 0
x + 2 = 0 or x + 4 = 0
x = -2 or x = -4

So, the other solution is x = -4

Alternatively,
x² + 6x + 8 = 0
Now we complete the square.
(x² + 2(3)x + 3²) + 8 - 3² = 0
(x + 3)² - 1 = 0
(x + 3)² = 1
x + 3 = ±√1
x + 3 = 1 or x + 3 = -1
x = -2 or x = -4
J
J
3 years ago
Or, you can 'factor out' the (x + 2) first.

x² + 6x + 8 = 0

x² + 2x + 4x + 8 = 0

x(x + 2) + 4(x + 2) = 0

(x + 2)(x + 4) = 0

x + 2 = 0 or x + 4 = 0

x = -2 or x = -4