document.write( "Question 72007This question is from textbook Study Guide and Practice Workbook
\n" );
document.write( ": I need to figure out what \"compounded annually\" means. Ex: $500 paying 4% interest compounded annually. What does this mean? \n" );
document.write( "
Algebra.Com's Answer #51481 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! compounded means that you take the interest of per time \n" ); document.write( "annually means per year \n" ); document.write( "I = Prt \n" ); document.write( "I = 500*0.04*t \n" ); document.write( "I = 20t \n" ); document.write( "where t is in years \n" ); document.write( " |