document.write( "Question 866000: Use the formula A=P(1+r/n)^nt to solve the compound interest problem
\n" );
document.write( "Find how long it takes for $1700 to double if it is invested at 6% interested compounded monthly \n" );
document.write( "
Algebra.Com's Answer #522033 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! A=P(1+r/n)^nt \n" ); document.write( " In the formula, \n" ); document.write( "A is the amount of money in the savings account, 3400 \n" ); document.write( "P is the principle, 1700 \n" ); document.write( "r is the interest rate, 6% or .06 \n" ); document.write( "t is the time that the money is in the account, ---We are trying to find this.\r \n" ); document.write( "\n" ); document.write( " n is the number of times the money is compounded per year. 12\r \n" ); document.write( "\n" ); document.write( "A=P(1+r/n)^nt \n" ); document.write( "3400=1700(1+.06/12)^12t \n" ); document.write( " |