document.write( "Question 590330: What its the solution for 2^x=3 \n" ); document.write( "
Algebra.Com's Answer #375107 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What its the solution for 2^x=3 \n" ); document.write( "----------------- \n" ); document.write( "you could say \"solve for x\" \n" ); document.write( "--------- \n" ); document.write( "2^x=3 \n" ); document.write( "x*log(2) = log(3) \n" ); document.write( "x = log(3)/log(2) \n" ); document.write( "x =~ 1.58496 \n" ); document.write( " |