document.write( "Question 1204110: A savings association pays 4% interest compounded quarterly. What is the effective
\n" );
document.write( "annual interest rate? \n" );
document.write( "
Algebra.Com's Answer #840152 by Theo(13342)![]() ![]() You can put this solution on YOUR website! growth rate per year = 4% / 100 = .04. \n" ); document.write( "growth rate per quarter = .04/4 = .01. \n" ); document.write( "growth factor per quarter = that + 1 = 1.01. \n" ); document.write( "effective growth factor per year = 1.01 ^ 4 = 1.04060401. \n" ); document.write( "effective growth rate per year = that - 1 = .04060401 * 100 = 4.060401% per year. \n" ); document.write( "that's the effective annual interest rate when the annual innterest rate is compounded quarterly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |