Find the Intersection of the Sets A=(3,4,6,1) , B=(0,9,8,7,1)
Problem
Solution
Identify the elements in set
A which are{1,3,4,6} Identify the elements in set
B which are{0,1,7,8,9} Find the common elements that appear in both set
A and setB Determine that the only number present in both sets is
1
Final Answer
Want more problems? Check here!