document.write( "Question 302005: solve:
\n" );
document.write( "12^(2x)=100 \n" );
document.write( "
Algebra.Com's Answer #216562 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 12^(2x)=100 \n" ); document.write( "2x*log(12) = log(100) = 2 \n" ); document.write( "x*log(12) = 1 \n" ); document.write( "x = 1/log(12) \n" ); document.write( "x =~ 0.926628 \n" ); document.write( " \n" ); document.write( " |