Find the intersection of the two sets.
A= {1,2,3,4} and B = {3,4,5,6} - (correct Answer) - A U B = {1,2,3,4,5,6}
Find only elements found in D and E.
D= {1,3,5...}
E = {2,4,6...} - (correct Answer) - D and E = {}
Form the union of the following sets.
R = {10,15,20}
S = {20,25}
R U S = - (correct Answer) - {10,15,20,25}
Form a Union of the following sets.
X = {0, 10, 100, 1000}
Y = {100, 1000}
X U Y = - (correct Answer) - {0, 10, 100, 1000}
Form a union of the following sets.
E = {1,2,3}
F = {101, 102, 103, 104,}
E U F = - (correct Answer) - {1,2,3,101, 102,103,104}
Form the Union of the following sets.
M = {}
N = {6,7,8,9,10}
M U N = - (correct Answer) - {6,7,8,9,10}
Form the intersection of the following sets.
R = {10, 15, 20}
S = {20, 25}