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 #176858 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! log(x^6)=(log x)^2 \n" ); document.write( "(log x)^2 = 6log(x) \n" ); document.write( "(log x)^2 - 6log(x) = 0 \n" ); document.write( "log(x) * [log(x) - 6] = 0 \n" ); document.write( "log(x) = 0 Ignore this one \n" ); document.write( "log(x) = 6 \n" ); document.write( "x = 10^6 = 1,000,000 \n" ); document.write( " \n" ); document.write( " |