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?https://go-math-science.com/computing/software-engineering/requirements-engineering/cbap-certification-practice-exams/cbap-practice-examp-2/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-triggeredhttps://go-math-science.com/@@site-logo/logo-new.png
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%;