document.write( "Question 1209221: $3000 is deposited at 8% compounded semiannually. How long does it take to double? Round to the nearest tenth of a year.
\n" );
document.write( "Use the formula
\n" );
document.write( "A=P(1+r/n)^nt
\n" );
document.write( "possible answers
\n" );
document.write( "1.) 8.8 years
\n" );
document.write( "2.) 9.2 years
\n" );
document.write( "3.) 9 years
\n" );
document.write( "4.) 8.6 years \n" );
document.write( "
Algebra.Com's Answer #847861 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 8.8 years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Work Shown \n" ); document.write( "P = 3000 is the investment amount. We wish to double it to A = 6000 dollars. \n" ); document.write( "r = 0.08 = decimal form of the annual interest rate \n" ); document.write( "n = 2 since we're compounding 2 times a year \n" ); document.write( "The goal is to solve for t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P(1+r/n)^(nt) \n" ); document.write( "6000 = 3000(1+0.08/2)^(2*t) \n" ); document.write( "6000/3000 = (1.04)^(2*t) \n" ); document.write( "2 = (1.04)^(2*t) \n" ); document.write( "Log(2) = Log( (1.04)^(2*t) ) \n" ); document.write( "Log(2) = 2t*Log(1.04) \n" ); document.write( "t = (1/2)*Log(2)/Log(1.04) \n" ); document.write( "t = 8.836494 approximately \n" ); document.write( "t = 8.8 years when rounding to the nearest tenth of a year. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Footnotes:
\n" ); document.write( " \n" ); document.write( " |