document.write( "Question 1107726: A sum of money lent out at simple interest amounts to 2200in one year and 2800 in 4 years .find the sum of money and rate of interest
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #722806 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rate is r \n" ); document.write( "x(1+r)=2200 \n" ); document.write( "x=2200/(1+r) \n" ); document.write( "we also know \n" ); document.write( "x(1+r)^4=2800 \n" ); document.write( "substitute \n" ); document.write( "2200(1+r)^3=2800 \n" ); document.write( "(1+r)^3=2800/2200=1.273 \n" ); document.write( "1+r=1.084 \n" ); document.write( "r=0.084 or 8.4% interest \n" ); document.write( "sum of money is 2200/(1.084)=$2030.06, rounding to end \n" ); document.write( "check by looking for 4 years at 8.4%=$2803, within rounding error. \n" ); document.write( " |