When planting trees, 20% of the seedlings do not survive. We need to find the most probable number of surviving seedlings out of 1000 planted seedlings.
2025/5/19
1. Problem Description
When planting trees, 20% of the seedlings do not survive. We need to find the most probable number of surviving seedlings out of 1000 planted seedlings.
2. Solution Steps
Let be the number of planted seedlings, so .
Let be the probability of a seedling surviving. Since 20% of the seedlings do not survive, 80% do survive. Thus, .
Let be the probability of a seedling not surviving, so .
We are looking for the most probable number of surviving seedlings, which we denote by . The most probable number satisfies the following condition:
Plugging in the values:
Since must be an integer, the most probable number of surviving seedlings is .
3. Final Answer
The most probable number of surviving seedlings is 800.