document.write( "Question 36094: complete the square, and find the roots of the quadratic equation.\r
\n" );
document.write( "\n" );
document.write( " x^2 - 2/3x = 0 \n" );
document.write( "
Algebra.Com's Answer #22840 by jcmtnez(53)![]() ![]() ![]() You can put this solution on YOUR website! You don't need to complete the square since x^2-2/3x=0 can be written as follow:\r \n" ); document.write( "\n" ); document.write( "x(x-2/3)=0 Therefore x=0\r \n" ); document.write( "\n" ); document.write( "And x-2/3=0, x=2/3 which is the second solution. \n" ); document.write( " |