document.write( "Question 1103116: I have this exponential equation that I cannot seem to solve:\r
\n" );
document.write( "\n" );
document.write( "5^x = 4^x+1\r
\n" );
document.write( "\n" );
document.write( "I didn't get very far; here's my lame attempt:\r
\n" );
document.write( "\n" );
document.write( "log5^x = log4^x+1
\n" );
document.write( "xlog5 = (x+1) log4\r
\n" );
document.write( "\n" );
document.write( "and that's about it. I don't know if I should distribute the log4 over the (x+1) or what. I know the answer is log4/log5/4 (\"log 4 divided by log 5/4\"), but I don't know how to get there. Can you help?
\n" );
document.write( "Thank you\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #717793 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(Note that the given equation, as you show it, is 5^x = 4^x + 1, or \n" ); document.write( "You have done all you can do with the logarithms; now you have an equation in just x which you can solve. \n" ); document.write( "Yes; distribute. Then solve for x (hint gather all the terms with x on one side of the equation). \n" ); document.write( "Then note that the given answer, \n" ); document.write( "When you finish solving your equation for x, that is exactly what you should get. \n" ); document.write( " |