For at least one winning, we can calculate the probability of all three losing, then take the inverse.
So for at least one die winning (that is, not all three losing), we have:
1 - ( (1 - 0.8) * (1 - 0.8) * (1 - 0.5) ) = 1 - 0.02 = 98%
The probability of at least two winning is harder, but we can do it by combining multiple possibilities.
The probability of dice 1 and 2 winning is:
0.8 * 0.8 = 64%
The probability of dice 1 and 3 winning is:
0.5 * 0.8 = 40%
The probability of dice 2 and 3 winning is:
0.5 * 0.8 = 40%
Similar to before, we can calculate the probability of none of those things happening, then take the inverse:
1 - ( (1 - 0.64) * (1 - 0.4) * (1 - 0.4) ) = ~~76.96%~~ 87.04%