document.write( "Question 1094566: could you please help me evaluate this expression
\n" );
document.write( "log(base 3) (12) - log(base3) (28) + log(base3) (63) \r
\n" );
document.write( "\n" );
document.write( "I'm usually pretty good at these types of questions but my answer bing 4.5 was wrong \n" );
document.write( "
Algebra.Com's Answer #709126 by addingup(3677)![]() ![]() You can put this solution on YOUR website! You need to apply the change-of-base formula. For your calculations, you can use ln or log_10 as long as you use the same base for both numerator and denominator. I used ln, but either will give you the same result: \n" ); document.write( "log_b(x) = (log_d(x))/(log_d(b) \n" ); document.write( "log_3(12) = (ln(12))/(ln(3)) = 2.261 \n" ); document.write( "log_3(28) = (ln(28))/(ln(3)) = 3.033 \n" ); document.write( "log_3(63) = (ln(63))/(ln(3)) = 3.771 \n" ); document.write( "2.261-3.033+3.771 = 2.999 (the answer is probably 3 because of decimal rounding) \n" ); document.write( " \n" ); document.write( " |