Concept:
The expression
\[
(A\cup B)-(A\cap B)
\]
is called the symmetric difference of sets \(A\) and \(B\).
Step 1: Interpret the given expression.
The set \(A\cup B\) contains all elements that belong to \(A\) or \(B\).
The set \(A\cap B\) contains the common elements.
Subtracting the common elements leaves only those elements that belong exclusively to one set.
Step 2: Express the remaining elements.
Elements belonging only to \(A\) form
\[
A-B
\]
Elements belonging only to \(B\) form
\[
B-A
\]
Taking their union,
\[
(A-B)\cup(B-A)
\]
which is exactly the symmetric difference.
\centerline{{\((A-B)\cup(B-A)\)}}