document.write( "Question 958315: Solve the given logarithmic equation.
\n" );
document.write( "log2 x + log2(10 − x) = 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #585674 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! log2 (x) + log2(10 - x) = 4 \n" ); document.write( "log2 (x) + log2(10 - x) = log2(16) \n" ); document.write( "x(10-x) = 16 \n" ); document.write( "10x - x^2 = 16 \n" ); document.write( "-x^2 + 10x = 16 \n" ); document.write( "-x^2 + 10x -16 = 0 \n" ); document.write( "x^2 -10x + 16 = 0 \n" ); document.write( "(x - 8)(x - 2) = 0 \n" ); document.write( "x = 8 or x = 2 \n" ); document.write( " \n" ); document.write( " |