document.write( "Question 220353: $23,000 deposit in savings account with 8% interest and compound 4 times a year how much will she have after one year \n" ); document.write( "
Algebra.Com's Answer #165443 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=P(1+.08/4)^4*1
\n" ); document.write( "A=23000(1.02)^4
\n" ); document.write( "A=23000(1.08243216)
\n" ); document.write( "A=$24,895.94
\n" ); document.write( "
\n" );