document.write( "Question 935279: Simplify the following : log a/b + log (a/b)^-1 \n" ); document.write( "
Algebra.Com's Answer #568457 by Alan3354(69443) You can put this solution on YOUR website! log a/b + log (a/b)^-1 \n" ); document.write( "= log(a/b) + log (b/a) \n" ); document.write( "= log(a*b/a*b) \n" ); document.write( "= log(1) \n" ); document.write( "= 0 (with the restriction that a <> 0 and b <> 0) \n" ); document.write( " |