document.write( "Question 662331: Find the time required for an investment of 5000 dollars to grow to 7200 dollars at an interest rate of 7.5 percent per year, compounded quarterly. \n" ); document.write( "
Algebra.Com's Answer #412158 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find the time required for an investment of 5000 dollars to grow to 7200 dollars at an interest rate of 7.5 percent per year, compounded quarterly.
\n" ); document.write( "**
\n" ); document.write( "compound interest formula: A=P(1+r)^n, P=initial investment, r=interest rate/period, n=number of periods, A=amt after n-periods.
\n" ); document.write( "For given problem:
\n" ); document.write( "P=5000
\n" ); document.write( "r=.075/4=.01875
\n" ); document.write( "n=to find
\n" ); document.write( "A=7200
\n" ); document.write( "..
\n" ); document.write( "7200=5000(1+.01875)^n
\n" ); document.write( "7200/5000=(1.0175)^n
\n" ); document.write( "1.44=(1.0175)^n
\n" ); document.write( "take log of both sides
\n" ); document.write( "log(1.44)=n*log(1.0175)
\n" ); document.write( "n=log1.44/log(1.0175)
\n" ); document.write( "n≈21 quarters or 5.25 years
\n" ); document.write( "
\n" );