Discrete Math Quiz: Inclusion Exclusion For Counting
3 questions · exam conditions
0:00
Inclusion Exclusion For CountingQuestion 1 of 3

A fitness app tracks user activities across three categories: Running (R), Cycling (C), and Swimming (S). In January, among 400 active users, the data shows: 240 users logged running activities, 180 logged cycling, 120 logged swimming, 100 logged both running and cycling, 60 logged both running and swimming, 40 logged both cycling and swimming, and 20 logged all three activities. The app wants to create a specialized training program for users who participate in swimming but not in both of the other two activities simultaneously. How many users would qualify for this program?

80 users qualify for the specialized swimming-focused training program
60 users qualify for the specialized swimming-focused training program
100 users qualify for the specialized swimming-focused training program
40 users qualify for the specialized swimming-focused training program
← Back to quizzes

Discrete Math Quiz

Discrete Math Quiz: Inclusion Exclusion For Counting

Practice Inclusion Exclusion For Counting in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Inclusion Exclusion For Counting, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A fitness app tracks user activities across three categories: Running (R), Cycling (C), and Swimming (S). In January, among 400 active users, the data shows: 240 users logged running activities, 180 logged cycling, 120 logged swimming, 100 logged both running and cycling, 60 logged both running and swimming, 40 logged both cycling and swimming, and 20 logged all three activities. The app wants to create a specialized training program for users who participate in swimming but not in both of the other two activities simultaneously. How many users would qualify for this program?

  1. 80 users qualify for the specialized swimming-focused training program
  2. 60 users qualify for the specialized swimming-focused training program
  3. 100 users qualify for the specialized swimming-focused training program (correct answer)
  4. 40 users qualify for the specialized swimming-focused training program
Explanation: We need users who swim but are NOT in the set (R∩C). Users who swim = 120. Among these, we need to exclude those who do running AND cycling simultaneously. Users who do all three activities (R∩C∩S) = 20. So users who swim but don't do both running and cycling = 120 - 20 = 100. This includes: users who swim only, users who swim and run only, and users who swim and cycle only. Let me verify: S only = 120 - 60 - 40 + 20 = 40, (S∩R) only = 60 - 20 = 40, (S∩C) only = 40 - 20 = 20. Total = 40 + 40 + 20 = 100. This confirms our answer.

Question 2

A tech conference tracks attendee participation in three types of sessions: Technical Workshops (T), Business Panels (B), and Networking Events (N). With 500 total attendees, the data shows: 300 attended technical workshops, 250 attended business panels, 200 attended networking events, 140 attended both workshops and panels, 120 attended both workshops and networking events, 100 attended both panels and networking events, and 70 attended all three types of sessions. Conference organizers want to send a follow-up survey to attendees who participated in networking events but did not attend technical workshops. How many attendees should receive this survey?

  1. 50 attendees should receive the follow-up survey about networking experiences
  2. 80 attendees should receive the follow-up survey about networking experiences (correct answer)
  3. 110 attendees should receive the follow-up survey about networking experiences
  4. 130 attendees should receive the follow-up survey about networking experiences
Explanation: We need |N - T| = |N| - |N∩T|. We know |N| = 200 and |N∩T| = 120. Therefore, |N - T| = 200 - 120 = 80. This represents attendees who went to networking events but not technical workshops. We can verify this by calculating directly: attendees in N only = 200 - 120 - 100 + 70 = 50, and attendees in N∩B but not T = (100 - 70) = 30. So total attendees in N but not T = 50 + 30 = 80.

Question 3

A health club tracks member participation in three main activity areas: Cardio equipment (C), Weight training (W), and Group fitness classes (G). In a given week, among 350 active members, the usage data shows: 200 used cardio equipment, 180 participated in weight training, 140 attended group fitness classes, 95 did both cardio and weight training, 75 did both cardio and group fitness, 60 did both weight training and group fitness, and 35 participated in all three activity areas. The club management wants to offer personalized training consultations to members who participate in weight training OR group fitness classes, but they want to exclude members who also use cardio equipment heavily (since those members already receive cardiovascular assessments). How many members would be eligible for these personalized consultations?

  1. 95 members are eligible for personalized training consultations without cardio focus
  2. 125 members are eligible for personalized training consultations without cardio focus (correct answer)
  3. 155 members are eligible for personalized training consultations without cardio focus
  4. 85 members are eligible for personalized training consultations without cardio focus
Explanation: We need |(W∪G) - C|. First, |W∪G| = 180 + 140 - 60 = 260. Next, |(W∪G)∩C| = |W∩C| + |G∩C| - |W∩G∩C| = 95 + 75 - 35 = 135. Therefore, members who do weight training OR group fitness but NOT cardio = 260 - 135 = 125. We can verify: W only = 180 - 95 - 60 + 35 = 60, G only = 140 - 75 - 60 + 35 = 40, (W∩G) only = 60 - 35 = 25. Total = 60 + 40 + 25 = 125. This confirms our answer.