document.write( "Question 1133051: A club is creating a fund so that scholarships of $5000 can be paid out to the eligible students every year, for the next 20 years, starting next year. How much does the club need to invest today at 6.5% compounded annually? \n" ); document.write( "
Algebra.Com's Answer #750229 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I had sinking fund by mistake \n" ); document.write( "If use annuity formula, \n" ); document.write( "P=payout(1-(1+r)^(-t))/r; r=0.065, t=20 \n" ); document.write( "=5000(1-(1.065^(-20))/0.065 \n" ); document.write( "=5000*0.7162/0.065 \n" ); document.write( "but round at end \n" ); document.write( "=$55092.54 \n" ); document.write( " |