document.write( "Question 80849: Solve:\r
\n" );
document.write( "\n" );
document.write( "(x/(x+1)) - (x/(x-1))=-16/63
\n" );
document.write( "I tried to multiply each side by the LCD 63(x+1)(x-1) but then everything cancels each other out and I end up with 0=-16. What am I doing wrong? \n" );
document.write( "
Algebra.Com's Answer #58008 by stanbon(75887) ![]() You can put this solution on YOUR website! (x/(x+1)) - (x/(x-1))=-16/63 \n" ); document.write( "Multiply thru -by 63(x+1)(x-1) to get: \n" ); document.write( "63x(x-1) - 63x(x+1) = -16(x^2-1) \n" ); document.write( "-126x = -16x^2+16 \n" ); document.write( "16x^2-126x-16=0 \n" ); document.write( "8x^2-63x-8=0 \n" ); document.write( "x=[63+-sqrt(63^2-4*8*-8)]/16 \n" ); document.write( "x=[63+-sqrt4225]/16 \n" ); document.write( "x=8 or x=-1/8 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |