Final answer:
To find a 99% confidence interval for the mean height of all plants of a specific species, use the formula CI = (sample_mean - z * (std_dev/sqrt(n)), sample_mean + z * (std_dev/sqrt(n))). Substituting the given values, the lower limit is 16.842 cm and the upper limit is 17.158 cm.
Step-by-step explanation:
To find a 99% confidence interval for the mean height of all plants of the specific species, we can use the formula:
CI = (sample_mean - z * (std_dev/sqrt(n)), sample_mean + z * (std_dev/sqrt(n)))
Here, the sample mean is 17 cm, the standard deviation is 1 cm, and the sample size is 14. The critical value, z, for a 99% confidence interval is approximately 2.576.
Substituting these values into the formula, we get:
CI = (17 - 2.576 * (1/sqrt(14)), 17 + 2.576 * (1/sqrt(14)))
Calculating the lower and upper limits of the confidence interval, we find:
Lower limit = 16.842
Upper limit = 17.158