document.write( "Question 28852: How do I get the least common denominator out of these 2 fractions?
\n" );
document.write( "4/x-3+2/3-x \n" );
document.write( "
Algebra.Com's Answer #15764 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You have to see that 3-x=-(x-3) \n" ); document.write( "So rewriting the equation you get: \n" ); document.write( "4/(x-3) -2/(x-3) \n" ); document.write( "The common denominator is (x-3) \n" ); document.write( "The result is 2/(x-3) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |