document.write( "Question 458028: 6x^3=3x-7x^2 \n" ); document.write( "
Algebra.Com's Answer #314173 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! You can factor out x so one solution is x=0 \n" ); document.write( "6x^3+7x^2-3x=0 \n" ); document.write( "x*(6x^2+7x-3)=0 \n" ); document.write( "you want factors of -18 which add up to 7 \n" ); document.write( "9 and -2 \n" ); document.write( "6x^2-2x+9x-3=0 \n" ); document.write( "2x*(3x-1)+3*(3x-1)=0 \n" ); document.write( "(2x+3)*(3x-1)=0 \n" ); document.write( "x=-3/2 \n" ); document.write( "x=1/3 \n" ); document.write( "and x=0 \n" ); document.write( " \n" ); document.write( " |