document.write( "Question 46919: Solve the equation ln(x + 5) - ln(3)=ln(x-3). \n" ); document.write( "
Algebra.Com's Answer #31064 by mathchemprofessor(65)![]() ![]() You can put this solution on YOUR website! ln(x+5)-ln3=ln(x-3) \n" ); document.write( "Using quotient property in ln, \n" ); document.write( "ln((x+5)/3)=ln(x-3) \n" ); document.write( "(x+5)/3=x-3 \n" ); document.write( "x+5=3(x-3) \n" ); document.write( "x+5=3x-9 \n" ); document.write( "5+9=3x-x \n" ); document.write( "14=2x \n" ); document.write( "x=7 \n" ); document.write( " |