document.write( "Question 549638: A great thank you to whoever solve the following problem!!!
\n" );
document.write( "Given that log(base b)(x y^2) = m and log(base b)(x^3 y) = n, express log(base b)(y/x) and log(base b) (x^0.5 y^0.5) in terms of m and n.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #358008 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Given that log(base b)(x y^2) = m and log(base b)(x^3 y) = n, express log(base b)(y/x) and log(base b) (x^0.5 y^0.5) in terms of m and n. \n" ); document.write( "=============================== \n" ); document.write( "For simplification, we will write log(base b) as log \n" ); document.write( "Using the rules of logarithms, we can write: \n" ); document.write( "log(xy^2) = log(x) + 2log(y) = m [1] \n" ); document.write( "log(x^3y) = 3log(x) + log(y) = n [2] \n" ); document.write( "We can use these two equations to solve for log(x) and log(y) in terms of m and n: \n" ); document.write( "Subtract 1/2 the 1st equation from the 2nd: \n" ); document.write( "3log(x) - 1/2log(x) = n - m/2 \n" ); document.write( "5/2log(x) = n - m/2 \n" ); document.write( "log(x) = 2/5(n - m/2) = 1/5(2n - m) \n" ); document.write( "Now use [2] to solve for log(y): \n" ); document.write( "log(y) = n - 3/5(2n - m) -> log(y) = -n/5 + 3m/5 = 1/5(3m - n) \n" ); document.write( "(a) log(y/x) = log(y) - log(x) = 1/5(3m - n) - 1/5(2n - m) = 4m/5 - 3m/5 = 1/5(4m - 3n) \n" ); document.write( "(b) log(x^0.5 y^0.5) = (1/2)log(x) + (1/2)log(y) = 1/10(2n - m) + 1/10(3m - n) = 1/10(n + 2m) \n" ); document.write( " \n" ); document.write( " |