document.write( "Question 447643: Express in terms of logarithms of a,b, and c:
\n" );
document.write( "log (a^1/3 b^1/2) / c \n" );
document.write( "
Algebra.Com's Answer #308149 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! log (a^1/3 b^1/2) /c \n" ); document.write( "= log (a^1/3 b^1/2) - log c \n" ); document.write( "= log a^1/3 + log b^1/2 - log c \n" ); document.write( "= 1/3*log a + 1/2*log b - log c \n" ); document.write( " |