A: {1, 3, 5, 7, 9}
B: {1, 2, 4, 9}
If C = {1, 6, 8, 10}, express the following sets with bit strings: ((in the picture))
Examples: Let U = {1, 2, 3, 4, 5, 6, 8, 9, 10} and then the set A = {1, 3, 5, 7, 9} can be represented by the string of bits: 1010101010. The set B = {1, 2, 4, 9} can be represented as: 1101000010.
Examples:
A:
1010101010
B:
1101000010
The set A U B can be represented as: 1111101010. The set A B can be represented as: 1000000010.
Questions: If C = {1, 6, 8, 10}, express the following sets with bit strings A - B, A U (B o C), and A o (B U C).