document.write( "Question 1130343: A principal of $1400 is invested at 6% interest, compounded annually. How many years will it take to accumulate $2000 or more in the account? \n" ); document.write( "
Algebra.Com's Answer #747045 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 1400(1+0.06)^t >= 2000 \n" ); document.write( "1.06^t = 1.43 \n" ); document.write( "log 1.43 = t(log 1.06 \n" ); document.write( "(log 1.43)/(log 1.06) = t = 6.14 \n" ); document.write( "It will take approximately 6 years for the account to go frem 1400 to 2000 \n" ); document.write( " \n" ); document.write( " |