Seed content: Quant exponents & roots, remainders, and combinatorics (3 lessons, 21 questions)#17
Draft
DMDaudio wants to merge 3 commits into
Draft
Seed content: Quant exponents & roots, remainders, and combinatorics (3 lessons, 21 questions)#17DMDaudio wants to merge 3 commits into
DMDaudio wants to merge 3 commits into
Conversation
Add a new Arithmetic / exponents-roots bundle to the content bank — a previously uncovered but high-frequency GMAT Focus Quant topic: - 1 lesson (power rules, negative/zero/fractional exponents, radical simplification, factoring common powers). - 7 problem-solving questions with an easy->hard difficulty progression, each with a worked explanation and hints, and distractors keyed to specific common errors (multiplying vs. adding exponents, merging unlike radicals, treating a sum of powers as a new base). Choice-level math is wrapped in \( \) so the study site renders it via KaTeX. Rebuilt docs/data/content.json (39 questions, 9 lessons). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PjmqN8j1zyySgtsg6qTbXz
Adds an under-covered subtopic (quant/number-properties/remainders): - 1 lesson covering the division identity, combining remainders across sums/products, power cyclicity, and simultaneous-condition problems. - 7 original questions (0024-0030) with an easy->hard progression, each with a worked explanation, two hints, and distractors keyed to specific common errors. - Rebuilt docs/data/content.json (46 questions, 10 lessons; zero warnings). All questions status: in-review; author: openmat; original; CC-BY-SA-4.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013yxWoWPkgojs7Afgr6Pw6L
…stions Add coverage for the previously-empty counting-probability/combinatorics subtopic: one concept lesson plus 7 original problem-solving questions (0031-0037) with an easy->hard progression. Covers combinations vs permutations, the multiplication principle, identical-item arrangements, circular seating, the at-least-one complement, and the block method for adjacency restrictions. Each question has a worked explanation, hints, and distractors keyed to specific common errors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C26sxojAipA1Nh7q9EGGty
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 three previously-uncovered but high-frequency Quant subtopic bundles.
1. Arithmetic →
exponents-rootsquant-arithmetic-exponents-roots) — power rules, negative/zero/fractional exponents, radical simplification, factoring common powers.0017–0023), easy→hard: power rules, negative/zero exponents, same-base equations, fractional exponents, radicals, factoring a sum of equal powers, ratio of powers.2. Number Properties →
remaindersquant-number-properties-remainders) — the division identity (n = dq + r), combining remainders across sums and products (reduce again at the end), power cyclicity / units digits, and simultaneous-condition (lcm) problems.0024–0030), easy→hard: remainder of a sum, translating quotient/remainder, remainder of a product, remainder of a power via units-digit cyclicity, simultaneous remainder conditions, reasoning from the remainder of (n^2) back to (n), and combining mod-4 / mod-6 to get a remainder mod 12.3. Counting & Probability →
combinatorics(new in this update)1 lesson (
quant-counting-probability-combinatorics) — the central "does order matter?" decision, factorials, permutations vs combinations ((C = P/k!)), the multiplication/addition principles, identical-item arrangements, circular seating ((n-1)!), and the at-least-one complement.7 problem-solving questions (
0031–0037) with an easy→hard progression:0031(easy) — basic committee selection (combination vs permutation)0032(easy) — arranging distinct objects in a row ((n!))0033(medium) — choose-and-multiply across two groups (multiplication principle)0034(medium) — arrangements of a word with repeated letters0035(medium) — circular seating, ((n-1)!)0036(hard) — "at least one" via the complement0037(hard) — adjacency restriction via the block methodEvery question's distractors are keyed to a specific common error (e.g. using (P) where (C) belongs, adding instead of multiplying independent stages, forgetting to divide out repeated letters, treating a round table like a row, double-counting "at least one," and solving for the "not-adjacent" complement by mistake).
Choice-level and body math is wrapped in
\( \)/\[ \]for KaTeX rendering; currency uses a literal$.Rebuilt
docs/data/content.json— now 53 questions, 11 lessons;node scripts/build.mjsreports zero 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.