document.write( "Question 1127592: Graduation is 2 years away and you want to have $1450 available for a trip. If your bank is offering a 2-year CD (certificate of deposit) paying 2.4% simple interest, how much do you need to put in this CD to have the money for your trip? \n" ); document.write( "
Algebra.Com's Answer #744014 by addingup(3677)![]() ![]() You can put this solution on YOUR website! P: Principal, the amount you need to put in the CD \n" ); document.write( "r: interest rate \n" ); document.write( "t: time \n" ); document.write( "A: total amount \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "P(1+rt) = A \n" ); document.write( "P(1+(0.024*2)) = 1450 \n" ); document.write( "P(1.048) = 1450 \n" ); document.write( "P = 1450/1.048 = 1383.59 \n" ); document.write( " |