document.write( "Question 605684: Write the following expression as a sum and/or difference of logarithms
\n" );
document.write( "log((cube root x^2+1)/(x^2-1)) \n" );
document.write( "
Algebra.Com's Answer #381761 by lawdej(58)![]() ![]() You can put this solution on YOUR website! log((cube root x^2+1)/(x^2-1)) \n" ); document.write( "=log(cube root x^2+1)-log(x^2-1)=log(cube root x^2+1)-log((x-1)(x+1)) \n" ); document.write( "=log(cube root x^2+1)-(log(x-1)+log(x+1)) \n" ); document.write( " |