document.write( "Question 446298: how much must be invested today at 6% compounded quarterly to have $8,000 in 3 years? \n" ); document.write( "
Algebra.Com's Answer #307353 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
8000=P(1+0.06/4)^12
\n" ); document.write( "8000=P(1.015)^12
\n" ); document.write( "8000=P*1.1956
\n" ); document.write( "P=8000/1.1956
\n" ); document.write( "P=$6,691.20
\n" ); document.write( "
\n" );