document.write( "Question 618110: Solve by factoring 4x^2+8x-5=0\r
\n" );
document.write( "\n" );
document.write( "4x²+8x-5 = 0
\n" );
document.write( "4x²+10x-2x-5 = 0
\n" );
document.write( "(4x²-2x)+(10x-5)
\n" );
document.write( "2x(2x-1)+5(2x-1)
\n" );
document.write( "(2x+5)(2x-1)
\n" );
document.write( "This is my answer but my instructor says \"you need to solve for x. You factored correctly, but now you need to set each factor = 0 and solve for x\". Confused. \n" );
document.write( "
Algebra.Com's Answer #388703 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Solve by factoring 4x^2+8x-5=0 \n" ); document.write( "4x²+8x-5 = 0 \n" ); document.write( "4x²+10x-2x-5 = 0 \n" ); document.write( "(4x²-2x)+(10x-5) \n" ); document.write( "2x(2x-1)+5(2x-1) \n" ); document.write( "(2x+5)(2x-1) \n" ); document.write( "This is my answer but my instructor says \"you need to solve for x. You factored correctly, but now you need to set each factor = 0 and solve for x\". Confused. \n" ); document.write( ". \n" ); document.write( "The last three lines should STILL be set to zero: \n" ); document.write( "(4x²-2x)+(10x-5) = 0 \n" ); document.write( "2x(2x-1)+5(2x-1) = 0 \n" ); document.write( "(2x+5)(2x-1) = 0 \n" ); document.write( ". \n" ); document.write( "Now, because you have: \n" ); document.write( "(2x+5)(2x-1) = 0 \n" ); document.write( "IF the left term in parenthesis is zero the statement would be true. \n" ); document.write( "Similarly, if you the right term in parenthesis is zero the statement is also true. \n" ); document.write( ". \n" ); document.write( "So, solve for x by setting each term to zero: \n" ); document.write( "Left term: \n" ); document.write( "2x+5 = 0 \n" ); document.write( "2x = -5 \n" ); document.write( "x = -5/2 (one solution) \n" ); document.write( ". \n" ); document.write( "Right term: \n" ); document.write( "2x-1 = 0 \n" ); document.write( "2x = 1 \n" ); document.write( "x = 1/2 (second solution) \n" ); document.write( ". \n" ); document.write( "Answer: x = {-5/2, 1/2} \n" ); document.write( " \n" ); document.write( " |