Math, asked by Nimish8006, 1 month ago

If you have two sets like this -> s1 = {1,2,3,4,5,6}, s2 = {5,6,7,8,9}. How would you find the common elements in these sets.

Answers

Answered by mousamikhamaru2005
0

s1= { 1 2 3 4 5 6}

s2= { 5 6 7 8 9 }

so, s1 n s2 = { 1 2 3 4 5 6} n { 5 6 7 8 9 }

= { 5 6 }

( since n-intersection I. e the common elements)

hope it's helpful

Similar questions