document.write( "Question 147018: Solve and check each of the following for X:\r
\n" );
document.write( "\n" );
document.write( "[5/(x-2)]+[6/(x+2)]=2 \n" );
document.write( "
Algebra.Com's Answer #107389 by edjones(8007)![]() ![]() You can put this solution on YOUR website! [5/(x-2)]+[6/(x+2)]=2 \n" ); document.write( "5(x+2)+6(x-2)=2(x^2-4) Multiply each side by (x+2)(x-2) to eliminate fractions. \n" ); document.write( "5x+10+6x-12=2x^2-8 \n" ); document.write( "11x-2=2x^2-8 \n" ); document.write( "2x^2-11x-6=0 \n" ); document.write( "2x^2-12x+x-6=0 \n" ); document.write( "2x(x-6)+(x-6)=0 Factoring by grouping. \n" ); document.write( "(2x+1)(x-6)=0 \n" ); document.write( "2x=-1 \n" ); document.write( "x=-1/2 \n" ); document.write( "x=6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |