document.write( "Question 278941:  Solve the equation if possible.
\n" );
document.write( "12e^8t-e=8e^8t
\n" );
document.write( "I don't really know how to go about solving this.  Do I subtract the 12e^8t to the other side first, or something else?  Also, it's possible that the answer doesn't exist or that the exact answer doesn't exist.  Please help! \n" );
document.write( "
| Algebra.Com's Answer #202877 by Alan3354(69443)     You can put this solution on YOUR website! \n" ); document.write( "Subtract 8e^8t \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "8t-1 = ln(1/4) \n" ); document.write( "8t = 1 + ln(1/4) \n" ); document.write( "t = (1 + ln(1/4))/8 \n" ); document.write( "t =~-0.048286795 \n" ); document.write( " \n" ); document.write( " |