document.write( "Question 86865: find the value of x to two decimal places
\n" );
document.write( "10^x=80 \n" );
document.write( "
Algebra.Com's Answer #62822 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 10^x = 80 \n" ); document.write( "log( 10^x ) = log( 80 ) \n" ); document.write( "x * log( 10 ) = log( 80 ) \n" ); document.write( "x = log( 80) or about 1.90 \n" ); document.write( " |