Question 1175175
<font color=black size=3>
The U symbol between the A and B means "union". We combine the two sets together to form one big set. Toss out any duplicates. 


A u B = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11}


Optionally you can sort the values from smallest to largest
</font>