document.write( "Question 645596: I need to solve for x. 450=150*2^(x/12) \n" ); document.write( "
Algebra.Com's Answer #405552 by Alan3354(69443) You can put this solution on YOUR website! 450=150*2^(x/12) \n" ); document.write( "------------ \n" ); document.write( "3 = 2^(x/12) \n" ); document.write( "(x/12)*log(2) = log(3) \n" ); document.write( "x = 12*log(3)/log(2) \n" ); document.write( " |