document.write( "Question 734894: How can I find the variable of -3e^(7a+9)+6=-6
\n" );
document.write( "I need guidance for the steps I subtracted 6 and then
\n" );
document.write( "I thought about moving the e in front of the 3 to make
\n" );
document.write( "it a natural log but it didn't work out that way because
\n" );
document.write( "you cant take the natural log of negative number \n" );
document.write( "
Algebra.Com's Answer #449171 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! subtracting 6 from both sides, you have\r \n" ); document.write( "\n" ); document.write( "-3e^(7a+9) = -12\r \n" ); document.write( "\n" ); document.write( "then divide by -3 and you get\r \n" ); document.write( "\n" ); document.write( "e^(7a+9) = 4\r \n" ); document.write( "\n" ); document.write( "take the natural log (ln) of both sides\r \n" ); document.write( "\n" ); document.write( "ln(e^(7a+9)) = ln 4\r \n" ); document.write( "\n" ); document.write( "bring down the exponent of e and we get\r \n" ); document.write( "\n" ); document.write( "(7a+9)ln(e) = ln 4\r \n" ); document.write( "\n" ); document.write( "note that the ln(e) is 1, so we have\r \n" ); document.write( "\n" ); document.write( "7a+9 = ln(4) and\r \n" ); document.write( "\n" ); document.write( "a = (ln(4) - 9) / 7 = -1.09 \n" ); document.write( " |