document.write( "Question 1141246: John invested $3000 that earns interest at 4% p.a. compounded monthly. Two years later, the interest rate is changed to 4.50% compounded quarterly. Determine the accumulated value of the investment two years after the change.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #761788 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
f = p * (1 + r) ^ n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f is the future value
\n" ); document.write( "p is the present value
\n" ); document.write( "r is the interest rate per time period
\n" ); document.write( "n is the number of time periods.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for the first 2 years:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = 3000
\n" ); document.write( "r = 4% per year / 12 = .33333333% per month / 100 = .0033333333 per month.
\n" ); document.write( "n = 2 years * 12 = 24 months.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "formula becomes f = 3000 * (1 + .0033333333) ^ 24 = 3249.428877.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for the second 2 years:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = 3249.428877.
\n" ); document.write( "r = 4.5% / 4 = 1.125% per quarter / 100 = .01125 per quarter.
\n" ); document.write( "n = 2 years * 4 = 8 quarters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "formula becomes f = 3249.428877 * (1 + .01125) ^ 8 = 3553.655408.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the future value for the first 2 years becomes the present value for the second 2 years.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time period for the first 2 years is in months.
\n" ); document.write( "you take the annual rate percent and divide it by 1200 to get the monthly rate.
\n" ); document.write( "you take the number of years and multiply them by 12 to get the number of months.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time period for the second 2 years is in quarters.
\n" ); document.write( "you take the annual rate percent and divide it by 400 to get the quarterly rate.
\n" ); document.write( "you take the number of hyers and multiply them by 4 to get the number of quarters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );