The union of two sets is the set of all distinct elements present in both sets. So, we combine all the elements of set N and set R, but we only write each element once, even if it appears in both sets.
So,
$$
N \cup R = \{1,3,5,7,9,11,13\} \cup \{0,1,2,3,4\} =
Show more…