QUESTION IMAGE
Question
- - / 10 points 0/100 submissions used
details
my notes
ask your teach
let u = {5, 6, 7, 8, 9, 10, 11, 12}, a = {6, 8, 10}, b = {5, 6, 9, 12}, and c = {5, 7, 11}. find the following. (enter your answers as a comma-separated list.)
$(c \cup b) \cup \varnothing$
resources
read it
watch it
Step1: Find complement of B
$B' = U - B = \{5,6,7,8,9,10,11,12\} - \{5,6,9,12\} = \{7,8,10,11\}$
Step2: Find union of C and B'
$C \cup B' = \{5,7,11\} \cup \{7,8,10,11\} = \{5,7,8,10,11\}$
Step3: Union with empty set
$(C \cup B') \cup \emptyset = \{5,7,8,10,11\} \cup \emptyset = \{5,7,8,10,11\}$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
5, 7, 8, 10, 11