In a risk system, three alert types A, B, C can fire simultaneously. From historical logs you know:
- P(A)=0.5, P(B)=0.4, P(C)=0.3,
- P(A∩B)=0.2, but P(A∩C) and P(B∩C) are unknown,
- P(none of A,B,C)=0.1,
- P(exactly one fires)=0.7.
Determine P(A∩B∩C) and P(exactly two fire). Show all steps.