document.write( "Question 108463: solve for x .
\n" );
document.write( " log(x+7)-logx=3 \n" );
document.write( "
Algebra.Com's Answer #79106 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! log(x+7)-logx=3 \n" ); document.write( "---------------- \n" ); document.write( "log [(x+7)/x] = 3 \n" ); document.write( "(x+7)/x = 10^3 \n" ); document.write( "x+5 = 1000x \n" ); document.write( "999x = 5 \n" ); document.write( "x = 0.0050505.... \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |