document.write( "Question 237006: Solve for x: If log8 (x – 6) + log8 (x + 6) = 2, then x = \n" ); document.write( "
Algebra.Com's Answer #174347 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! You have a logarithmic equation with the variable in the argument(s). To solve such equations you want to transform the equation into one of the following forms: \n" ); document.write( "log(some-expression-with-a-variable) = some-other-expression \n" ); document.write( "or \n" ); document.write( "log(some-expression-with-a-variable) = log(some-other-expression) \n" ); document.write( "In other words, we want the logarithms to be the only thing on that side of the equation. \n" ); document.write( "Since your equation has 3 terms, the 2 logs and 2, there is no way using simple Algebra to isolate both logs. But we have the properties of logarithms we can use. The one we need, \n" ); document.write( " \n" ); document.write( "And in one step we have transformed the equation into the first of the two desired forms. From here, we rewrite the equation in exponential form. This will allow us to \"extract\" the variable from the log(s). \n" ); document.write( " \n" ); document.write( "Simplifying we get: \n" ); document.write( " \n" ); document.write( "We have a quadratic equation. So we'll get one side equal to zero: \n" ); document.write( " \n" ); document.write( "Factor: \n" ); document.write( " \n" ); document.write( "And, since this (or any) product can be zero only if one of the factors is zero: \n" ); document.write( "x+10 = 0 or x-10=0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = -10 or x = 10 \n" ); document.write( "And finally, with logarithmic equations, we need to check our answers. \n" ); document.write( "Checking x = -10: \n" ); document.write( " \n" ); document.write( "We must reject -10 as a solution because it makes the arguments of the logs negative and arguments of logs can never be negative. (Note: Even if only one argument turned out negative we would still have to reject the solution.) \n" ); document.write( "Checking x = 10: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Using the property to combine the logs: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Rewriting in exponential form: \n" ); document.write( " \n" ); document.write( "Simplifying: \n" ); document.write( " \n" ); document.write( "So there is only one solution: x = 10. \n" ); document.write( " |