A data pipeline runs three validation checks on every incoming batch. The checks fail independently of one another, with these failure probabilities:
A batch is rejected if at least one of the three checks fails. What is the probability that a batch is rejected?
Select all that apply.