document.write( "Question 41083: if i invest $2028 for 12 years at 7% compounded quarterly, how much will I have? \n" ); document.write( "
Algebra.Com's Answer #26544 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
if i invest $2028 for 12 years at 7% compounded quarterly, how much will I have?
\n" ); document.write( "A=P(1+R/T)^NT
\n" ); document.write( "P=2028
\n" ); document.write( "R=7%=0.07
\n" ); document.write( "T=4 QURTERS PER YEAR
\n" ); document.write( "N=12 YEARS
\n" ); document.write( "A=2028(1+0.07/4)^12*4=4663.60
\n" ); document.write( "
\n" );