document.write( "Question 463858: find the final balance in a account after investing in principle P and letting it grow a a rate (r) for t years.\r
\n" );
document.write( "\n" );
document.write( "p=12,000 r=6.9% t=4 2/3 years\r
\n" );
document.write( "\n" );
document.write( "how do i found out the balance of $? \n" );
document.write( "
Algebra.Com's Answer #317798 by Theo(13342) You can put this solution on YOUR website! p = 12,000 \n" ); document.write( "r = .069 \n" ); document.write( "t = 4 + 2/3 years = 4.666666667 years \n" ); document.write( "f = future value \n" ); document.write( "formula: \n" ); document.write( "f = p*(1+r)^t \n" ); document.write( "substitute to get: \n" ); document.write( "f = 12,000 * (1.069)^4.66666667 \n" ); document.write( "use your calculator to get: \n" ); document.write( "f = 16,383.6453 which you can round up to 16,383.65.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |