document.write( "Question 920350: ind the interest rate needed for an investment of $5,000 to grow to an amount of $5,500 in 6 months if interest is compounded monthly \n" ); document.write( "
Algebra.Com's Answer #558311 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the interest rate needed for an investment of $5,000 to grow to an amount of $5,500 in 6 months if interest is compounded monthly. \n" ); document.write( "*** \n" ); document.write( "compound interest formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, A=amount after t-years. \n" ); document.write( ".. \n" ); document.write( "For given problem: \n" ); document.write( "P=$5000 \n" ); document.write( "r=? \n" ); document.write( "n=12 \n" ); document.write( "A=$5500 \n" ); document.write( "t=0.5 \n" ); document.write( ".. \n" ); document.write( "5500=5000(1+r/12)^(12*0.5) \n" ); document.write( "5500/5000=(1+r/12)^6 \n" ); document.write( "1.1=(1+r/12)^6 \n" ); document.write( "raise both sides to the (1/6) power \n" ); document.write( "1.0160=1+r/12 \n" ); document.write( "r/12=.0160 \n" ); document.write( "r=12*.0160=0.192 \n" ); document.write( "Interest rate=19.2% \n" ); document.write( " |