document.write( "Question 39241: simplify the expression\r
\n" );
document.write( "\n" );
document.write( "x+3 2x-5
\n" );
document.write( "--- + ---
\n" );
document.write( "x+1 x-2 \n" );
document.write( "
Algebra.Com's Answer #24694 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "x+3 2x-5 \n" ); document.write( "--- + --- \n" ); document.write( "x+1 x-2 \n" ); document.write( "we can use what I call \"the criss-cross method\" \n" ); document.write( "A C AD + BC \n" ); document.write( "- + - = ------- \n" ); document.write( "B D BD \n" ); document.write( "and so we get \n" ); document.write( "[(x+3)(x-2) + (2x-5)(x+1)] / (x+1)(x-2) = \n" ); document.write( "[x^2 + x - 6 + 2x^2 - 3x - 5] / (x+1)(x-2) = \n" ); document.write( "(3x^2 - 2x - 11) / (x+1)(x-2) \n" ); document.write( " |