Mikaila D. answered 01/11/18
Tutor
4.5
(8)
College-Level Math and Computer Science Tutor
n(AuB)
The n() means that we're counting how many elements are in the set between the parentheses.
AUB is every element in both sets. Let's first add every element in A
AUB = {2, 3, 4}
Next, let's add the elements in B that are not already in the set:
AUB = {2, 3, 4, 5, 7}
There are 5 elements in this set, so n(AUB) = 5