document.write( "Question 729502: I have a question about quadratic equation. I know if you need to square a negative number then it will be that number with an I at the end but we haven't learned that yet so I'm not sure if I'm doing the problem right. Here's what I'm doing:
\n" );
document.write( "4x^2-6x+2=0
\n" );
document.write( "6 plus or minus square root of (-6^2-4(4)(2)over 2(4)
\n" );
document.write( "6 plus or minus square root of (-36-72) over 8
\n" );
document.write( "6 plus of minus square root of (-108) over 8
\n" );
document.write( "Can you tell me what I am doing wrong? Or would the problem be considered non solvable? \n" );
document.write( "
Algebra.Com's Answer #445905 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 4x^2-6x+2=0 \n" ); document.write( "This equation can be factored \n" ); document.write( "Factor out 2 first \n" ); document.write( "2(2x^2 - 3x + 1) = 0 \n" ); document.write( "Factor what's left \n" ); document.write( "(2x - 1)(x - 1) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "2x = 1 \n" ); document.write( "x = 1/2 \n" ); document.write( "and \n" ); document.write( "x = 1 \n" ); document.write( " |