document.write( "Question 407913: solve the equation (2^x).(2^x+1)=10 correct to 3decimal places
\n" );
document.write( "im getting my answer as 1.161 but it dont tally when i substitute the value for x pliz help \n" );
document.write( "
Algebra.Com's Answer #287432 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! To solve the equation (2^x).(2^x+1)=10 we first want to try to move the x expression from their exponent positions. The way we will do that is with \n" ); document.write( "log base 2 (check out Log at http://en.wikipedia.org/wiki/Logarithm). \n" ); document.write( "We have that \n" ); document.write( "(2^x).(2^x+1)=10 \n" ); document.write( "LogBase2((2^x)(2^x+1)) = LogBase2(10) \n" ); document.write( "LogBase2(2^x) + LogBase2(2^x+1) = LogBase2(10) \n" ); document.write( "xLogBase2(2) + (x+1)LogBase2(2) = LogBase2(10) \n" ); document.write( "x + x+1 = 3.3219 \n" ); document.write( "2*x = 2.3219 \n" ); document.write( "x = 1.661\r \n" ); document.write( "\n" ); document.write( "You have the answer is 1.161 but I got 1.661 \n" ); document.write( " \n" ); document.write( " |