document.write( "Question 1149069: Find the time required for an investment of 5000 dollars to grow to 8300 dollars at an interest rate of 7.5 percent per year, compounded quarterly. \n" ); document.write( "
Algebra.Com's Answer #770392 by Theo(13342)![]() ![]() You can put this solution on YOUR website! formula is f = p * (1 + r) ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 5000 \n" ); document.write( "f = 8300 \n" ); document.write( "r = 7.5 / 100 / 4 = .01875 \n" ); document.write( "n = what you want to find.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes 8300 = 5000 * (1 + .01875) ^ n \n" ); document.write( "divide both sides by 5000 to get 8300/5000 = (1 + .01875) ^ n \n" ); document.write( "take the log of both sides to get log(8300/5000) = log((1 + .01875) ^ n) \n" ); document.write( "this becomes log(8300/5000) = n * log(1 + .01875) \n" ); document.write( "divide both sides of log(1 + .01875) to get log(8300/5000) / (log(1.01875) = n \n" ); document.write( "solve for n to get n = 27.28289636.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5000 becomes 8300 in 27.28289636 quarters. \n" ); document.write( "divide that by 4 to get 6.820724091 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that a quarterly compound rate of .01875 becomes an effective yearly rate of 1.01875 ^ 4 - 1 = .077135866.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bring that out 6.820724091 years and you get f = 5000 * (1.077135866) ^ 6.820724091 = 8300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the quarterly rate, you divide the annual rate by 4. \n" ); document.write( "to find the effective annual rate, you add 1 to the quarterly rate and raise that to the fourth power and then subtract 1. \n" ); document.write( "the rate is the percent divided by 100. \n" ); document.write( "put it all together and you get: \n" ); document.write( "nominal annual rate = 7.5% \n" ); document.write( "divide by 100 to get a nominal annual .075. \n" ); document.write( "effective annual rate = (1 + .075/4) ^ 4 - 1 = .0771358658\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can use the quarterly rate to find the number of quarters, or you can use the effective annual rate to find the number of years. \n" ); document.write( "the number of quarters divided by 4 is the number of years. \n" ); document.write( "both ways will get the same answer if you did it right.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |