document.write( "Question 1147972:  Abbi invested $1,500 in a certificate of deposit with a simple interest rate of 4%. Find the interest earned in 6 years. Then find the total of principal plus interest.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #769328 by greenestamps(13209)     You can put this solution on YOUR website! \n" ); document.write( "I = p*r*t \n" ); document.write( "I = interest \n" ); document.write( "p = principal (1500) \n" ); document.write( "r = rate (4% = .04) \n" ); document.write( "t = time (years) (6) \n" ); document.write( "Plug in and evaluate to find the interest. \n" ); document.write( "Then calculate principal plus interest. \n" ); document.write( " \n" ); document.write( " |