Here's my problem: say we have four sets of letters (abcdef) (abde) (abc) (ad). We can only add or subtract those sets in a way that (abc) + (ad) = (aabcd), (abcdef) - (abde) = (cf), but (abc) - (ad) is not allowed. Is it possible to get (b) only with these rules?
(inspired by a "find an area" geometry problem) (is there a tag for these specific types of problems?)