Question 733483
<pre>
{1, 2}, {1, 3, 5}, {5, 6, 8, 9}

It has to have ONLY ONE of each number listed, no duplicates:

{1, 2, 3, 5, 6, 8, 9}

Edwin</pre>