document.write( "Question 580885: I need to solve two different logarithmic equations.
\n" );
document.write( "
\n" );
document.write( "1) 2log10x=10 (the first 10 is the base ten)\r
\n" );
document.write( "\n" );
document.write( "2) 9 log 10 x-4 = 11 (the ten is also the base in this equation, and the x - 4 is the exponent) \n" );
document.write( "
Algebra.Com's Answer #371385 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! If the base is ten, just write log, it's understood:\r \n" ); document.write( "\n" ); document.write( "2logx = 10\r \n" ); document.write( "\n" ); document.write( "log(x) = 5\r \n" ); document.write( "\n" ); document.write( "10^5 = x \r \n" ); document.write( "\n" ); document.write( "x = 100,000\r \n" ); document.write( "\n" ); document.write( " \r |