What this quiz covers
This quiz focuses on Inclusion Exclusion Principle, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
A survey of 200 students found that 85 take Math, 92 take Science, 78 take English, 35 take both Math and Science, 42 take both Math and English, 38 take both Science and English, and 18 take all three subjects. If the survey counted every student exactly once, how many students take none of these three subjects?
Discrete Math Quiz
Practice Inclusion Exclusion Principle in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Inclusion Exclusion Principle, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
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.
A survey of 200 students found that 85 take Math, 92 take Science, 78 take English, 35 take both Math and Science, 42 take both Math and English, 38 take both Science and English, and 18 take all three subjects. If the survey counted every student exactly once, how many students take none of these three subjects?
A data scientist analyzes three machine learning model characteristics: High Accuracy (H), Fast Training (F), and Low Memory Usage (L). In a dataset of 320 models, she finds that models with at least one of these characteristics number 275. She also determines that 85 models have exactly one characteristic, 125 have exactly two characteristics, and the remaining models with these characteristics have all three. If she randomly selects a model from those having at least two characteristics, what is the probability it has all three characteristics?
A coding bootcamp tracks student completion of three certification tracks: Web Development (W), Data Science (D), and Mobile Development (M). Among 150 students, 12 completed all three tracks, 25 completed both W and D but not M, 18 completed both W and M but not D, 15 completed both D and M but not W, 30 completed only W, 20 completed only D, and 22 completed only M. How many students completed at least two tracks?
A streaming service analyzes viewing patterns for three genres: Action (A), Comedy (C), and Drama (D). Among 1000 subscribers, they find that 680 watch at least one of these genres. The number watching exactly two genres is 180, and 95 watch all three genres. If 285 watch Action, 245 watch Comedy, and 310 watch Drama, how many watch exactly one genre?
In a computer network, let A be the set of nodes that can reach server X, B be the set of nodes that can reach server Y, and C be the set of nodes that can reach server Z. If ∣A∣=45, ∣B∣=38, ∣C∣=52, ∣A∩B∣=15, ∣A∩C∣=22, ∣B∩C∣=18, and ∣A∩B∩C∣=8, what is ∣A∪B∪C∣?
In a database of 500 records, let A be records containing keyword "algorithm", B be records containing "optimization", and C be records containing "machine learning". If ∣Ac∩Bc∩Cc∣=125 and the inclusion-exclusion calculation gives ∣A∪B∪C∣=375, which statement must be true?
In a cybersecurity audit, three types of vulnerabilities are checked: Authentication (A), Encryption (E), and Access Control (C). A system can have multiple vulnerability types. If P(A)=0.3, P(E)=0.25, P(C)=0.4, P(A∩E)=0.08, P(A∩C)=0.15, P(E∩C)=0.12, and P(A∩E∩C)=0.05, what is the probability that a randomly selected system has none of these vulnerabilities?