document.write( "Question 363163: Solve the following for the value of the variable\r
\n" );
document.write( "\n" );
document.write( "x+3/x-1 = x+2/x-3 \n" );
document.write( "
Algebra.Com's Answer #258904 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! (x + 3)(x - 3) = (x + 2)(x - 1)\r \n" ); document.write( "\n" ); document.write( " X^2 -9 = X^2 + X -2 \n" ); document.write( " -9 = x -2 \n" ); document.write( " X = -9 +2 \n" ); document.write( " X = -7 \n" ); document.write( " |