document.write( "Question 1171745: Joe decides to invest USD 5400 in an account with a 2.4% nominal annual interest rate.
\n" );
document.write( "Given that the interest is compounded monthly, find the minimum number of years that it will take for Joe 's investment to triple . Give your answer correct to the nearest year.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #796670 by Boreal(15235) You can put this solution on YOUR website! There is a rule of 110 for tripling that would suggest 110/2.4=45.83 years. \n" ); document.write( "That comes from ln 3=1.0986 which is 110 when converted to per cent.\r \n" ); document.write( "\n" ); document.write( "P=Po(1+0.024/12)^12n \n" ); document.write( "P/Po=3 \n" ); document.write( "so 3=1.002^12n \n" ); document.write( "ln 3=12n ln 1.002 \n" ); document.write( "12n=549.86. That is the number of months \n" ); document.write( "n=45.82 years in close agreement with the above. \n" ); document.write( "Answer is 46 years. \n" ); document.write( " |