document.write( "Question 277424: log x - log 10 = 14\r
\n" );
document.write( "\n" );
document.write( "now i've got it to log x/10 = 14
\n" );
document.write( "and then x/10 = 10^14, but then what do i do? \n" );
document.write( "
Algebra.Com's Answer #201971 by edjones(8007) You can put this solution on YOUR website! log(x)-log(10)=14 \n" ); document.write( "10^(log(x))/10^(log(10))=10^14 \n" ); document.write( "x/10=10^14 \n" ); document.write( "x=10^15 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |