document.write( "Question 1154339: 7. Due to a worldwide recession, Jennifer’s financial advisor informs her the account is no
\n" );
document.write( "longer growing after 4 years. He recommends she move her money to an account that is more
\n" );
document.write( "conservative and earns only 4% annually. Determine the amount in Jennifer’s investment account
\n" );
document.write( "after 4 years(using the $50,000 investment), rounding to the nearest dollar. It may be helpful to
\n" );
document.write( "create a table. ( \n" );
document.write( "
Algebra.Com's Answer #776755 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! This looks like a simple interest problem \n" ); document.write( ": \n" ); document.write( "total interest(i) = prt, where p is the principal, r is the annual interest, t is time in years \n" ); document.write( ": \n" ); document.write( "i = 50000 * 0.04 * 4 = 8000 \n" ); document.write( ": \n" ); document.write( "After 4 years, total amount is $58,000 \n" ); document.write( ": \n" ); document.write( "If the problem meant to say that interest is compounded annually, then \n" ); document.write( ": \n" ); document.write( "Amount(A) = Principal(P) * (1 +r/n)^nt, where A is the total amount, P is the principal invested, n is the number of times the interest is compounded yearly, t is the time in years \n" ); document.write( ": \n" ); document.write( "For this problem, P = 50000, r = 0.04, n = 1, t = 4 \n" ); document.write( ": \n" ); document.write( "A = 50000 * (1 +0.04)^4 = 58492.928 is approximately $58,493. \n" ); document.write( ": \n" ); document.write( " |