document.write( "Question 1190868: This exercise is based on the following table, which lists interest rates on long-term investments (based on 10-year government bonds) in several countries in 2014.†
\n" );
document.write( "Country U.S. Japan Germany. Australia Brazil
\n" );
document.write( "Yield 2.5%. 0.5% 1.0% 3.5% 4.2%
\n" );
document.write( "Assuming that you invest $13,000 in Japan, how long (to the nearest year) must you wait before your investment is worth $20,000 if the interest is compounded annually?
\n" );
document.write( " _______ yr
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823137 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 20000=13000(1.005)^n, n is number of years \n" ); document.write( "1.538=1.005^n \n" ); document.write( "logs both sides \n" ); document.write( "0.18708=nlog(1.005) \n" ); document.write( "n=86.37 years or 86 years \n" ); document.write( " \n" ); document.write( " |