document.write( "Question 171285: If $1500 is deposited in a savings account paying 5% compounded quarterly, how long will take the account to increase to $2000? \n" ); document.write( "
Algebra.Com's Answer #126444 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
let PV be present value of the investment.
\n" ); document.write( "let FV be future value of the investment.
\n" ); document.write( "let i be the interest rate
\n" ); document.write( "let n be the number of time periods.
\n" ); document.write( "standard equation to solve this is:
\n" ); document.write( "\"FV+=+PV+%2A+%281%2Bi%29%5En\"
\n" ); document.write( "-----
\n" ); document.write( "PV = 1500
\n" ); document.write( "FV = 2000
\n" ); document.write( "annual interest rate = 5% / 100% = .05
\n" ); document.write( "quarterly interest rate = annual interest rate / 4 = .05 / 4 = .0125
\n" ); document.write( "1 + .0125 = 1.0125
\n" ); document.write( "your number of time periods is n which will be in quarters of a year.
\n" ); document.write( "you need to solve for number of time periods.
\n" ); document.write( "-----
\n" ); document.write( "your equation to solve is:
\n" ); document.write( "2000 = (1500)*(1.0125)^n
\n" ); document.write( "divide both sides of equation by 1500:
\n" ); document.write( "1.0125^n = 2000/1500
\n" ); document.write( "you should be able to use logarithms to solve this:
\n" ); document.write( "\"1.0125%5En+=+%282000%2F1500%29\" if and only if \"log%281.0125%2C%282000%2F1500%29%29+=+n\"
\n" ); document.write( "in order to solve this using a calculator, you need to convert the base to either 10 or e, whichever the calculator handles.
\n" ); document.write( "we'll use the base of 10 which is the log function on the calculator.
\n" ); document.write( "the general form of the base conversion formula is:
\n" ); document.write( "\"log%28a%2Cx%29+=+log%2810%2Cx%29%2Flog%2810%2Ca%29\"
\n" ); document.write( "-----
\n" ); document.write( "in your logarithmic equation,
\n" ); document.write( "a = 1.0125
\n" ); document.write( "x = (2000/1500)
\n" ); document.write( "your logarithmic equation becomes:
\n" ); document.write( "
\n" ); document.write( "-----
\n" ); document.write( "to prove this is correct, use your calculator and take \"1.0125%5E23.15810902\" and you'll see that the answer comes out to be 1.3333333333333 which is the same as 2000/1500.
\n" ); document.write( "-----
\n" ); document.write( "it will take 23.15810902 quarters to reach 2000.
\n" ); document.write( "divide that by 4, and it will take 5.789527255 years.
\n" ); document.write( "-----
\n" ); document.write( "the investment is made at the beginning of each time period.
\n" ); document.write( "the time periods are quarters of a year (4 time periods per year).
\n" ); document.write( "the division of the annual rate by 4 to get a quarterly rate is the industry standard way to do this. if you were compounding monthly, you would take the annual interest rate and divide by 12. the number of periods, in that case, would be 12 periods per year.
\n" ); document.write( "-----
\n" ); document.write( "
\n" ); document.write( "
\n" );