If R = [2, 4, 6, 7] and S = [1, 2, 4, 8], then R∪S equal
Answer Details
In set theory, the union of two sets is a set containing all distinct elements from both sets. Therefore, to find R∪S, we need to combine all the elements in R and S without duplication.
R = [2, 4, 6, 7] and S = [1, 2, 4, 8], so combining them without duplication gives us:
R∪S = [1, 2, 4, 6, 7, 8]
Therefore, the correct answer is (a) [1, 2, 4, 6, 7, 8].