document.write( "Question 33063: How do you solve equations with the following type of exponents?\r
\n" );
document.write( "\n" );
document.write( "2^2n-1=8^n+7\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help. \n" );
document.write( "
Algebra.Com's Answer #19505 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! 2^2n-1=8^n+7 \n" ); document.write( "take logs on both sides \n" ); document.write( "(2n-1)log 2 = (n+7) log 8 \n" ); document.write( "(2n-1)log 2 = (n+7) log(2^3) {8=2^3} \n" ); document.write( "(2n-1)log 2 = 3*(n+7)log 2 ( according to log a^b = blog a) \n" ); document.write( "cancelling log 2 on both sides \n" ); document.write( "(2n-1)= 3*(n+7) \n" ); document.write( "2n - 1 = 3n +21 \n" ); document.write( "n = -22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |