document.write( "Question 436853: I have an investment of $1500. After 4 years, it becomes $1700. The number of compounding periods are 360. What is my rate?\r
\n" );
document.write( "\n" );
document.write( "I do not know how to go from my last step and find an answer.\r
\n" );
document.write( "\n" );
document.write( "This is what I have so far, but do not know how to go from here. It is very confusing to me.\r
\n" );
document.write( "\n" );
document.write( "1700=1500(1+ r/360)^360 x 4
\n" );
document.write( "1700=1500(1+ r/360)^1280
\n" );
document.write( "ln(1+r/360)^1280=ln(17/15)
\n" );
document.write( "1280ln(1+r/360)=ln(17/15)
\n" );
document.write( "ln(1+r/360)=ln(17/15) all over 1280
\n" );
document.write( " =1/1280ln(17/15)
\n" );
document.write( " =ln(17/15)^1/1280
\n" );
document.write( "r=360[((17/15)^1/1280)-1]
\n" );
document.write( "This is where I do not understand how to go. I have tried to divide 17 by 15 giving me 1.13, then taking that to the power of 1/1280, giving me 8.9, then subtracting 1, which gives me a -.9991145833. \n" );
document.write( "
Algebra.Com's Answer #302209 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have an investment of $1500. After 4 years, it becomes $1700. The number of compounding periods are 360. What is my rate? \n" ); document.write( "-------------- \n" ); document.write( "If in 4 years you are compounding 360 times, you are \n" ); document.write( "compounding 90 times each year. That is \"n\" in the \n" ); document.write( "compounding formula. \n" ); document.write( "------------------------------ \n" ); document.write( "A(t) = P(1+(r/n))^(nt) \n" ); document.write( "----- \n" ); document.write( "1700 = 1500(1+r/90))^(90*4) \n" ); document.write( "------------------------- \n" ); document.write( " 17/15 = (1+(r/90)^(360) \n" ); document.write( "--- \n" ); document.write( "Take the 360 root of both sides to get: \n" ); document.write( "1+(r/90) = 1.000348 \n" ); document.write( "r/90 = 0.000348 \n" ); document.write( "rate = 0.0313 \n" ); document.write( "rate = 3.13% \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |