The bits string for A abd B are 1100101001 and 1011010110 respectively. Use bit string to find A intersection B compliment
"A = 1100101001"
"B = 1011010110"
"\\lnot {B }= 0100101001"
"A = 1100101001"
"\\lnot {B }= 0100101001"
"A\\cap\\lnot {B }=0100101001"
"\\text{Answer: }A\\cap\\lnot {B }=0100101001"
Comments
Leave a comment