document.write( "Question 1201069: You invest $ 5000 in Acme Inc. on January 1, 2000. Your investment returns 2.75 % compounded monthly. How much money will you have on June 30, 2006? \n" ); document.write( "
Algebra.Com's Answer #853588 by CPhill(2189)\"\" \"About 
You can put this solution on YOUR website!
r = R/100
\n" ); document.write( "r = 2.75/100
\n" ); document.write( "r = 0.0275 rate per year
\n" ); document.write( "Amount A = P(1 + r/n)nt
\n" ); document.write( "A = 5,000.00(1 + 0.0275/12)^((12)(6.5))
\n" ); document.write( "A = 5,000.00(1 + 0.0023)^(78)
\n" ); document.write( "A=$5981
\n" ); document.write( "
\n" );