document.write( "Question 417867: I am trying to find the interest rate \"r\" in this problem:
\n" ); document.write( "\"At a certain constant APR over the life of the investment, Mara’s $2,000 investment grew to
\n" ); document.write( "$3,000 in eight years. Determine that nominal annual rate of interest (APR), knowing that the
\n" ); document.write( "interest rate was constant for those eight years and that interest was compounded annually.\"
\n" ); document.write( "I am using the equation:
\n" ); document.write( "A=P(1+r)^t
\n" ); document.write( "A being the final investment value, P being the initial investment value, r being the interest rate, and t being the amount of time.
\n" ); document.write( "I have gotten as far as this:
\n" ); document.write( "0.5 = r^8
\n" ); document.write( "I understand that to solve this, I need to use a logarithm, and so I translated it into:
\n" ); document.write( "8=log(r) 0.5
\n" ); document.write( "but I can't figure out how to solve for \"r\" after that.
\n" ); document.write( "Thank you!
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #292508 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
3000 = 2000 (1 + r)^8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1.5 = (1 + r)^8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(1.5) = 8 [log(1 + r)]\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "[log(1.5)] / 8 = log(1 + r)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1 + r = 10^{[log(1.5)] / 8} ___ this is the inverse of the logarithm operation
\n" ); document.write( "
\n" );