document.write( "Question 511788: 1/(x+1) + a/(x^2-1) = x/(x^2-1) to hold for all x, a must equal a #
\n" );
document.write( "simplify the left side of the equation and compare what you get with the right side.\r
\n" );
document.write( "\n" );
document.write( "(1/(x+1))(x^2-1)/(x^2-1) + (a/(x^2-1))(x+1)/(x+1)= (x^2-1)+a(x+1)/((x^2-1)(x+1))
\n" );
document.write( "therefore (ax+a)/(x^3-x) which simplifies to a/(x(x-1))\r
\n" );
document.write( "\n" );
document.write( "but this is not a number... let me know! thanks! \n" );
document.write( "
Algebra.Com's Answer #342401 by John10(297)![]() ![]() You can put this solution on YOUR website! Okay.. your equation is like below: \n" ); document.write( "1/(x + 1) + a/(x^2 - 1) = x/(x^2 - 1) \n" ); document.write( "You know that the LCD is x^2 - 1 = (x - 1)(x + 1) \n" ); document.write( "You multiply both sides by LCD and simplify, you will have the below statement: \n" ); document.write( "1(x - 1) + a = x \n" ); document.write( "x - 1 + a =x \n" ); document.write( "Subtract x from both sides: \n" ); document.write( "x - x - 1 + a = x - x \n" ); document.write( "-1 + a = 0 \n" ); document.write( "a = 1 which is what you are looking for. \n" ); document.write( "John10:) \n" ); document.write( " |