document.write( "Question 1166083: Log(10+9x)-log(11-x)=2 \n" ); document.write( "
Algebra.Com's Answer #790553 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! I'm assuming log here means log base 10 \n" ); document.write( "Using the rule log(a) - log(b) = log(a/b) we have: \n" ); document.write( "log((10+9x)/(11-x)) = 2 \n" ); document.write( "To eliminate the logarithm, we use the exponential form: \n" ); document.write( "10^(log((10+9x)/(11-x))) = 10^2 \n" ); document.write( "(10+9x)/(11-x) = 100 \n" ); document.write( "Solving for x gives 1100 - 100x = 10 + 9x -> 109x = 1090 -> x = 10 \n" ); document.write( "Check: log(10+90) - log(1) = 2 \n" ); document.write( " |