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 #412155 by sravanik2005(14)\"\" \"About 
You can put this solution on YOUR website!
A = P(1+ r/n)^nt
\n" ); document.write( "here P is principal amount=5000
\n" ); document.write( "r=interest rate as decimal=0.075
\n" ); document.write( "and n=number of times the interest is compounded per year=4
\n" ); document.write( "t= number of years=? and A=amount of money accumulated after t years, including interest=7200 dollars
\n" ); document.write( "substitute these values in that formula
\n" ); document.write( "7200=5000(1+0.075/4)^(4t)
\n" ); document.write( "7200/5000=1.01875^4t => 1.01875^4t=36/25
\n" ); document.write( "ln(1.01875)^4t=ln (36/25)
\n" ); document.write( "4t(ln 1.01875)=ln(36/25)
\n" ); document.write( "=>t= ln(36/25)/(4ln 1.01875)=4.91 that is approximately 5 years
\n" ); document.write( "
\n" );