document.write( "Question 341367: How do i create a fromula to show an income that would double every day? I need to be able to show for an open amount of tim, not just one day, week or month? \n" ); document.write( "
Algebra.Com's Answer #244438 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
At the start you have \"P\".
\n" ); document.write( "In one day you have \"T=2P=2%5E%281%29%2AP\"
\n" ); document.write( "In 2 days, you have \"T=2%282P%29=4P=2%5E%282%29%2AP\"
\n" ); document.write( "In 3 days, you have \"T=2%284P%29=8P=2%5E%283%29%2AP\"
\n" ); document.write( "So in \"n\" days, you will have \"T=2%5En%2AP\"
\n" ); document.write( "so your equation is,
\n" ); document.write( "\"T%28n%29=P%2A2%5En\"
\n" ); document.write( "
\n" );