document.write( "Question 204192: If there are 2 apples and every year the percentage of apples increase by 2%. How many apples are there in 6000 years?\r
\n" ); document.write( "\n" ); document.write( "For the first year the formula seems to work 2+1[2(.02)]=2.04
\n" ); document.write( "For the second year, I think it should be 2.04+1[2.04(.02)]=2.0808
\n" ); document.write( "because we have to take into consideration the initial increase and 2% of the initial increase for further increase.
\n" ); document.write( "For the third year, 2.0808+1[2.0808(.02)]=2.122416
\n" ); document.write( "And so on.\r
\n" ); document.write( "\n" ); document.write( "How do I go about calculating the problem without having to do it 6000 times?
\n" ); document.write( "

Algebra.Com's Answer #154163 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
try this\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 * (1.02)^6000 (that's 1.02 to the 6000th power)
\n" ); document.write( "
\n" );