document.write( "Question 1002254: What is the exact solution of the equation \r
\n" );
document.write( "\n" );
document.write( "log4 = 1+log(x+1) \n" );
document.write( "
Algebra.Com's Answer #619238 by dkppathak(439) You can put this solution on YOUR website! What is the exact solution of the equation \n" ); document.write( "log4 = 1+log(x+1)\r \n" ); document.write( "\n" ); document.write( "solution \n" ); document.write( " we know log10=1 substitute 1= log10\r \n" ); document.write( "\n" ); document.write( "log4 = 1+log(x+1) \n" ); document.write( "log4= log10 +log(x+1) by using law log m +logn =log (mn) \n" ); document.write( "log 4= log[10(x+1)] by anti log \n" ); document.write( "4=10(x+1) \n" ); document.write( "4/10 = x+1 \n" ); document.write( "0.4 =x+1 \n" ); document.write( "x=0.4-1=-0.6 \n" ); document.write( " |