document.write( "Question 241478: Solve for x: log(x^6)=(log x)^2
\n" );
document.write( "Note, there are 2 solutions, A and B where A
\n" );
document.write( "B=?
\n" );
document.write( "Any help would be greatly appreciated. I'm really stuck on this one. Thanks.
Algebra.Com's Answer #176861 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve for x: log(x^6)=(log x)^2 \n" ); document.write( "---- \n" ); document.write( "6log(x) = (log(x))^2 \n" ); document.write( "---------------------------- \n" ); document.write( "Rewrite: \n" ); document.write( "(log(x))^2 - 6log(x) = 0 \n" ); document.write( "Factor: \n" ); document.write( "[log(x)][log(x)-6] = 0 \n" ); document.write( "---- \n" ); document.write( "log(x) = 0 or log(x) = 6 \n" ); document.write( "x = 10^0 = 1 or x = 10^6 = 1,000,000 \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |