document.write( "Question 89657: Determine the time required for the amount in an account to reach $10000, if there's an initial deposit of $4000 earning 8% interest compounded quarterly. \n" ); document.write( "
Algebra.Com's Answer #65159 by stanbon(75887) ![]() You can put this solution on YOUR website! Determine the time required for the amount in an account to reach $10000, if there's an initial deposit of $4000 earning 8% interest compounded quarterly. \n" ); document.write( "------------- \n" ); document.write( "10000 = 4000(1+0.08/4)^(4t) \n" ); document.write( "2.5 = (1.02)^(4t) \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "(4t)log1.02 = log2.5 \n" ); document.write( "4t = [log2.5]/[log1.02] = 46.27 \n" ); document.write( "t = 11.57 years \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |