Respuesta :

Subsets with bit strings:

  1. 0011100000
  2. 1010010001
  3. 0111001110

What are subsets?

  • A set A is a subset of a set B if all of its items are also elements of B; B is, therefore, a superset of A.
  • A and B can be equal; if they are unequal, then A is a legitimate subset of B.
  • Inclusion refers to the relationship of one set being a subset of another.

To find the subsets with bit strings:

We need to express a) b) and c) into bit strings.

Firstly, a number of elements in the universal set represent the number of bits in the bit string.

Secondly, 1 = yes element is present in both universal sets as well as in subset.

0 = No, the element is not present in the subset but present in the universal set.

Hence, we have:

a) Subset {3,4,5} = 0011100000  (As there are 3 1's which means only 3,4,5 are present in both universal set and subset.

Similarly,

b) Subset {1, 3, 6, 10} = 1010010001

c) Subset {2, 3, 4, 7, 8, 9} = 0111001110

Therefore, Subsets with bit strings:

  1. 0011100000
  2. 1010010001
  3. 0111001110

Know more about subsets here:

https://brainly.com/question/13265691

#SPJ4

Complete question:

Suppose that the universal set is U={1,2,3,4,5,6,7,8,9,10}. Express each of the following subsets with bit strings (of length 10) where the ith bit (from left to right) is 1 if i is in the subset and zero otherwise.

a) {3, 4, 5}

b) {1, 3, 6, 10}

c) {2, 3, 4, 7, 8, 9}.