document.write( "Question 1123270: Josh invests $50 weekly for 6 years in his savings account that has a 2.8% interest rate, compounded weekly. How much money will he have after 6 years \n" ); document.write( "
Algebra.Com's Answer #739575 by Theo(13342)![]() ![]() You can put this solution on YOUR website! f = p * (1 + r) ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the future value \n" ); document.write( "p if the present value \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is the number of time periods\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 50 \n" ); document.write( "f = what you want to find \n" ); document.write( "n = 6 * 52 = 312 weeks \n" ); document.write( "r = 2.8% / 100 / 52 = .0005384615385\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes f = 50 * (1 + .0005384615385) ^ 312\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for f to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 59.1441563\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the percent interest rate is divided by 100 to get the interest rate per year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per year is divided by 52 to get the interest rate per week.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of years is multiplied by 52 to get the number of weeks.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |