document.write( "Question 970641: Solve the following exponential equation.
\n" );
document.write( "2.7^x=(0.6)^-x \n" );
document.write( "
Algebra.Com's Answer #593233 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 2.7^x=(0.6)^-x \n" ); document.write( "2.7^x=(3/5)^-x \n" ); document.write( "2.7^x=(5/3)^x \n" ); document.write( "x*log(2.7) = x*log(5/3) \n" ); document.write( "x*(log(2.7) - log(5/3)) = 0 \n" ); document.write( "------- \n" ); document.write( "x = 0 \n" ); document.write( " \n" ); document.write( " |