If the probability of one success is 30%, then the probability of one failure is 70%. If we're trying to find the probability of at least one failure, then one approach is to find the probability of exactly 1, 2, 3, 4, and 5 failures. That's a lot of calculation.
Happily, there is an easier alternative. We can find the probability of this not happening and subtracting from 1. There is only one calculation for that, and that is 0 failures. If we make X the number of failures, then
P(X = 0) = 5C0 • 0.70 • 0.35 = 0.00243. This is the probability of not having at least one failure. So the probability of the opposite event--having at least one failure--is 1 - 0.00243 = 0.99757.