document.write( "Question 707678: If a,b,c are three consecutive integers, prove that log(1+ac)=2logb \n" ); document.write( "
| Algebra.Com's Answer #435814 by stanbon(75887)      You can put this solution on YOUR website! If a,b,c are three consecutive integers, prove that log(1+ac)=2logb \n" ); document.write( "----- \n" ); document.write( "1st: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x+1 \n" ); document.write( "------ \n" ); document.write( "log(1+((x-1)(x+1)) = 2(log(x)) \n" ); document.write( "--- \n" ); document.write( "log(1 + x^2-1) = 2log(x) \n" ); document.write( "--- \n" ); document.write( "log(x^2) = log(x^2) \n" ); document.write( "======================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |