document.write( "Question 958299: Either use factoring or the quadratic formula to solve the given equation.
\n" );
document.write( "(log10 x)^2 + log10 x = 6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #585658 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! (log10 x)^2 + log10 x = 6 \n" ); document.write( "substitute z for (log10 x) \n" ); document.write( "z^2 + z = 6 \n" ); document.write( "z^2 + z - 6 = 0 \n" ); document.write( "(z - 3)(z +2) = 0 \n" ); document.write( "So z = 3 or z = -2 \n" ); document.write( "Since z = (log10 x), \n" ); document.write( "log10 x = 3 or log10 x = -2 \n" ); document.write( "So either x = 1000 or x = 1/100\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |