document.write( "Question 848902: Given that a,b,c, form a geometric sequence,show that loga:logb:logc form an arthimetic sequence \n" ); document.write( "
Algebra.Com's Answer #511356 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
log a, log b, log c are in arithmetic progression iff 2 log b = log a + log c <--> log (b^2) = log ac (by logarithmic properties) <--> b^2 = ac, since the log function is one-to-one.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note that b^2 = ac holds iff a/b = b/c, which is the criterion for a geometric sequence. We are assuming all terms are positive (although the statement should hold if a,b,c are negative, except log a, etc. is complex).
\n" ); document.write( "
\n" );