Suppose we do not have access to the full data set of flight…
Suppose we do not have access to the full data set of flights, but we are able to sample 250 flights at random from the table. We would like to estimate the percentage of flights that are delayed. To do this, we sum the number of flights in our sample and divide by 250 (and multiply by 100). We then resample with replacement from our sample many times, each time computing this statistic (sum of delayed flights / 250 * 100). With this process, we obtain a 95% confidence interval: (23.7%, 64.3%). Choose all the correct statements: