document.write( "Question 934002: Katy wants to buy a bicycle that costs $75 and will purchase it in 6 months. how much should she put in her savings account for this if she can get 3% per annum compounded monthly? \n" ); document.write( "
Algebra.Com's Answer #569916 by ptfile(81)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let  t = duration of payment\r\n" );
document.write( "     n = number of intervals\r\n" );
document.write( "     r = rate\r\n" );
document.write( "    PV = Present Value\r\n" );
document.write( "    FV = Future Value\r\n" );
document.write( "\"PV+=+FV%2F%281%2Br%2Fn%29%5E%28t%29\"\r\n" );
document.write( "\"PV+=+75%2F%281%2B.03%2F12%29%5E%286%29\"\r\n" );
document.write( "\"PV+=+75%2F%281.0025%29%5E6\"\r\n" );
document.write( "\"PV+=+75%2F1.015094063\"\r\n" );
document.write( "\"PV+=+73.88\"\r\n" );
document.write( "

\n" ); document.write( "Katy needs to place $73.88 in her savings account in order for her to buy the bicycle in 6 months.
\n" ); document.write( "
\n" );