document.write( "Question 734717: Solve the logarithmic equation. Be sure to reject any value of x that is not in the domain of the original logarithmic expression. Give the exact answer.\r
\n" );
document.write( "\n" );
document.write( "log(x+16) = logx+log16 \n" );
document.write( "
Algebra.Com's Answer #449113 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! log(x+16) = log(x) + log(16) \n" ); document.write( "log(x+16) = log(16x) \n" ); document.write( "therefore \n" ); document.write( "x + 16 = 16x \n" ); document.write( "16 = 16x - x \n" ); document.write( "16 = 15x \n" ); document.write( "x = 16/15 \n" ); document.write( " |