document.write( "Question 584722: find the value(s) of x if 2log3x = log3 (x+6) \n" ); document.write( "
Algebra.Com's Answer #372854 by Schaman_Dempster(26) You can put this solution on YOUR website! 2log3x = log3 (x+6)\r \n" ); document.write( "\n" ); document.write( "Using the property of logarithm such that n log a = log a^n\r \n" ); document.write( "\n" ); document.write( "log3 x^2 = log3 (x+6)\r \n" ); document.write( "\n" ); document.write( "Since the logs on both the sides have same bases, they can be canceled out.\r \n" ); document.write( "\n" ); document.write( "So, x^2 = x + 6 \n" ); document.write( " x^2 - x - 6 =0\r \n" ); document.write( "\n" ); document.write( "Now, factoring by regrouping: \n" ); document.write( " \n" ); document.write( " x^2 - 3x + 2x -6 = 0 \n" ); document.write( " x(x -3) + 2(x-3) = 0 \n" ); document.write( "(x-3) (x +2) = 0 \n" ); document.write( "x = 3 , x =-2\r \n" ); document.write( "\n" ); document.write( "Since originally we had the term 2 log3 x..which shows that x should always be greater than 0 {Because log of negative number is not defined}\r \n" ); document.write( "\n" ); document.write( "Thus, x = 3\r \n" ); document.write( "\n" ); document.write( "Hope this helps~! \n" ); document.write( " |