document.write( "Question 1133132: Solve the exponential equation, round to 3 decimal places.
\n" );
document.write( "-4(5^x)=-68\r
\n" );
document.write( "\n" );
document.write( "I have gotten the answer of log_5(17) = 1.760, however I do not know the steps to get to this answer. \n" );
document.write( "
Algebra.Com's Answer #750310 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the exponential equation, round to 3 decimal places. \n" ); document.write( "-4(5^x)=-68 \n" ); document.write( "------------ \n" ); document.write( "(5^x)= 17 \n" ); document.write( "X*log(5) = log(17) \n" ); document.write( "x = log(17)/log(5) \n" ); document.write( " \n" ); document.write( " |