document.write( "Question 445137: The question is: The amount of money A accrued at the end of t years when a certain amount, P, is invested at an annual rate r compounded n times per year is given by: A=P(1+r/n)^nt. How long will it take for $450 at 5% interest compounded monthly to reach $1000? (Write your answer to two decimal places.)\r
\n" );
document.write( "\n" );
document.write( "I've set the problem up like this:
\n" );
document.write( "1000=450(1+.05/12)^12(t)
\n" );
document.write( "1000=450(1+0.00417)^12(t)
\n" );
document.write( "1000=450(1.00417)^12(t)
\n" );
document.write( "1000=450(1.0512)^t
\n" );
document.write( "1000=473.04^t\r
\n" );
document.write( "\n" );
document.write( "And that's where I'm stuck. Assuming my math to that point is accurate (and if it's not, could you please help?), how do I go about the problem from this point? How do I get t to no longer be an exponent and move on to get the time? \r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #311037 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I've set the problem up like this: \n" ); document.write( "1000=450(1+.05/12)^12(t) \n" ); document.write( "1000=450(1+0.00417)^12(t) \n" ); document.write( "1000=450(1.00417)^12(t) \n" ); document.write( "1000=450(1.0512)^t \n" ); document.write( "1000=473.04^t \n" ); document.write( ".. \n" ); document.write( "You are correct up to the third step. \n" ); document.write( "1000=450(1.00417)^12(t) \n" ); document.write( "divide both sides by 450 \n" ); document.write( "1000/450=(1.00417)^12(t) \n" ); document.write( "Take the logarithms of both sides \n" ); document.write( "log(1000/450)=12t*log(1.00417) \n" ); document.write( "12t=log(1000/450)/log(1.00417)=191.8876 \n" ); document.write( "t=191.8876/12=15.99 years (ans)\r \n" ); document.write( "\n" ); document.write( "note: Usually, when the unknown is an exponent logs are required to solve. \n" ); document.write( " |