document.write( "Question 1202792: How long will it take a sum of money to double itself if interest 12(1/2)% per annum \n" ); document.write( "
Algebra.Com's Answer #837901 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "12 & 1/2 = 12.5 \n" ); document.write( "12.5% = 0.125 in decimal form\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you're working with simple interest, then, \n" ); document.write( "A = P*(1+r*t) \n" ); document.write( "2P = P*(1+0.125*t) \n" ); document.write( "2 = 1+0.125*t \n" ); document.write( "1+0.125*t = 2 \n" ); document.write( "0.125*t = 2-1 \n" ); document.write( "0.125*t = 1 \n" ); document.write( "t = 1/0.125 \n" ); document.write( "t = 8 \n" ); document.write( "It will take 8 years for the money to double at 12.5% simple interest.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you're working with compound interest, when the money is compounded annually, then, \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "2P = P*(1+0.125/1)^(1*t) \n" ); document.write( "2 = (1.125)^t \n" ); document.write( "log(2) = log( (1.125)^t ) \n" ); document.write( "log(2) = t*log(1.125) \n" ); document.write( "t = log(2)/log(1.125) \n" ); document.write( "t = 5.88494919236171 \n" ); document.write( "t = 5.8849 \n" ); document.write( "It will take about 5.8849 years for the money to double at 12.5% compound interest, when the money is compounded annually.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you're working with compound interest, when the money is compounded semi-annually, then, \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "2P = P*(1+0.125/2)^(2*t) \n" ); document.write( "2 = (1.0625)^(2t) \n" ); document.write( "log(2) = log( (1.0625)^(2t) ) \n" ); document.write( "log(2) = 2t*log(1.0625) \n" ); document.write( "t = log(2)/(2*log(1.0625)) \n" ); document.write( "t = 5.71671343912647 \n" ); document.write( "t = 5.7167 \n" ); document.write( "It will take about 5.7167 years for the money to double at 12.5% compound interest, when the money is compounded semi-annually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll skip the steps for other cases of n, but you should get these approximate time values. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " |