document.write( "Question 41829: Please show me how to simplify this:\r
\n" );
document.write( "\n" );
document.write( "2 + 1/x-5
\n" );
document.write( "__________
\n" );
document.write( "3- 2/x-5 \n" );
document.write( "
Algebra.Com's Answer #27090 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To simplify complex fractions, multiply top and bottom by the LCD...here that is x-5, so we get \n" ); document.write( "2 + 1/x-5 \n" ); document.write( "__________ \n" ); document.write( "3- 2/x-5 \n" ); document.write( "which becomes \n" ); document.write( "[2(x-5) + 1] / [3(x-5) - 2] = \n" ); document.write( "(2x - 9) / (3x - 17) \n" ); document.write( " |