What this quiz covers
This quiz focuses on Common Discrete Math Pitfalls, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
In counting lattice paths from (0,0) to (5,3) using only right (R) and up (U) moves, a student reasons: 'We need 5 R's and 3 U's in some order, so the answer is 5!×3!8!.' Later, they want to count paths that pass through (2,1). They calculate: 'Paths from (0,0) to (2,1) times paths from (2,1) to (5,3): 2!×1!3!×3!×2!5!=3×10=30.' If the total number of paths from (0,0) to (5,3) is 56, what can we conclude?
Discrete Math Quiz
Practice Common Discrete Math Pitfalls 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 Common Discrete Math Pitfalls, 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.
In counting lattice paths from (0,0) to (5,3) using only right (R) and up (U) moves, a student reasons: 'We need 5 R's and 3 U's in some order, so the answer is 5!×3!8!.' Later, they want to count paths that pass through (2,1). They calculate: 'Paths from (0,0) to (2,1) times paths from (2,1) to (5,3): 2!×1!3!×3!×2!5!=3×10=30.' If the total number of paths from (0,0) to (5,3) is 56, what can we conclude?
A cryptography student counts the number of 6-character passwords using letters A-Z where no letter appears more than twice. She reasons: "There are 266 total passwords, and I need to subtract those where at least one letter appears 3 or more times." She then calculates the complement as 266−26×(36)×253. What makes this approach fundamentally flawed?
A tournament organizer is scheduling matches in a round-robin tournament with 8 teams where each team plays every other team exactly once. He calculates that since each team plays 7 matches, and there are 8 teams, the total number of matches is 8×7=56. Later, he realizes there are only 28 time slots available. What correction should he make to his reasoning?
A survey researcher wants to count the number of ways respondents can answer a questionnaire with 5 yes/no questions where at least 3 answers must be 'yes'. She calculates this as: (35)+(45)+(55)=10+5+1=16. Her supervisor suggests there might be an error in her reasoning. What could be problematic about this approach?
A network security analyst counts the number of ways to select 6 monitoring points from 15 available locations such that no two selected points are adjacent on the network topology. She models this as placing 6 non-attacking rooks on a 15×1 board and calculates (615−6+1)=(610)=210. What makes this modeling approach potentially incorrect?
An event planner arranges seating for 12 people at 3 round tables, with 4 people per table. She calculates the number of arrangements as: 4!×4!×4!12!×3!1×(3!)3, where the first term distributes people to tables, the second accounts for identical tables, and the third handles circular arrangements at each table. What is the most significant error in this approach?
A password must contain exactly 6 characters: 3 letters followed by 3 digits. A student calculates the number of possible passwords as 263×103=17,576,000. Under which assumption is this calculation valid?
A quality control manager wants to select 3 defective items from a batch containing 5 defective smartphones, 4 defective tablets, and 6 defective laptops for detailed analysis. She calculates the number of ways to ensure at least one item from each category as: (15)×(14)×(16)=120. What is the primary issue with this calculation?
A database administrator counts the number of ways to distribute 15 identical backup tasks among 3 servers such that Server A gets at least 3 tasks, Server B gets at least 2 tasks, and Server C gets at least 1 task. She first allocates the minimum required tasks, leaving 9 tasks to distribute freely, then applies stars and bars: (3−19+3−1)=(211)=55. A colleague claims this approach has a subtle error. What could be the issue?
In a coding competition, teams earn points for solving problems in categories Math (M), Logic (L), and Programming (P). A student wants to count 4-member teams where at least one member specializes in each category. With 6 Math specialists, 5 Logic specialists, and 7 Programming specialists available, she calculates: (16)×(15)×(27)=6×5×21=630. What assumption makes this calculation invalid?
In a programming contest, participants can earn points in three categories: Algorithm (A), Data Structures (D), and Implementation (I). A student counts the number of ways to earn exactly 10 points where each category contributes at least 1 point, by solving x+y+z=10 where x,y,z≥1. The student transforms this to u+v+w=7 where u,v,w≥0 and concludes there are (29)=36 ways. What assumption makes this approach potentially invalid?
A network administrator wants to count the number of ways to assign 12 identical servers to 4 different data centers such that each center gets at least 2 servers. She calculates this as (4−112+4−1)=(315) after ensuring the minimum constraint. Which step in her reasoning contains the critical flaw?
A committee of 5 people is to be selected from 8 men and 7 women, with the requirement that at least 2 women must be on the committee. Sarah calculates this as (515)−(58). What is the primary error in Sarah's approach?
A geneticist studies inheritance patterns by counting the number of ways to select 4 individuals from 3 families where Family A has 5 members, Family B has 4 members, and Family C has 3 members, ensuring at least one individual from each family is selected. She calculates this as: (412)−(49)−(48)−(47)+(45)+(44)+(43)−0. What error appears in her inclusion-exclusion calculation?
In analyzing social media connections, Alex counts friendship pairs in a group of 10 people where each person has exactly 4 friends within the group. He calculates the number of friendships as 10×4=40. What is the fundamental error in this counting method?
A student counts the number of ways to distribute 12 distinct books to 4 distinct students such that each student gets exactly 3 books. They calculate 3!×3!×3!×3!12!=369,600. What is the issue with this approach?
A student claims that the number of ways to arrange the letters in STATISTICS is 3!⋅3!⋅2!10!. What error, if any, has the student made?
A committee of 5 people is to be formed from a group of 8 men and 6 women. How many committees can be formed if there must be at least 2 women and at most 3 men on the committee?
A student wants to count 5-digit numbers where all digits are different. They calculate 10×9×8×7×6=30,240. What assumption makes this calculation incorrect?
In how many ways can 10 identical books be distributed among 4 distinct shelves such that each shelf gets at least one book?