document.write( "Question 619317: Solve the logarithmic equation: log(x+1)+log(x-1)=log3 \n" ); document.write( "
Algebra.Com's Answer #389563 by sophxmai(62)![]() ![]() You can put this solution on YOUR website! Using the rule loga+logb=logab\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(x+1)+log(x-1)=log3 \n" ); document.write( "log[(x+1)*(x-1)]=log3 \n" ); document.write( "log(x^2-x+x-1)=log3 \n" ); document.write( "log(x^2-1)=log3 \n" ); document.write( "10^[log(x^2-1)]=10^log3 \n" ); document.write( "x^2-1=3 \n" ); document.write( "x^2=4 \n" ); document.write( "x=sqrt4 \n" ); document.write( "x=+2,-2 \n" ); document.write( " |