A = { Monday, Tuesday, Wednesday } . B

= { Tuesday, Friday, Saturday } .
What is An B?

1 answer

The intersection of A and B, denoted by A n B, is the set of elements that are common to both A and B.

In this case, the common element between A and B is Tuesday.

Thus, A n B = { Tuesday }.