document.write( "Question 614070: Stu deposits $1400 in a savings account that pays 6% interest. How much money will he have after 8 years? \n" ); document.write( "
Algebra.Com's Answer #386370 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Stu deposits $1400 in a savings account that pays 6% interest. How much money will he have after 8 years? \n" ); document.write( ". \n" ); document.write( "Interest formula: \n" ); document.write( "A = P(1+r)^t \n" ); document.write( "where \n" ); document.write( "A is amount after time t (what we're looking for) \n" ); document.write( "P is the principal (1400) \n" ); document.write( "r is the rate (.06) \n" ); document.write( "t is time (8) \n" ); document.write( ". \n" ); document.write( "A = 1400(1+.06)^8 \n" ); document.write( "A = 1400(1.06)^8 \n" ); document.write( "A = 1400(1.5938) \n" ); document.write( "A = $2231.39 \n" ); document.write( " \n" ); document.write( " |