document.write( "Question 46921: 1. What are the 2 solutions of the equation 2x(squared)+2x = 4-x?\r
\n" );
document.write( "\n" );
document.write( "I tried factoring subtracting 4 from both sides and factoring out the left side but couldn't come up with the correct answer. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #804964 by CubeyThePenguin(3113) You can put this solution on YOUR website! 2x^2 + 2x = 4 - x \n" ); document.write( "2x^2 + 3x - 4 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = (-3 +- sqrt(9 - 4(2)(-4)))/(2 * 2) \n" ); document.write( "= (-3 +- sqrt(41))/4 \n" ); document.write( " |