document.write( "Question 141443: An initial investment is made at 4.5% interest, compounded semi annually, how long will it take to become 4 times the original amount? \r
\n" );
document.write( "\n" );
document.write( "Is this question even possible without the amount of the initial investment? \n" );
document.write( "
Algebra.Com's Answer #103074 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An initial investment is made at 4.5% interest, compounded semi annually, how long will it take to become 4 times the original amount? \n" ); document.write( ": \n" ); document.write( "Using the formula; A = P(1+(i/n))^nt \n" ); document.write( "where \n" ); document.write( "A = resulting amt \n" ); document.write( "P = initial amt \n" ); document.write( "i = interest in decimals \n" ); document.write( "n = no. of time per year \n" ); document.write( "t = no. of yrs \n" ); document.write( ": \n" ); document.write( "In this problem we just assign a value of 1 for P and 4 for A: \n" ); document.write( "It asks how long so we solve for t: \n" ); document.write( ": \n" ); document.write( "1(1 + (.045/2))^2t = 4 \n" ); document.write( ": \n" ); document.write( "(1+.0225)^2t = 4 \n" ); document.write( ": \n" ); document.write( "(1.0225)^2t = 4 \n" ); document.write( ": \n" ); document.write( "log(1.0225^2t) = log(4) \n" ); document.write( ": \n" ); document.write( "Log equiv of exponents \n" ); document.write( "2t*log(1.0225) = log(4) \n" ); document.write( ": \n" ); document.write( "Find the logs: \n" ); document.write( "2t*.0096633 = .60206 \n" ); document.write( "2t = \n" ); document.write( "2t = 62.3 \n" ); document.write( "t = \n" ); document.write( "t = 31.15 \n" ); document.write( "So we have to say it will take 31.5 yrs for your money to quadruple at 4.5%, semiannually \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution on a calc: enter: (1.0225)^(2*31.5) = 4.06 \n" ); document.write( " |