document.write( "Question 1069900: Compute the specified quantity.
\n" );
document.write( "
\n" );
document.write( "$4,000 loan, taken now, with a simple interest rate of 6% per year, will require a total repayment of $5,440. At what time t will the loan mature?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #685323 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let n be the number of years to maturity. Then: \n" ); document.write( "4000*n*.06=5440-4000=1440 \n" ); document.write( ".06(n)=1440/4000 \n" ); document.write( "n=1440/(4000*.06)=6 years to maturity. ☺☺☺☺ \n" ); document.write( " |