document.write( "Question 924647: log2(x)+log2(x-4)=log2(x+24)
\n" );
document.write( "solve for X \n" );
document.write( "
Algebra.Com's Answer #561331 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! log2(x)+log2(x-4)=log2(x+24) \n" ); document.write( "solve for X \n" ); document.write( "*** \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "base(2) raised to log of number(0)=number(x)(x-4)/(x+24)) \n" ); document.write( "2^0=(x)(x-4)/(x+24)) \n" ); document.write( "(x^2-4x)/(x+24)=1 \n" ); document.write( "(x^2-4x)=(x+24) \n" ); document.write( "x^2-5x-24=0 \n" ); document.write( "(x-8)(x+3)=0 \n" ); document.write( "x=-3 (reject) \n" ); document.write( "x=8 \n" ); document.write( " |