1. Calculate the total number of ways to select 4 accounts out of 24:
\binom{24}{4} = \frac{24!}{4!(24-4)!} = \frac{24!}{4! \cdot 20!}
2. Calculate the number of ways to select 4 low volume accounts out of 8:
\binom{8}{4} = \frac{8!}{4!(8-4)!} = \frac{8!}{4! \cdot 4!}
3. Compute the probability of selecting none of the high volume accounts:
P(\text{none}) = \frac{\binom{8}{4}}{\binom{24}{4}} = \frac{\frac{8!}{4!4!}}{\frac{24!}{4!20!}}
4. Compute the probability of selecting at least one high volume account:
P(\text{at least one}) = 1 - \frac{\binom{8}{4}}{\binom{24}{4}}
Simplify to get the final probability:
P(\text{at least one}) = 1 - \frac{70}{10626} = 1 - 0.00659 = 0.99341
Therefore, the probability that at least one of the selected accounts is a high volume account is:
P(\text{at least one}) \approx 0.99341