Add combinatorics bundle to Quant counting-probability - #22
Draft
DMDaudio wants to merge 1 commit into
Draft
Conversation
Adds coverage for the previously empty quant/counting-probability/ combinatorics subtopic: - 1 lesson: fundamental counting principle, permutations vs. combinations, block method, complementary counting. - 6 original questions (0017-0022), easy -> hard: fundamental counting, basic permutation, single-group combination, two-group committee, adjacency restriction (block method), and "at least one" via the complement. Each question has a worked explanation, two hints, and distractors keyed to specific common errors (add-vs-multiply, permutation-vs-combination, forgetting the block's internal order, reporting the complement, and the classic "at least one" over-count). All solved and verified to have exactly one correct choice. Rebuilt docs/data/content.json (0 warnings). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V2biPGGKJckZFsXJVsfHWa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR add or change?
Adds first-time coverage of the empty
quant / counting-probability / combinatoricssubtopic:quant-counting-probability-combinatorics: fundamental counting principle, permutations vs. combinations, the block method for adjacency restrictions, and complementary counting for "at least one."0017–0022), easy → hard:0017(easy) — fundamental counting principle (sandwich choices)0018(easy) — basic permutation (arrange 5 distinct books)0019(medium) — single-group combination (committee of 3 from 8)0020(medium) — two-group committee (exactly 2 men + 2 women)0021(hard) — arrangement with an adjacency restriction (block method)0022(hard) — "at least one" via the complementEvery question has a worked explanation, two hints, and distractors keyed to specific common errors (add-vs-multiply, permutation-vs-combination, forgetting a block's internal order, reporting the complement, and the classic "at least one" over-count). Rebuilt
docs/data/content.jsonvianode scripts/build.mjs— 0 warnings.Type of change
Author checklist
idmatches the filename;topic/subtopicexist incurriculum.md).statusisin-review. I did not set my own content toverified.For reviewers
statustoverifiedand added my handle toreviewers.Generated by Claude Code