document.write( "Question 739894: Solve for x.\r
\n" );
document.write( "\n" );
document.write( "log(base2)(x - 6) + log(base2)(x - 4) = log(base2)x \n" );
document.write( "
Algebra.Com's Answer #451427 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve for x. \n" ); document.write( "log(base2)(x - 6) + log(base2)(x - 4) = log(base2)x \n" ); document.write( "*** \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x=(x-6)(x-4) \n" ); document.write( "x=x^2-10x+24 \n" ); document.write( "x^2-11x+24=0 \n" ); document.write( "(x-8)(x-3)=0 \n" ); document.write( "x=8 \n" ); document.write( "or \n" ); document.write( "x=3(reject, (x-6)>0) \n" ); document.write( " \n" ); document.write( " |