document.write( "Question 732579: Solve the logarithmic equation.reject any value of x that is not in the domain of the original logarithmic expression. log (x + 16) = log x + log 16 \n" ); document.write( "
Algebra.Com's Answer #447915 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Righthand side is log(x*16), so the equation shown can be same as log(x+16)=log(16*x). Meaning is x+16=16x. \n" ); document.write( "x-16x=-16 \n" ); document.write( "-15x=-16 \n" ); document.write( "x=16/15 \n" ); document.write( " |