document.write( "Question 1169808: a pine sapling was 3 meters tall when it was first planted. in its first year, it grew 1 meter. in each successive year, it grew 75% of the previous year's growth. if it continues to grow in this manner, what is the maximum height the tree can grow to? ( hint: remember to add in the original height of the seedling.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794644 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The original height was 3 meters. \n" ); document.write( "The amount of addition growth in meters is a geometric series: 1+(3/4)+(3/4)^2+... \n" ); document.write( "The sum of an infinite geometric series is the first term divided by (1 minus the common ratio): \n" ); document.write( " \n" ); document.write( "Maximum height: 3+4 = 7 meters \n" ); document.write( " \n" ); document.write( " |