document.write( "Question 968565: Simplify the expression.
\n" );
document.write( "(5/6)log𝑥+(2/3)log𝑦−(1/2)log𝑥−log𝑦\r
\n" );
document.write( "\n" );
document.write( "I know that the answer is log cube root of (x/y) but I'm not sure how to get to that answer. Thank you! \n" );
document.write( "
Algebra.Com's Answer #591902 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Simplify the expression. \n" ); document.write( "(5/6)log𝑥+(2/3)log𝑦−(1/2)log𝑥−log𝑦 \n" ); document.write( "log(x^(5/6)y^(2/3)/x^(1/2)y) \n" ); document.write( "log(x^1/3/y^1/3) \n" ); document.write( "log(x/y)^1/3 \n" ); document.write( " |