document.write( "Question 961264: Explain why 2^x = 15 cannot always be solved in the same way as 2^x = 16. How would you solve each? \n" ); document.write( "
Algebra.Com's Answer #587436 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Explain why 2^x = 15 cannot always be solved in the same way as 2^x = 16. How would you solve each? \n" ); document.write( "------ \n" ); document.write( "16 is a power of 2, \n" ); document.write( "So 2^x = 2^4 \n" ); document.write( "x = 4 \n" ); document.write( "----------------- \n" ); document.write( "15 is hard to evaluate as a power of 2 \n" ); document.write( "so 2^x = 15 \n" ); document.write( "x*log(2) = log(15) \n" ); document.write( "x = log(15)/log(2) \n" ); document.write( "x = 3.0746 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |