document.write( "Question 890879: How many years would it take you to triple your investment if your money compounds monthly at an annual rate of 5%? \n" ); document.write( "
Algebra.Com's Answer #539341 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
How many years would it take you to triple your investment if your money compounds monthly at an annual rate of 5%?
\n" ); document.write( ".
\n" ); document.write( "compound interest formula:
\n" ); document.write( "A = P(1 + i/n)^(nt)
\n" ); document.write( "substitute values given:
\n" ); document.write( "3P = P(1 + .05/12)^(12t)
\n" ); document.write( "dividing both sides by P:
\n" ); document.write( "3 = (1 + .05/12)^(12t)
\n" ); document.write( "3 = (1 + 0.00416666666666666666666666666667)^(12t)
\n" ); document.write( "3 = (1.00416666666666666666666666666667)^(12t)
\n" ); document.write( "\"log%281.0041667%2C3%29%29\" == 12t
\n" ); document.write( "264.21587475470292707427548409693 = 12t
\n" ); document.write( "22.02 years = t
\n" ); document.write( "
\n" );