document.write( "Question 36198: Write each expression in terms of sums, differences, and multiples of logarithms of the variables.
\n" );
document.write( "a)log base2 x^2 y^4/z^3 w^5
\n" );
document.write( "b)ln x^2 multiplied by the cube root of x+4 \n" );
document.write( "
Algebra.Com's Answer #22180 by venugopalramana(3286) You can put this solution on YOUR website! USE FORMULAE \n" ); document.write( "LOG(AB)=LOG(A)+LOG(B) \n" ); document.write( "LOG(A/B)=LOG(A)-LOG(B) \n" ); document.write( "LOG(X^N)=N*LOG(X) \n" ); document.write( "Write each expression in terms of sums, differences, and multiples of logarithms of the variables. \n" ); document.write( "a)log base2 x^2 y^4/z^3 w^5=LOG(X^2)+LOG(Y^4)-LOG(Z^3)-LOG(W^5)....ALL TO COMMON BASE 2 AND HENCE IS OMITTED IN TYPING. \n" ); document.write( "=2LOG(X)+4LOG(Y)-3LOG(Z)-5LOG(W).ALL LOGS TO BASE 2 \n" ); document.write( "b)ln x^2 multiplied by the cube root of x+4=LN(X^2)+LN{(X+4)^1/3} \n" ); document.write( "=2LN(X)-{LN(X+4)}/3 \n" ); document.write( " |