document.write( "Question 70509This question is from textbook
\n" );
document.write( ": you deposit $600 in a savings account for 3 years. The account pays 8% annual interest compounded quarterly.
\n" );
document.write( "a. What is the quartely interest rate?
\n" );
document.write( "b. What is the number of payment periods?
\n" );
document.write( "c. Find the final balance in the account. \n" );
document.write( "
Algebra.Com's Answer #50292 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you deposit $600 in a savings account for 3 years. The account pays 8% annual interest compounded quarterly. \n" ); document.write( "Formula: \n" ); document.write( "A(t) = P(1+r/n)^(nt) \n" ); document.write( "A(t) is the value after t years \n" ); document.write( "P is the original deposit \n" ); document.write( "r is the annual interest rate \n" ); document.write( "n is the number of times the money is compounded in a year \n" ); document.write( "t is the number of years the investment has been compounding. \n" ); document.write( "------------------\r \n" ); document.write( "\n" ); document.write( "a. What is the quartely interest rate? \n" ); document.write( "=0.08/4 = 0.02 \n" ); document.write( "------------ \n" ); document.write( "b. What is the number of payment periods? \n" ); document.write( "four per year for 3 years = 12 payment periods. \n" ); document.write( "------------------- \n" ); document.write( "c. Find the final balance in the account. \n" ); document.write( "A(3)=600(1+0.2)^(4*3) \n" ); document.write( "A(3)=600*1.02^12 \n" ); document.write( "A(3)=$760.95 \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |