document.write( "Question 38414: Calculate the return A if the bank compounds daily (n=365)
\n" );
document.write( "20,000 & 8% (n=365)
\n" );
document.write( "This is what I have so far:
\n" );
document.write( "A= 20,000 ( 1+.08/365) 365*3
\n" );
document.write( "A= 20,000 (1.00)^1095
\n" );
document.write( "= ?\r
\n" );
document.write( "\n" );
document.write( "Thanks, Christine \n" );
document.write( "
Algebra.Com's Answer #23908 by fractalier(6550) You can put this solution on YOUR website! Not exactly...more like this \n" ); document.write( "A= 20,000*(1 + .08/365)^(365*3) \n" ); document.write( "A= 20,000*(1.000219178)^1095 (makes a difference!) \n" ); document.write( "Now exponentiate and multiply by 20000 and get \n" ); document.write( "A = $25424.31 \n" ); document.write( " |