document.write( "Question 473893: Can you please help me solve this equation using a calculator and tell me the answer?\r
\n" );
document.write( "\n" );
document.write( "5^(x)=8^(2x-1)\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #325020 by Alan3354(69443) You can put this solution on YOUR website! 5^(x)=8^(2x-1) \n" ); document.write( "x*log(5) = (2x-1)*log(8) = 2x*log(8) - log(8) \n" ); document.write( "2x*log(8) - x*log(5) = log(8) \n" ); document.write( "x(log(64) - log(5)) = log(8) \n" ); document.write( "x*log(64/5) = log(8) \n" ); document.write( "x = log(8)/log(12.8) \n" ); document.write( "x =~ 0.81564 \n" ); document.write( " |