document.write( "Question 1079422: An initial amount of £6000 is your savings account. The bank is giving you interest at the rate of 10% per year (annum). After n years the amount of money stored in your bank account will be £6000*(1.10)^n, where n is the
\n" );
document.write( "number of years. Evaluate after how many years you will
\n" );
document.write( "have £22000 deposited in your bank account? \n" );
document.write( "
Algebra.Com's Answer #693748 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 22000=6000(1.1)^n \n" ); document.write( "11/3=1.1^n, dividing by 6000 both sides and reducing fractions \n" ); document.write( "ln both sides \n" ); document.write( "ln (11/3)=n ln (1.1) \n" ); document.write( "taking the ln (11/3) and dividing by ln (1.1) \n" ); document.write( "n=13.63 years \n" ); document.write( "Check. \n" ); document.write( "6000*(1.1)^13.63=$21,995.49, within rounding error. \n" ); document.write( " |