document.write( "Question 873686: How to solve 8x^2+8x+2 \n" ); document.write( "
Algebra.Com's Answer #527037 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Use quadratic formula to solve 8x^2+8x+2
\n" ); document.write( "x = (-b + or - square root(b^2 - 4ac) / 2*a
\n" ); document.write( "x = (-8 + square root(8^2 - 4*8*2) / 2*8
\n" ); document.write( "x = (-8 - square root(8^2 - 4*8*2) / 2*8
\n" ); document.write( "note that the square root term is 0, therefore we have one solution
\n" ); document.write( "x = -8 / 16 = -1/2
\n" ); document.write( "
\n" ); document.write( "
\n" );