There are three devices A, B and C. Each of this device has probability of failure a, b and c respectively where $a, b, c \in (0, 1)$. What is probability that A and B will be broken and C will work ok?
I was thinking about: $P = a \cdot b \cdot (1 - c)$, but I'm not sure.