A few days ago
Anonymous

Let A=(2,4,6,8,10,12) B=(5,10,15)C=(2,3,5,7,11) Find the following B^C & BdownC?

Let A=(2,4,6,8,10,12) B=(5,10,15)C=(2,3,5,7,11) Find the following B^C & BdownC?

Top 1 Answers
A few days ago
Anand S

Favorite Answer

OK, I assume symbolic logic.

The ^ symbol denotes AND, equivalent to the intersection of two sets. The solution to A^B is the set of numbers that are in A *and* in B. In your case, A^B = (10).

The v symbol denotes OR, equivalent to the union of two sets. The solution to AvB is the set of numbers that are in A *or* B, or *both*. In your case, AvB = (2, 4, 5, 6, 8, 10, 12, 15).

Given that, you should be able to figure out B^C and BvC.

1