document.write( "Question 858245: If a,b,c are three consecutive integers, prove that log(1+ac)=2logb. \n" ); document.write( "
Algebra.Com's Answer #517131 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If a,b,c are three consecutive integers, prove that \n" ); document.write( "log(1+ac)=2logb. \n" ); document.write( "log(1+ac)=logb^2 \n" ); document.write( "b^2=1+ac \n" ); document.write( ".. \n" ); document.write( "let a=1st consecutive integer=a \n" ); document.write( "a+1=2nd consecutive integer=b \n" ); document.write( "a+2=3rd consecutive integer=c \n" ); document.write( ".. \n" ); document.write( "(a+1)^2=1+a(a+2) \n" ); document.write( "a^2+2a+1=1+a^2+2a \n" ); document.write( "verified: log(1+ac)=2logb \n" ); document.write( " |