document.write( "Question 242481: log3 x + log3 (x-24)= 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #177520 by stanbon(75887) ![]() You can put this solution on YOUR website! log3 x + log3 (x-24)= 4 \n" ); document.write( "----------------- \n" ); document.write( "log3[x(x-24)] = 4 \n" ); document.write( "x^2-24x = 3^4 = 81 \n" ); document.write( "--- \n" ); document.write( "x^2 - 24x - 81 = 0 \n" ); document.write( "--- \n" ); document.write( "x^2 - 27x + 3x - 81 = 0 \n" ); document.write( "x(x-27) + 3(x-27) = 0 \n" ); document.write( "(x-27)(x+3) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 27 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |