document.write( "Question 324708: Solve the equation 2^x-1 = 8. Give solution in fractional form. \r
\n" );
document.write( "\n" );
document.write( "Can you show me how you come up with the answer so I can figure out how to do it. The sample my teacher gave us is nothing like this problem. Thanks for you help. \n" );
document.write( "
Algebra.Com's Answer #232465 by Alan3354(69443) You can put this solution on YOUR website! Solve the equation 2^x-1 = 8 \n" ); document.write( "2^x = 7 \n" ); document.write( "x*log(2) = log(7) \n" ); document.write( "x = log(7)/log(2) \n" ); document.write( "x =~ 2.807355 \n" ); document.write( " \n" ); document.write( " |