345 views

2 Answers

0 votes
0 votes
  • $A\triangle B = A\oplus B =  (A\cup B) - (A\cap B) $
  • $A\triangle B = A\oplus B =  (A - B) \cup  (B - A) $

Let $A = \left\{1,3,5\right\}$ and $B = \left\{1,2,3\right\}$ 

$A\triangle B  = \left [ \left\{1,3,5\right\} - \left\{1,2,3\right\} \right ] \cup \left [ \left\{1,2,3\right\} - \left\{1,3,5\right\} \right ]$

$A\triangle B  = \left\{5 \right\} \cup \left\{2 \right\} = \left\{5,2\right\}$

0 votes
0 votes
A symmetric difference B  = (A U B) – (A intersection B)

which is equal to {2,5}.

Related questions

1 votes
1 votes
2 answers
1
Pooja Khatri asked Apr 6, 2019
484 views
Show that if $A$ is a subset of a universal set $U$, then$A \oplus A = \phi.$$A \oplus \phi = A.$$A \oplus U = \sim A.$$A \oplus \sim A= U.$
1 votes
1 votes
1 answer
3
0 votes
0 votes
0 answers
4