document.write( "Question 723113: Solve the exponential equation algebraically. Approximate the result to three decimal places. (If there is no solution, enter NO SOLUTION.)
\n" );
document.write( "7^−5t = 0.2
\n" );
document.write( "t=? \n" );
document.write( "
Algebra.Com's Answer #443031 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 7^−5t = 0.2 \n" ); document.write( "----- \n" ); document.write( "log(7^−5t) = log(0.2) \n" ); document.write( "-5t*log(7) = log(0.2) \n" ); document.write( "t = -log(0.2)/(5*log(7)) \n" ); document.write( "t =~ 0.165 \n" ); document.write( " |