document.write( "Question 1200766: A loan of $45,000 is made at 5.5% interest, compounded annually. After how many years will the amount due reach $70,000 or more? Write the smallest possible whole number answer. \n" ); document.write( "
Algebra.Com's Answer #834979 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 9 years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "======================================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Work Shown:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The compound interest formula we use here is \n" ); document.write( "A = P*(1+r/n)^(n*t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case, \n" ); document.write( "A = 70000 = final amount \n" ); document.write( "P = 45000 = starting amount \n" ); document.write( "r = 0.055 = decimal form of the 5.5% interest rate \n" ); document.write( "n = 1 = since we're compounding once per year \n" ); document.write( "t = unknown number of years.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We use logarithms to isolate the exponent. \n" ); document.write( "Think of it like saying: \"The variable is in the trees so we must log it down.\" \n" ); document.write( "The reason why logs are handy here is that we'll take advantage of the rule log(A^B) = B*log(A) to pull down the exponent.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "70000 = 45000*(1+0.055/1)^(1*t) \n" ); document.write( "70000 = 45000*(1.055)^t \n" ); document.write( "70000/45000 = (1.055)^t \n" ); document.write( "1.555556 = (1.055)^t \n" ); document.write( "log( 1.555556 ) = log( (1.055)^t ) \n" ); document.write( "log( 1.555556 ) = t*log( 1.055 ) .... use the log rule mentioned \n" ); document.write( "t*log( 1.055 ) = log( 1.555556 ) \n" ); document.write( "t = log(1.555556)/log(1.055) \n" ); document.write( "t = 8.252273 \n" ); document.write( "t = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We round UP to the nearest integer. \n" ); document.write( "It doesn't matter that 8.252273 is closer to 8 than it is to 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we tried t = 8, then, \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "A = 45000*(1+0.055/1)^(1*8) \n" ); document.write( "A = 69060.8931748269 \n" ); document.write( "A = 69060.89 \n" ); document.write( "which is about $1000 short of the goal of $70,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But t = 9 leads to, \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "A = 45000*(1+0.055/1)^(1*9) \n" ); document.write( "A = 72859.2422994423 \n" ); document.write( "A = 72859.24 \n" ); document.write( "we've satisfied the \"$70,000 or more\" criteria. \n" ); document.write( " \n" ); document.write( " |