document.write( "Question 1087851: simplify the following expression as far as possible: \r
\n" );
document.write( "\n" );
document.write( "two x squared minus ( x plus three) minus two x (one minus x) \n" );
document.write( "
Algebra.Com's Answer #702217 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! simplify the following expression as far as possible: \n" ); document.write( " two x squared minus ( x plus three) minus two x (one minus x) \n" ); document.write( "Assume it is \n" ); document.write( "2x^2 - (x+3) - 2x(1-x) \n" ); document.write( "distribute \n" ); document.write( "2x^2 - x - 3 - 2x + 2x^2 \n" ); document.write( "combine like terms \n" ); document.write( "4x^2 - 3x - 3 \n" ); document.write( " |