document.write( "Question 44843: I need to solve the equation for x.
\n" );
document.write( "log(2,x)=7\r
\n" );
document.write( "\n" );
document.write( "I believe the answer is x=128 \n" );
document.write( "
Algebra.Com's Answer #29716 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! log(2,x) = 7 \n" ); document.write( "x = 2^7 \n" ); document.write( "x = 128 \n" ); document.write( " |