We know for any two sets A& B.
A△B=(A−B)∪(B−A)
Here, using the same method we can find symmetric differences as:
{1,2,3} △ {2,3,6}={1}∪{6}
⇒{1,2,3} △ {2,3,6}={1,6}
{2,4,6} △ {3,6,9}={2,4}∪{3,9}
⇒{2,4,6} △ {3,6,9}={2,3,4,9}
{3,5,6} △ {3,6,8}={5}∪{8}
⇒{3,5,6} △ {3,6,8}={5,8}
{4,6,9} △ {3,6,9}={4}∪{3}
⇒{4,6,9} △ {3,6,9}={3,4}