document.write( "Question 617182: how much will $10,500 become if it earns 9% per year for 60 years, compoundedd quarterly? \n" ); document.write( "
Algebra.Com's Answer #388193 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
10500 * [1 + (.09 / 4)]^(60 * 4) \n" ); document.write( "
\n" );