document.write( "Question 391831: How do you find a point of intersection on y=3e^2x-5 and y=2x^2+3x+7\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "And How do you use a natural logarithm to solve a exponential equation
\n" );
document.write( "4^-x=1/16
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #278119 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you find a point of intersection on y=3e^2x-5 and y=2x^2+3x+7 \n" ); document.write( "When x is in the exponent and also part of another equation, you have to use graphicap or iterative methods. \n" ); document.write( "By graphing it: x =~ 3.8973 \n" ); document.write( "---------------------------- \n" ); document.write( "And How do you use a natural logarithm to solve a exponential equation \n" ); document.write( "4^-x=1/16 \n" ); document.write( "-x*ln(4) = ln(1/16) \n" ); document.write( "x = -ln(1/16)/ln(4) \n" ); document.write( "x = 2 \n" ); document.write( "--------- \n" ); document.write( "The result is the same with common logs. \n" ); document.write( "And, 16 = 4^2 \n" ); document.write( "1/16 = 4^-2 \n" ); document.write( "--> x = 2 without using logs. \n" ); document.write( " |