Analyzing the Setup
Imagine you are standing before a vast, perfectly ordered grid. This is the universe of our problem: the sample space of two dice. When we throw two dice, we navigate a 6×6 coordinate system where every point (x,y) represents a unique reality.
With x being the outcome of the first die and y the second, we have a total of 6×6=36 possible outcomes. This grid is your map.
The diagonal where x=y splits the grid perfectly. Event A, defined by x<y, is the entire region strictly above this diagonal. Because the grid is symmetric and there are 6 points on the diagonal, we are left with 30 points. Half of these satisfy x<y, giving us n(A)=15.
The Surgical Precision of Set Theory
The problem asks us to evaluate the number of favorable cases for (A∪B)∩C. At first glance, this expression looks like a tangled knot of logic.
We apply the
Distributive Law of sets to expand this expression into:
(A∩C)∪(B∩C)
By doing this, we have transformed one complex problem into two simpler, independent missions. We do not need to hold the whole structure in our heads at once; we simply solve these two pieces and bring them together.
The Clash of Parity
Let us examine the second piece: B∩C. Event B demands that the first die be even (x∈{2,4,6}) and the second be odd (y∈{1,3,5}).
Event C demands the exact opposite: the first die must be odd (x∈{1,3,5}) and the second even (y∈{2,4,6}).
Ask yourself: can the first die be both even and odd at the same time? This is a logical contradiction. Therefore, B∩C=ϕ, the empty set. The number of favorable cases here is zero.
The Final Count: A∩C
We are left with only A∩C. We need to find outcomes where x<y, x is odd, and y is even. We fix x to its odd possibilities: 1,3, and 5.
If x=1, then y can be any even number greater than 1, which means y∈{2,4,6}. This yields 3 cases.
If x=3, then y must be an even number greater than 3, so y∈{4,6}. This yields 2 cases.
If x=5, then y must be an even number greater than 5, so y=6. This yields 1 case.
Adding these up, we get:
3+2+1=6
The total number of favorable cases is 6+0=6. You have successfully navigated the logic, and the final answer is 6.