SOLUTION: How would I solve the following? x^2+8x= -16 Also the following: 3x^2=2x+5 Thank You

Algebra ->  Equations -> SOLUTION: How would I solve the following? x^2+8x= -16 Also the following: 3x^2=2x+5 Thank You      Log On


   



Question 467041: How would I solve the following?
x^2+8x= -16

Also the following:
3x^2=2x+5
Thank You

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
x^2+8x= -16
x^2+8x+16 = 0
(x+4)(x+4) = 0
x = -4 with multiplicity 2
==================================
---------------
3x^2=2x+5
3x^2-2x-5 = 0
3x^2-5x+3x-5 = 0
x(3x-5)+ (3x-5) = 0
(3x-5)(x+1) = 0
x = 5/3 or x = -1
=========================
Cheers,
Stan H.
=============