document.write( "Question 363403: Please help me to solve the problem:\r
\n" );
document.write( "\n" );
document.write( "Let p= log(base 2)x q= log(base 2)y and r= log(base 2)z. Write the given logarithm in terms of p,q, and r. \r
\n" );
document.write( "\n" );
document.write( "log(base 2)[(y^2*(cube root of (x^2*y))]/z^4 \n" );
document.write( "
Algebra.Com's Answer #259108 by vasumathi(46)![]() ![]() ![]() You can put this solution on YOUR website! log(base 2)[(y^2*(cube root of (x^2*y))]/z^4 \n" ); document.write( "= log(base 2)(y^2) + log(base 2)(cube root of (x^2*y))-log (base 2)(z^4) (USING LAWS OF LOGARITHMS) \n" ); document.write( "2*LOG(BASE 2)y +(1/3)log (base 2)(x^2y)-4 log (base 2)z \n" ); document.write( "=2*LOG(BASE 2)y +(1/3)[log (base 2 )(x^2)+log (base 2)y]-4 log (base 2)z \n" ); document.write( "=2*LOG(base 2)y +(1/3)[ 2 log (base 2 )x +log (base 2)y]-4 log (base 2)z \n" ); document.write( "=2q+(1/3)(2p +q)-4r \n" ); document.write( "=(2/3)p + 2q +(1/3)q - 4r \n" ); document.write( " =(2/3) p + (7/3) q - 4r \n" ); document.write( " \n" ); document.write( " |