document.write( "Question 643402: How do you solve the equation:\r
\n" );
document.write( "\n" );
document.write( "9/7Log2(x)= 7 \n" );
document.write( "
Algebra.Com's Answer #404469 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I'm going to assume you mean log base 2: \n" ); document.write( "9/7Log2(x)= 7 \n" ); document.write( "multiplying both sides by 7: \n" ); document.write( "9Log2(x)= 49 \n" ); document.write( "dividing both sides by 9: \n" ); document.write( "Log2(x)= 49/9 \n" ); document.write( "x = 2^(49/9) \n" ); document.write( "x = 43.545 (approximately) \n" ); document.write( " |