MINUS works on the same principle as in predetermined operations. Suppose that if you set A and B, A = {1,2,3,4}; B = {3,5,6} then AB = {1,2,4}
If A = {1,3,5} and B = {2,4,6} then AB = {1,3,5}. Here the counter (A) before and after the MINUS operation will be the same, since it does not contain matching terms with the set B.
In similar lines, there may be a result set obtained in query 2, may not have matching terms with the result of query1. Therefore, you still get 28 instead of 6 lines.
Hope this helps.
source share