Problems from Operations among events: union, intersection, difference and complement

In an urn we have white (W), red (R), green (G) and black (B) balls. We draw a ball from the urn, and look at what color it is.

Consider the following events:

A1="draw a white or a red ball".

A2="draw a ball that is not green".

A3="draw a black ball".

Describe the results that form each event.

Consider now the following events: A1A3, A2A1, A1A3.

Describe the results that form each event.

See development and solution

Development:

First of all, we have to determine what the sample space is. We already know that the possible results are to extract a white ball (W), to extract a red ball (R), to extract a green ball (G) and to extract a black ball (B). So, Ω={W,R,G,B}.

The event A1="extract a white or red ball" is formed by A1={W,R}. We can see it , considering that A1 is the union of "extract a white ball", {W}, and "extract a red ball", {R}.

The event A2="extract a ball that is not green" is the opposite of the event "extract a green ball"={G}. So, A2=G. And so, we know that we can find A2 doing A2=Ω{G}={W,R,G,B}{G}={W,R,G}.

The event A3="extract a black ball"={B}.

Let's consider now the operations between events that arise next:

A1A3="extract a white or red ball, or to extract a black ball"={W,R}{B}={W,R,B}.

A2A1 is the difference between A2 and A1. It is formed by all the events that are in A2, but not in A1. And so, A2A1={W,R,G}{W,R}={G}.

To calculate A1A3, first we have to calculate what A1 is. We have seen that the complementary A1 can be found as follows A1=ΩA1={W,R,G,B}{W,R}={G,B}.

Now we can calculate the event A1A3, formed by all the events that satisfy A1 and A3. We find it by doing A1A3={G,B}{B}={B}.

Solution:

A1={W,R}, A2={W,R,G}, A3={B}.

A1A3={W,R,B}, A2A1={G}, A1A3={B}.

Hide solution and development
View theory