document.write( "Question 36249: express the logarithm in terms of log2 M and log2 N: log2 cube root of M^2N \n" ); document.write( "
Algebra.Com's Answer #28328 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! log_2 (cbrt (M^2N)) = \n" ); document.write( "(1/3)*(log_2 (M^2N)) = \n" ); document.write( "(1/3)*(log_2 M^2 + log_2 N) = \n" ); document.write( "(1/3)*(2*log_2 M + log_2 N) = \n" ); document.write( "(2/3)*log_2 M + (1/3)*log_2 N \n" ); document.write( " |