Problem:
Find the smallest possible set (that is, the set with least number of elements) that contains the given sets as subsets.
{6, 1, 3}, {a, e}
a. {6, 1, 3}
b {6, 1, 3, a, e}
c. {10, a, e}
d {a, e}
Additional Information:
This question is from Mathematics as well as it is about determining the smallest possible set containing given sets as subsets.