document.write( "Question 304396: a lake is 25,000,000 square feet. 1000 square feet of it is covered by a rare plant and every month the plant area doubles in size.\r
\n" );
document.write( "\n" );
document.write( "how do i write an equation that represents the growth pattern of the plant? \n" );
document.write( "
Algebra.Com's Answer #218362 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the doubling is 2^m, where \"m\" is the number of months\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the initial area is 1000, and the max area is 25,000,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1000(2^m) ≤ 25,000,000 \n" ); document.write( " |