document.write( "Question 453194: Rewrite 12^(x+1) = 5^(x) as an exact value using logarithms. \n" ); document.write( "
Algebra.Com's Answer #311682 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Rewrite 12^(x+1) = 5^(x) as an exact value using logarithms. \n" ); document.write( "(x+1)log12=xlog5 \n" ); document.write( "xlog12+log12=xlog5 \n" ); document.write( "xlog12-xlog5=-log12 \n" ); document.write( "x(log12-log5)=-log 12 \n" ); document.write( "x=-log12/(log12-log5) \n" ); document.write( " |