1

I have a problem that I don't under because I don't know what the answer is because there are two lots of brackets in D B n D when B = {6,7,8,9} when D = {{6,7},6,4}

Asaf Karagila
  • 393,674

2 Answers2

2

$B\cap D=\{6\}$

Because in B are the elements 6,7,8 and 9. To D belongs the elements $\{6,7\}$,6 and 4.

Note that in the set D is the additional set $\{6,7\}$ as an element. Do not misunderstand that with the set $D'=\{6,7,6,4\}=\{6,7,4\}$

The intersect of two sets contains all elements which are in both sets. And this is only the 6.

Does that make sense to you?

  • yes i think so, so in set D you ignore the first 6 and the 7 – user106594 Nov 09 '13 at 15:22
  • Ignore is maybe a wrong word for it. It is simply that the set {6,7} is an element of D. You have to view this as one object. You could write $D={A,6,4}$ where $A={6,7}$. And the element A is not in B. – user105916 Nov 09 '13 at 15:26
1

it means that the element of a set is again a set, hence in your case the elements of $D$ are numbers $6, 4$ and a set consisting of $6$ and $7$hence $\{6,7\}$

mm-aops
  • 4,195