document.write( "Question 581589: How do I solve the following using the relationship between natural logarithms, Ins, and the number e?
\n" );
document.write( "1)In(2m+3)=8
\n" );
document.write( "2)1.1+In x^2=6
\n" );
document.write( "3)e^x+1=30 \n" );
document.write( "
Algebra.Com's Answer #371714 by nerdybill(7384) You can put this solution on YOUR website! 1)In(2m+3)=8 \n" ); document.write( "2m+3 = e^8 \n" ); document.write( "2m = e^8 - 3 \n" ); document.write( "m = (e^8 - 3)/2 \n" ); document.write( "m = 1488.98 \n" ); document.write( ". \n" ); document.write( "2)1.1+In x^2=6 \n" ); document.write( "Ln x^2 = 6 - 1.1 \n" ); document.write( "x^2 = e^(6 - 1.1) \n" ); document.write( "x = sqrt(e^(6 - 1.1)) \n" ); document.write( "x = 11.59 \n" ); document.write( ". \n" ); document.write( "3)e^x+1=30 \n" ); document.write( "e^x=30-1 \n" ); document.write( "x = ln(30-1) \n" ); document.write( "x = 3.37 \n" ); document.write( " |