document.write( "Question 1158239: A man
\n" );
document.write( "
\n" );
document.write( "uses a loan program for small businesses to obtain a loan to help expand his
\n" );
document.write( "
\n" );
document.write( "vending machine business. The man
\n" );
document.write( "
\n" );
document.write( "borrows $28 comma 000
\n" );
document.write( "
\n" );
document.write( "for 2
\n" );
document.write( "
\n" );
document.write( "years with a simple interest rate of 1.2
\n" );
document.write( "%.
\n" );
document.write( "Determine the amount of money the man
\n" );
document.write( "
\n" );
document.write( "must repay after 2
\n" );
document.write( "
\n" );
document.write( "years. \n" );
document.write( "
Algebra.Com's Answer #781176 by Theo(13342)![]() ![]() You can put this solution on YOUR website! simple interest formula (not compound interest formula) is used here, as much as i know. \n" ); document.write( "the formula is: \n" ); document.write( "f = p * (1 + r * n). \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "n is the number of time periods\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this problem, the formula becomes: \n" ); document.write( "f = 28,000 * (1 + .012 * 2) \n" ); document.write( "time periods are in years. \n" ); document.write( "r = 1.2% / 100 = .012 per year \n" ); document.write( "n = 2 years \n" ); document.write( "p = 28,000 \n" ); document.write( "solve for f to get: \n" ); document.write( "f = 28,672 \n" ); document.write( "that's what must be repaid after 2 years.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |