document.write( "Question 442525: How much money should be invested every quarter at 10% per year compounded quarterly to have $12,000 in one year? \n" ); document.write( "
| Algebra.Com's Answer #305312 by rfer(16322)      You can put this solution on YOUR website! 12000=P(1+0.1/4)^4 \n" ); document.write( "12000=P(1.025)^4 \n" ); document.write( "12000=P*1.10381 \n" ); document.write( "P=12000/1.10381 \n" ); document.write( "P=10,871.44 \n" ); document.write( " |