document.write( "Question 446206: 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 #307276 by stanbon(75887)![]() ![]() ![]() 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( "--- \n" ); document.write( "At this point you should divide both sides by 450 to get: \n" ); document.write( "2.2222... = (1.00417)^(12t) \n" ); document.write( "================================= \n" ); document.write( "When the variable is in the exponent you need to take the \n" ); document.write( "log to get it down where you can solve for it. \n" ); document.write( "------------------------------------- \n" ); document.write( "You get: \n" ); document.write( "(12t)*log(1.00417) = log(2.22222..) \n" ); document.write( "--- \n" ); document.write( "t = [log2.2222..]/[12log1.00417] \n" ); document.write( "--- \n" ); document.write( "t = 16 years \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |