document.write( "Question 1058584: Hello!
\n" );
document.write( "I would like to know the formula (and answer) for the following:
\n" );
document.write( "I trade currency on a daily basis (the market is open for 5 days per 7 day week), so if I began with $200, and I gained 10% on my principal on a DAILY basis, how long would it take me to reach $10,000?\r
\n" );
document.write( "\n" );
document.write( "For example, Monday = $200, Tuesday I would have $220 (200*10%=220), Wednesday I would have $242 (220*10%=242), etc. Is there a simple formula for determining how long it would take me to achieve a $10,000 goal, assuming I can make 10% gains every trading day using the previous days total as my new principal.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #673658 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! The formula that you are looking for is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "FV = PV * (1 + 0.10)^n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "where FV is the future value ($10,000), PV is the present value ($200), and n is the number of \n" ); document.write( "trading days.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10,000 = 200(1.10)^n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(1.10)^n = 10000/200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(1.10)^n = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Taking the natural logarithm of each side gives you:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n * ln(1.10) = ln(50)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = ln(50) / ln(1.10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 41.05 trading days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: If your calculator does not have the natural logarithm \n" ); document.write( "function (ln), you can use the regular base-10 logarithm \n" ); document.write( "function (log). As long as you use the same function in both \n" ); document.write( "places, you'll get the same answer. \n" ); document.write( " |