document.write( "Question 1000716: 8^(x+3)=9^x
\n" );
document.write( "x=52.965 but please explain how to get there. \n" );
document.write( "
Algebra.Com's Answer #618052 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From 8^(x+3)=9^x, apply laws of logs to get \n" ); document.write( "log(8^(x+3))=log(9^x) \n" ); document.write( "and \n" ); document.write( "(x+3)log8 = xlog9 \n" ); document.write( "xlog8 + 3 log 8 = x log 9 \n" ); document.write( "Collect like terms and solve for x... \n" ); document.write( "xlog8-xlog9 = - 3log8 \n" ); document.write( "x(log8-log9)=-3log8 \n" ); document.write( "x = -3log8 / (log8-log9) \n" ); document.write( "Now plug in values \n" ); document.write( "x = -3(.903)/(.903-.954) \n" ); document.write( "x = 52.965 \n" ); document.write( " |