document.write( "Question 939399: I've got the following equation\r
\n" );
document.write( "\n" );
document.write( "x + 300 * 2^(x/7.0) = 332.0 (this should be floored)\r
\n" );
document.write( "\n" );
document.write( "And I've been trying to figure out how to solve for x \n" );
document.write( "
Algebra.Com's Answer #572570 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x + 300 * 2^(x/7.0) = 332.0 \n" ); document.write( "I think you will have to use a graphing calc to find x here \n" ); document.write( "Enter y: x + 300(2^(x/7)) - 332 \n" ); document.write( "Looks like this \n" ); document.write( " \n" ); document.write( "x has to be very close to 1 \n" ); document.write( "Check it when x = 1 on your calc \n" ); document.write( "1 + 300(2^(1/7)) = 332.226, is that close enough? \n" ); document.write( ": \n" ); document.write( "My calc says x = .99328586 \n" ); document.write( " |