volume_mute
A BA is evaluating a 'Business Rule'. If 'If A and B then C' is the rule, and A is true 50% of the time and B is true 20% of the time (independently), how often is C triggered?
publish date: 2026/03/09 19:32:37.641856 UTC
volume_mute
Correct Answer
10%
Explanation
For an AND logic gate with independent events, multiply the probabilities: 0.50 * 0.20 = 0.10 or 10%;
Reference
go-math-science.com
