document.write( "Question 1051988: How much money in dollars should a person deposit in a 6-months certificate of deposit CD that earns 5% simple interest in order to have $3000 when the CD matures at the end of the 6 months? Round your answer up to the nearest cent. (Enter a number.) \n" ); document.write( "
Algebra.Com's Answer #667414 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Amount = Principal(1+r/n)^nt \n" ); document.write( "Using your numbers: \n" ); document.write( "3000 = x(1+0.05/2)^1 \n" ); document.write( "3000 = x1.25 \n" ); document.write( "2400 = x \n" ); document.write( "or \n" ); document.write( "x = 2400 \n" ); document.write( " |