document.write( "Question 5126: Solve and show steps to answer\r
\n" );
document.write( "\n" );
document.write( "15/x- 15/x-2 = -2 \n" );
document.write( "
Algebra.Com's Answer #2629 by guapa(62) ![]() You can put this solution on YOUR website! 15/x - 15/(x-2)= -2 First we have to make a restriction to avoid division by 0. \n" ); document.write( "x cannot be 0 or 2. \n" ); document.write( "We nee to find the LCD to clear the equation of all fractions. In this case the LCD is x(x-2) \n" ); document.write( "So we get: 15(x-2)- 15x= -2x(x-2) \n" ); document.write( "15x-30-15x=-2x²+4x \n" ); document.write( "2x²-4x-30=0 \n" ); document.write( "x²-2x-15=0 \n" ); document.write( "x²-5x+3x-15=0 \n" ); document.write( "x(x-5)+3(x-5)=0 \n" ); document.write( "(x+3)(x-5)=0 \n" ); document.write( "x+3=0, x=-3 \n" ); document.write( "x-5=0, x=5 \n" ); document.write( "The solution set is {-3,5} \n" ); document.write( "Both solutions are possible since we made the restriction of 0 and 2. \n" ); document.write( " |