document.write( "Question 152434: A woman deposits $50,000 in a savings account with 4% continuously compounded interest. How many years must she wait until the balance has doubled? \n" ); document.write( "
Algebra.Com's Answer #112028 by orca(409)    ![]() You can put this solution on YOUR website! Suppose her money will be doubled at the end of n years. \n" ); document.write( "At the end of n years she will have 50,000(1 + 4%)^n. \n" ); document.write( "Set it equal to 2*50,000, we have \n" ); document.write( "50,000(1 + 4%)^n = 2*50,000 \n" ); document.write( "Dividing both sides by 50,000, we have \n" ); document.write( "(1 + 4%)^n = 2 \n" ); document.write( "1.04^n = 2 \n" ); document.write( "n = log2/log1.04 = 17.7 \n" ); document.write( "So she need to wait 18 years.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "  |