Since we have the symbol ⋃, we are looking for the of the given .
K&={1,4, 7, 10}
L&={x|xis an even whole number
& less than 12}
We can rewrite the set L as a list of numbers. Out of all smaller than 12, we will choose only those that are .
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
Now, we have both sets written in the numerical form.
K&={1,4, 7, 10}
L&={0,2,4,6,8,10}
The union of two sets is the set that contains all found in either set. Therefore, the union of K and L holds all elements that are in either K or L. Note that a union only contains unique values, so we will cross out the duplicates, if any.
K&={1, 4, 7, 10}
L&={0,2,4,6,8,10}
K ⋃ L&={0, 1, 2, 4, 6, 7, 8, 10}