Seed content: Quant exponents & roots, remainders, combinatorics, mixtures, and interest (5 lessons, 35 questions) - #17
Draft
DMDaudio wants to merge 5 commits into
Draft
Seed content: Quant exponents & roots, remainders, combinatorics, mixtures, and interest (5 lessons, 35 questions)#17DMDaudio wants to merge 5 commits into
DMDaudio wants to merge 5 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
Covers the previously empty quant/word-problems/mixtures subtopic: a concept lesson plus 7 original questions (0038-0044) with an easy->hard progression — basic concentration, part-whole, weighted-average mixing, dilution with water, price alligation, and successive-replacement dilution. Each question has a worked explanation, two hints, and distractors keyed to specific common errors. Rebuilt content.json. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ADxfW4jhpMgceJrY2TX53V
Covers the previously-empty quant word-problems/interest subtopic: a lesson on simple vs. compound interest and questions 0045-0051 with an easy->hard progression (simple interest, compound interest, rate solving, compound-vs-simple gap, semiannual compounding, and reversing compound growth). Distractors are keyed to specific common errors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LLvfwj61hPfGCvMWGrFSWe
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 five previously-uncovered but high-frequency Quant subtopic bundles.
1. Arithmetic →
exponents-roots0017–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 →
remainders0024–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 →
combinatorics0031–0037), easy→hard: committee selection, arranging distinct objects, choose-and-multiply across groups, arrangements with repeated letters, circular seating, "at least one" via the complement, and an adjacency restriction via the block method.4. Word Problems →
mixtures0038–0044), easy→hard: amount = concentration × total, ingredient-as-percent, weighted-average concentration, dilution to a target percent, price mixture / alligation, successive replacement (drain-and-refill), and solving for the volume to hit a target concentration.5. Word Problems →
interest(new in this update)1 lesson (
quant-word-problems-interest) — simple interest ((I = Prt)), compound interest ((A = P(1+r)^t)), interest earned vs. final balance, sub-annual compounding ((R/n), (ny)), and the 2-year compound-minus-simple gap (P r^2).7 problem-solving questions (
0045–0051) with an easy→hard progression:0045(easy) — simple interest earned, (I = Prt)0046(easy) — final balance under simple interest (add the principal back)0047(medium) — compound interest earned over 2 years0048(medium) — solve for the simple annual rate given the interest0049(medium) — how much more compound earns than simple over 2 years0050(hard) — semiannual compounding (halve the rate, double the periods)0051(hard) — recover the principal behind a compounded balanceEvery question's distractors are keyed to a specific common error (e.g. answering with the balance when asked for interest, forgetting to multiply by time, using simple where compound is meant, applying the full annual rate each sub-period, and subtracting a percentage instead of dividing to reverse compound growth).
Choice-level and body math is wrapped in
\( \)/\[ \]for KaTeX rendering; currency uses a literal$.Rebuilt
docs/data/content.json— now 67 questions, 13 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.