← All posts

How to Solve Venn Diagram Questions: Step-by-Step Method

May 9, 2026 · 7 min · sets · venn diagrams · set theory · gcse maths · igcse maths · probability

Written & checked by Rabail, a student.

Quick answer: To solve a Venn diagram question, draw the circles, write the "both" (overlap) number in first, subtract it from each total to get the "only" regions, then subtract everything inside from the universal total to find "neither". Always check your regions add back to the total before answering.

I lost three marks on a Venn question last year for the dumbest possible reason. The question said 18 students study French and I wrote 18 in the French-only region instead of splitting it around the overlap. Everything after that was wrong, and my "neither" answer came out negative, which should have been my clue to stop. History is my favourite subject and English my strongest, so this is not a topic I am naturally quick at. It doesn't reward being clever anyway. It rewards being slow and mechanical, in a fixed order, every time.

The symbols, and how to read them out loud

Read the union symbol as "or" and the intersection symbol as "and", and most of the notation stops being frightening.

  • ξ (sometimes written U) is the universal set: everything under consideration. It is the rectangle you draw around the circles.
  • n(A) means "the number of things in A" — a count, not a list.
  • A ∪ B is union: in A, or in B, or in both.
  • A ∩ B is intersection: in A and in B — the overlap only.
  • A' is the complement: everything inside the rectangle that is not in A.
  • ∈ means "is a member of", ∅ is the empty set, ⊂ means "is a subset of".

Now read A' ∩ B as a sentence: "not A, and B", which is the part of B outside A, so B only. And (A ∪ B)' reads "not (A or B)", the region outside both circles: the "neither" corner. Talk through the notation like that and shading questions become almost free marks.

Boards package this differently. Cambridge IGCSE wants n(A ∩ B) style answers and loves shading. GCSE (AQA, Edexcel, OCR) hides it inside a word problem ending in a probability. CBSE wants n(A ∪ B) = n(A) + n(B) - n(A ∩ B) stated and used. WAEC core maths sets two- and three-set word problems most years.

Start from the overlap, never from the totals

The order you fill the regions in is the whole method. Work from the middle outwards.

  1. Draw the rectangle and circles, and label them.
  2. Write the "both" number in the overlap first.
  3. Subtract the overlap from each set total to get the "only" regions.
  4. Add everything inside, then subtract from the universal total to get "neither".
  5. Check that all regions added together equal the universal total.

A two-set example: in a year group of 32, 19 play football, 14 play basketball, and 6 play both.

  • Overlap (both) = 6
  • Football only = 19 - 6 = 13
  • Basketball only = 14 - 6 = 8
  • Inside total = 13 + 6 + 8 = 27
  • Neither = 32 - 27 = 5

Check: 13 + 6 + 8 + 5 = 32. Notice that 19 and 14 never appear on the finished diagram. They are totals, and totals do not go in regions. That is exactly the mistake I made.

Worked example: three circles with a hidden middle

Three-set questions look worse but are more mechanical, because there is only one place to start: the centre.

Forty students say which of Maths (M), Physics (P) and Chemistry (C) they take. 22 take Maths, 17 Physics, 15 Chemistry, 9 take Maths and Physics, 7 Maths and Chemistry, 6 Physics and Chemistry, and 4 take all three. How many take none?

Work outwards from the centre:

  1. Centre (all three) = 4
  2. Maths and Physics only = 9 - 4 = 5
  3. Maths and Chemistry only = 7 - 4 = 3
  4. Physics and Chemistry only = 6 - 4 = 2
  5. Maths only = 22 - 5 - 3 - 4 = 10
  6. Physics only = 17 - 5 - 2 - 4 = 6
  7. Chemistry only = 15 - 3 - 2 - 4 = 6

Inside total = 10 + 6 + 6 + 5 + 3 + 2 + 4 = 36, so none = 40 - 36 = 4.

Step 5 is where marks disappear. To get "Maths only" you subtract all three other Maths regions, not just the two pair-overlaps. Under pressure people subtract 5 and 3 and forget the 4 in the middle.

Now the harder version, common in WAEC and Cambridge papers: same numbers, but you are told 4 students take none and asked how many take all three. Let the centre be x and use the three-set formula.

n(M ∪ P ∪ C) = n(M) + n(P) + n(C) - n(M ∩ P) - n(M ∩ C) - n(P ∩ C) + n(M ∩ P ∩ C)

The number inside the circles is 40 - 4 = 36, so 36 = 22 + 17 + 15 - 9 - 7 - 6 + x, giving 36 = 32 + x and x = 4. Same diagram, different entry point. If you want the arithmetic line by line, the math solver walks through a set problem step by step instead of just handing you a number.

Turning a Venn diagram into a probability

Once the diagram is filled in, every probability question is "count the region, divide by the right total". Using the science example, with 40 students:

  • P(takes Maths but not Physics) = (22 - 9)/40 = 13/40
  • P(takes exactly one subject) = (10 + 6 + 6)/40 = 22/40 = 11/20
  • P(takes Chemistry given they take Maths) = 7/22

That last one catches people. "Given they take Maths" shrinks the universe to those 22 students, so divide by 22, not 40. Whenever a question says "given that" or "of those who", swap the total.

The mistakes that actually cost marks

  • Putting a set total inside a region instead of splitting it. If a region comes out negative, this is almost always why.
  • Forgetting the outside region. If the inside numbers fall short of the universal total, that gap is the "neither" answer, not an error.
  • Answering n(A ∩ B) when the question asked for "A only". Underline the word "only" before you start.
  • Leaving the answer on the diagram. Examiners mark the answer line, so a perfect diagram with a blank line still drops a mark.
  • Rounding a probability to a decimal when the mark scheme wants the exact fraction.

One habit that genuinely helped me: after finishing, add every region up and check it hits the universal total. It takes about eight seconds and has caught two of my errors under exam conditions. For more practice, build a set on quiz, or see other worked topics on the maths hub.

Test yourself

  1. In a group of 50, 28 like tea, 24 like coffee, and 9 like neither. How many like both?
  2. Describe in words the region A ∩ B'.
  3. In the science example, what is P(Physics given Chemistry)?

Answers: (1) 41 like at least one, so both = 28 + 24 - 41 = 11. (2) In A but not in B, so "A only". (3) 6 of the 15 Chemistry students take Physics, so 6/15 = 2/5.

FAQ

Do I have to draw the rectangle?

Yes, whenever a "neither" region or a complement could appear. The rectangle is the universal set, and without it you have nowhere to put the people outside every circle. Shading questions often award a mark for that outside region alone.

What is the difference between "at least one" and "exactly one"?

"At least one" means everything inside the circles, overlaps included. "Exactly one" means only the three outer slices. In the science example that is 36 versus 22.

What if the question does not give me the overlap?

Find it with the formula. For two sets, n(A ∩ B) = n(A) + n(B) - n(A ∪ B), where the union is the total minus the "neither" group. Get that number, write it in the middle, then carry on as normal.

Are Venn diagrams ever the wrong tool?

Sometimes. If a question involves ordering, stages or "and then" events, a tree diagram is faster. Venns are for grouping and overlap, not sequence. If you are unsure which one a question wants, ask on explain.

In short: draw the rectangle, fill the overlap first, subtract outwards, then check everything adds back to the total. Nearly every lost mark here comes from writing a total where a region should be, or forgetting "neither" exists. Be mechanical about the order and this becomes one of the most reliable topics on the paper.