document.write( "Question 734411: Subtract
\n" );
document.write( "2) 3x/x^2+3x-10 - 2x/x^2+x-6 \n" );
document.write( "
Algebra.Com's Answer #448932 by rothauserc(4718) You can put this solution on YOUR website! Fist step is to make all fractions have the same denominator,\r \n" ); document.write( "\n" ); document.write( " (3x+(3x-10)*x^2) / X^2 - (2x+(x-6)*x^2) / x^2)\r \n" ); document.write( "\n" ); document.write( "we can now combine numerators over the denominator x^2\r \n" ); document.write( "\n" ); document.write( " (3x+(3x-10)*x^2 - 2x + (x-6)*X^2) / x^2\r \n" ); document.write( "\n" ); document.write( "multiply the x^2 term in the numerator\r \n" ); document.write( "\n" ); document.write( "(3x+3x^3-10x^2-2x-2x^3+6x^2) / x^2\r \n" ); document.write( "\n" ); document.write( "combine like terms in numerator\r \n" ); document.write( "\n" ); document.write( " (x^3-4x^2+x) / x^2\r \n" ); document.write( "\n" ); document.write( "reduce by x\r \n" ); document.write( "\n" ); document.write( "(x^2-4x+1) / x is the solution\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |