document.write( "Question 949971: Kindly help me to solve this problem:\r
\n" );
document.write( "\n" );
document.write( "Ken deposits 6,000 into a saving account at t=0. The account pays simple interest at an annual rate 10%. Ken withdraws the entire balance of his savings account at t=12.
\n" );
document.write( "Steve deposits 12,000 into a saving account at a later date, t+x. Steve's account pays compound interest at an annual rate of 10%. Steve withdraws the entire balance of his savings account at t=12.
\n" );
document.write( "If Steve's account balance is twice that of Kevin's account balance at t=12. what is the value of x? (that is how long after t=0 did Steve make his depose?).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #580028 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Ken deposits 6,000 into a saving account at t=0. \n" ); document.write( " The account pays simple interest at an annual rate 10%. \n" ); document.write( " Ken withdraws the entire balance of his savings account at t=12. \n" ); document.write( "Find K's amt at t=12 \n" ); document.write( "k = 6000 + 6000*.1*12 \n" ); document.write( "k = $13,200 \n" ); document.write( ": \n" ); document.write( "Steve deposits 12,000 into a saving account at a later date, t+x. \n" ); document.write( " Steve's account pays compound interest at an annual rate of 10%. \n" ); document.write( " Steve withdraws the entire balance of his savings account at t=12. \n" ); document.write( "If Steve's account balance is twice that of Kevin's account balance at t=12. \n" ); document.write( " what is the value of x? (that is how long after t=0 did Steve make his deposit?) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(12-x)log(1.1) = log(2.2) \n" ); document.write( "12-x = \n" ); document.write( "12 - x = 8.2725 \n" ); document.write( "-x = 8.2725 - 12 \n" ); document.write( "-x = -3.727 \n" ); document.write( "x = 3.727 yrs after Ken's deposit which was t=0 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can check this. Steve's 12000 was in the bank 8.2725 yrs \n" ); document.write( "12000(1.1^8.2725) = 26400 \n" ); document.write( " |