document.write( "Question 1182947: A principal of $4300 is invested at 9% interest, compounded annually. How much will the investment be worth after 7 years? \n" ); document.write( "
Algebra.Com's Answer #813066 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find Amount \n" ); document.write( "Principal P = 4300 \n" ); document.write( "Amount= A \n" ); document.write( "years=t 7.00 \n" ); document.write( "compounded 1 times a year n \n" ); document.write( "Rate = 9.00% 0.09 \n" ); document.write( "Amount = P*((n+r)/n)^n*t \n" ); document.write( " \n" ); document.write( "Amount = = 4300 *( 1 + 0.09 )^ 1 * 7.00 \n" ); document.write( "Amount = 4300 *( 1 + 0.09 )^ 7 \n" ); document.write( " 4300 *( 1.09 )^ 7.00 \n" ); document.write( "Amount = $7860.57 \n" ); document.write( " \n" ); document.write( " |