Question

Difficulty: MediumVenn Diagrams and Set-Based Data

During an urban mobility audit conducted among 400400 daily commuters in a metropolitan city, data was recorded regarding their regular use of three transit modes: Metro Rail (MM), Electric Bus (EE), and Shared Bicycle (BB). The survey revealed that 190190 commuters use Metro Rail, 160160 use Electric Bus, and 120120 use Shared Bicycle. Furthermore, 6060 commuters use both Metro Rail and Electric Bus, 4040 use both Electric Bus and Shared Bicycle, and 5050 use both Metro Rail and Shared Bicycle. If 2020 commuters utilize all three modes of transport, how many commuters do not use any of these three transit modes?

Answer: 60 commuters

Answer

The number of commuters who do not use any of the three transit modes is 60.
Using the 3-set inclusion-exclusion principle, the total number of commuters using at least one mode is given by MEB=(190+160+120)(60+40+50)+20=340|M \cup E \cup B| = (190 + 160 + 120) - (60 + 40 + 50) + 20 = 340. Subtracting this from the total sample of 400 yields 400340=60400 - 340 = 60 commuters who use none of the three modes.

Step-by-Step Solution

1
Identify individual set cardinalities and intersections from the problem statement.
Total universe N=400N = 400, M=190|M| = 190, E=160|E| = 160, B=120|B| = 120, ME=60|M \cap E| = 60, EB=40|E \cap B| = 40, MB=50|M \cap B| = 50, and MEB=20|M \cap E \cap B| = 20.
Establishing accurate set values is required before applying set formulas.
2
Apply the Principle of Inclusion-Exclusion formula for three overlapping sets to find the union MEB|M \cup E \cup B|.
MEB=190+160+120604050+20=340|M \cup E \cup B| = 190 + 160 + 120 - 60 - 40 - 50 + 20 = 340.
Pairwise intersections are double-counted when summing individual sets and must be subtracted, while the triple intersection is subtracted thrice and must be added back.
3
Compute the complement of the union to determine commuters using none of the modes.
Neither mode =NMEB=400340=60= N - |M \cup E \cup B| = 400 - 340 = 60.
The complement set represents all members of the universe outside the three-set union.

Key Concept

Principle of Inclusion-Exclusion for Three Sets
Rate this question