83.7k views
5 votes
Factoring. 2n^2+4n+2=0



User Syscall
by
7.3k points

1 Answer

0 votes
2n^2 + 4n + 2 = 0
Divide both sides by 2:
n^2 + 2n + 1 = 0
Find two numbers that multiply to form C (1) and add together to form 2: these numbers are 1 and 1:
(n +1)(n+1) = 0
(n+1)^2 = 0
Therefore n+1 = 0
n = -1
User Insilenzio
by
6.4k points