document.write( "Question 1012139: Good evening to all
\n" ); document.write( "I have some difficult to understand the difference between following
\n" ); document.write( "two logarithmic equations
\n" ); document.write( "a) log2(x^2 - 4x) =5 with solutions x=-4 V x=8
\n" ); document.write( "b) log2(x) + log2(x-4) = 5 with only one solution x = 8
\n" ); document.write( "As I know from log. properties the sum of 2 logarithms is the product of the
\n" ); document.write( "arguments, so equation b) gives the product of arguments x^2 - 4x
\n" ); document.write( "Where do I wrong?
\n" ); document.write( "My thanks in advance
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #627987 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
log2(x) + log2(x-4) = 5
\n" ); document.write( "log2 (x^2-4x)=5
\n" ); document.write( "raise everything to the 2 power
\n" ); document.write( "x^2-4x=32
\n" ); document.write( "x^2-4x-32=0
\n" ); document.write( "(x-8)(x+4)=0
\n" ); document.write( "x=8, -4, but can't take a log of a negative number so there is only one solution.
\n" ); document.write( "If the log is of (x^2-4x), then x=-4 works.
\n" ); document.write( "As soon as you multiply the two together, you have slightly changed the form of the equation. With quadratics and logs, it is necessary to put the root found back into the original equation to see if it works. Often, one does not.
\n" ); document.write( "
\n" );