Determine whether the pair of sets is equal.
{1, 1, 2, 2, 2, 6, 6, 6, 6}, {1, 2, 6}
2 answers
Yeah.....but we don't usually represent sets by the former type
the sets are not equal in any way. The first set has 8 elements, and the second has 3 elements. It just so happens that some of the values are equal.