document.write( "Question 1137900:  Brian invests £1200 into a savings account. The bank gives 3% compound interest for the first 2 years and 5% thereafter. How much will Brian have after 6 years to the nearest pound?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #755754 by dkppathak(439)     You can put this solution on YOUR website! Brian invests £1200 into a savings account. The bank gives 3% compound interest for the first 2 years and 5% thereafter. How much will Brian have after 6 years to the nearest pound? \n" ); document.write( "solution \n" ); document.write( "amount after 6 yrs \n" ); document.write( "A=1200x1.03x1.03x1.05x1.05x1.05x1.05=1547.43 \n" ); document.write( "by using A=p(1+r)^2(1+r)^4 \n" ); document.write( "answer 1547.43 pounds approx \n" ); document.write( " |