What is the probability that a sheepdog performs at least $1$ of these tasks successfully?
My approach is to subtract the probability of performing at most $1$ of these tasks successfully from the probability of performing all $4$ tasks successfully.
$P(\text{fetch})=.9, P(\text{drive})=.7, P(\text{herd})=.84, P(\text{separate})=.75$.
The complement of these four probabilities is, $.1,.3,.16,$ and $,.25$, respectively.
So the probability that the sheepdog performs all four tasks successfully is simply, $(.9)(.7)(.84)(.75)$.
The probability that the sheepdog performs at most $1$ task successfully can be split into $4$ cases. Either the sheepdog performs the fetch task (and not the other 3) successfully, performs the drive task, performs the herd task, or performs the separate task.
This would look like:
$(.9)(.3)(.16)(.25)+(.1)(.7)(.16)(.25)+(.1)(.3)(.84)(.25)+(.1)(.3)(.16)(.75)$
Subtracting this from the case in which the sheepdog performs all four tasks would yield:
$(.9)(.7)(.84)(.75)-[(.9)(.3)(.16)(.25)+(.1)(.7)(.16)(.25)+(.1)(.3)(.84)(.25)+(.1)(.3)(.16)(.75)]$.
Is this correct?

The complement of at least $1$ is not at most $1$.
The complement is if none of the task is perform.
Hence just compute $$1-\prod_{i=1}^4 (1-p_i)$$