document.write( "Question 1148870: In(x+3)-In(3x)=0 \n" ); document.write( "
Algebra.Com's Answer #770190 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "note: those uppercase \"i\"s should be the letter \"L\" instead. The notation Ln or LN refers to the natural log. It's unfortunate that the lowercase \"L\" looks almost identical to uppercase \"i\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Log Rules: \n" ); document.write( "1. Ln(x) - Ln(y) = Ln(x/y) \n" ); document.write( "2. If Ln(x) = y, then x = e^y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve for x: \n" ); document.write( "Ln(x+3) - Ln(3x) = 0 \n" ); document.write( "Ln[(x+3)/(3x)] = 0 ... use rule 1 \n" ); document.write( "(x+3)/(3x) = e^0 ... use rule 2 \n" ); document.write( "(x+3)/(3x) = 1 \n" ); document.write( "x+3 = 1(3x) .... multiply both sides by 3x \n" ); document.write( "x+3 = 3x \n" ); document.write( "x+3-x = 3x-x ... subtract x from both sides \n" ); document.write( "3 = 2x \n" ); document.write( "2x = 3 \n" ); document.write( "2x/2 = 3/2 ... divide both sides by 2 \n" ); document.write( "x = 3/2 \n" ); document.write( "x = 1.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer as a fraction is x = 3/2 \n" ); document.write( "In decimal form, that is equivalent to x = 1.5 \n" ); document.write( " \n" ); document.write( " |