Find the Intersection of the Sets A=(77,88,99,100) , B=(77,88,100,0)
Problem
Solution
Identify the elements in set
A The elements are77 88 99 and100 Identify the elements in set
B The elements are77 88 100 and0 Determine the intersection by finding the elements that appear in both set
A and setB Compare the elements:
77 is in both,88 is in both,99 is only inA 100 is in both, and0 is only inB List the common elements to form the intersection set.
Final Answer
Want more problems? Check here!