Rather than the standard Venn Diagram, I thought it might be interesting to visualize the overlapping groups using blocks.
Attachment:
File comment: G1, G2, and G3 represented as blocks
overlapping_blocks.png [ 20.18 KiB | Viewed 482 times ]
We're given that G1 = 10, G2 = 10, G3 = 6. Let x = the # of students who are in
none of the groups.
Say a = only in G1, b = in only G1+G2, c = only in G2, d = only in G1+G3, e = students in all three, f = only in G2+G3, g = only in G3.
G1 = a + b + d + e
G2 = b + c + e + f
G3 = d + e + f + g
x = 30 - (G1+G2+G3-b-d-2e-f)
Since "no student of G1 is in either of the other two groups", this means b, d, and e = 0.
Thus, a = 10 and x = 30 - (G1+G2+G3-f)
Now, let's consider what happens when the overlap between G2+G3, or f, varies, and how it affects x.
Attachment:
File comment: Blocks overlapped so that x = 6
overlap_x6.png [ 21.72 KiB | Viewed 485 times ]
In the above, the blocks are arranged such that G1 does not overlap with the other two, and G2+G3 overlap by 2. Thus, f = 2.
If f = 2, then x = 30 - (10+10+6-2) = 6
Attachment:
File comment: Blocks overlapped so that x = 10
overlapping_x10.png [ 22.54 KiB | Viewed 489 times ]
However, we can see that in order to maximize x, we can fully overlap G3 over G2, such that f = 6.
If f = 6, then x = 30 - (10+4+6) = 10