document.write( "Question 855209: Log(x+2) - log(x-1) = logx - log(x+3) \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "Log(x+2) - log(x-1) - logx + log(x+3)= 0\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "Log (x+2)(x+3)/x(x-1) = 0 \n" ); document.write( " (x+2)(x+3)/x(x-1) = 10^0 = 1\n" ); document.write( " (x+2)(x+3)= x(x-1) \n" ); document.write( " x^2 + 5x + 6 = x^2 - x\n" ); document.write( " 6x= -6\n" ); document.write( " x = -1 Extraneous solution\n" ); document.write( " NO solution\n" ); document.write( " \n" ); document.write( "