a) Let set A be the bit strings of length 8 beginning with two 0s:
"|A|=1\\cdot1\\cdot2\\cdot2\\cdot2\\cdot2\\cdot2\\cdot2=2^6=64"
Let set B be the bit strings of length 8 ending with one 1s:
"|B|=2\\cdot2\\cdot2\\cdot2\\cdot2\\cdot2\\cdot2\\cdot1=2^7=128"
Let C be the bit strings of length 8 beginning with two 0s and ending with one 1s:
"|C|=|A\\cap B|=1\\cdot1\\cdot2\\cdot2\\cdot2\\cdot2\\cdot2\\cdot1=2^5=32"
Then
"|A\\cup B|=|A| + |B|-|A\\cap B|=64+128-32=160"
b) Let A be computer science majors
"|A|=36"
Let set B be math majors
"|B|=29"
And joint majors are "|A \\cap B|= 5"
Therefore there are students in the class:
"|A \\cup B|=|A|+|B|-|A \\cap B|=36+29-5=60"
Answer:
a) 160
b) 60
Comments
Leave a comment