Describe the yellow space with just 2 set operations

31 Views Asked by At

How can I describe the following yellow space with just 2 set operations?

enter image description here

I can only do it with 3 I thougt, but there is a way using just 2 set operations.

2

There are 2 best solutions below

0
On BEST ANSWER

I suppose what you want is the following:

$(A\cap B) \mathop \triangle C$, where $\triangle$ is the symmetric difference operator.

0
On

$(A \cap B)\Delta C$ where $\Delta$ is the symmetric difference operator.