Skip to content

Seed content: Quant exponents & roots, remainders, combinatorics, mixtures, and interest (5 lessons, 35 questions) - #17

Draft
DMDaudio wants to merge 5 commits into
mainfrom
claude/zen-pasteur-aaocjo
Draft

Seed content: Quant exponents & roots, remainders, combinatorics, mixtures, and interest (5 lessons, 35 questions)#17
DMDaudio wants to merge 5 commits into
mainfrom
claude/zen-pasteur-aaocjo

Conversation

@DMDaudio

@DMDaudio DMDaudio commented Jul 22, 2026

Copy link
Copy Markdown
Owner

What does this PR add or change?

Adds five previously-uncovered but high-frequency Quant subtopic bundles.

1. Arithmetic → exponents-roots

  • 1 lesson + 7 questions (00170023), 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 → remainders

  • 1 lesson + 7 questions (00240030), 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

  • 1 lesson + 7 questions (00310037), 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 → mixtures

  • 1 lesson + 7 questions (00380044), 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 (00450051) 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 years
    • 0048 (medium) — solve for the simple annual rate given the interest
    • 0049 (medium) — how much more compound earns than simple over 2 years
    • 0050 (hard) — semiannual compounding (halve the rate, double the periods)
    • 0051 (hard) — recover the principal behind a compounded balance
  • Every 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.mjs reports zero warnings.

Type of change

  • New question(s)
  • New lesson(s)
  • Fix to existing content (answer / explanation / tag)
  • Tooling / docs / schema

Author checklist

  • This is my own original work — not copied or paraphrased from any real GMAT question or prep material.
  • Front-matter follows CONTENT_SCHEMA.md (id matches the filename; topic/subtopic exist in curriculum.md).
  • I solved every question myself and confirmed exactly one answer choice is correct.
  • Each explanation would help someone who got the question wrong, and names the trap where relevant.
  • status is in-review. I did not set my own content to verified.

For reviewers

  • I solved the question(s) without reading the keyed answer first and got the same answer.
  • Exactly one choice is correct; distractors are plausible.
  • Explanation and tags (section / topic / difficulty) are accurate.
  • If approving: bumped status to verified and added my handle to reviewers.

claude added 2 commits July 22, 2026 09:09
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
@DMDaudio DMDaudio changed the title Seed content: Quant exponents & roots lesson + 7 questions Seed content: Quant exponents & roots + remainders (2 lessons, 14 questions) Jul 24, 2026
…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
@DMDaudio DMDaudio changed the title Seed content: Quant exponents & roots + remainders (2 lessons, 14 questions) Seed content: Quant exponents & roots, remainders, and combinatorics (3 lessons, 21 questions) Jul 26, 2026
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
@DMDaudio DMDaudio changed the title Seed content: Quant exponents & roots, remainders, and combinatorics (3 lessons, 21 questions) Seed content: Quant exponents & roots, remainders, combinatorics, and mixtures (4 lessons, 28 questions) Jul 29, 2026
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
@DMDaudio DMDaudio changed the title Seed content: Quant exponents & roots, remainders, combinatorics, and mixtures (4 lessons, 28 questions) Seed content: Quant exponents & roots, remainders, combinatorics, mixtures, and interest (5 lessons, 35 questions) Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants