document.write( "Question 714093: Which of the following are solutions to the quadratic equation? Check all that apply.\r
\n" );
document.write( "\n" );
document.write( "2x2 + 7x - 2 = - x2 + 2x \n" );
document.write( "
Algebra.Com's Answer #438694 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First we need one side to be zero. Subtracting the entire right side from both sides we get: \n" ); document.write( " \n" ); document.write( "Now we factor (or use the Quadratic Formula). This factors without too much difficulty: \n" ); document.write( "(3x-1)(x+2) = 0 \n" ); document.write( "From the Zero Product Property: \n" ); document.write( "3x-1 = 0 or x+2 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = 1/3 or x = -2 \n" ); document.write( " |