document.write( "Question 1054609: How would you solve the questions:\r
\n" );
document.write( "\n" );
document.write( "How long will it take for $1400 dollars to grow to $11,900 at an interest rate of 2.3% if the interested is compounded quarterly? I am taking the amount and dividing it by the initial investment. My next step has been to plug the following into my TI 84 calculator:\r
\n" );
document.write( "\n" );
document.write( "log(1+.023)8.5\r
\n" );
document.write( "\n" );
document.write( "Can you tell me what I am doing wrong? I get 8.6 years but the correct answer should be 20.65 years. \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #669805 by addingup(3677)![]() ![]() You can put this solution on YOUR website! P =initial principal 1,400 \n" ); document.write( "n = number of times the interest is compounded per year (in your case 4) \n" ); document.write( "F = future amount after time t 11,900 \n" ); document.write( "r = annual nominal interest rate 2.3% \n" ); document.write( "t = number of years we'll find out \n" ); document.write( "We need to use the following financial formula: \n" ); document.write( "t =ln(F/p)/(ln(1+r/n)n) \n" ); document.write( "t = ln(11,900/1,400)/(ln(1+(0.023/4))4) \n" ); document.write( "t = (ln 8.5)/((ln 1.00575)*4) do the operations and you'll get 93.31 \n" ); document.write( "------------------------------- \n" ); document.write( "check: \n" ); document.write( "1,400(1+(0.023/4)^4*93.31 = \n" ); document.write( "1,400(1.00575)^4*93.31 \n" ); document.write( "1,400(1.00575)^373.24 = 11,899.0155 \n" ); document.write( "As you see I lost a few cents in the rounding of the numbers, but the answer is correct. \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |