Sequences
Spot the pattern fast: constant difference (arithmetic), constant ratio (geometric), constant second difference (quadratic), or linear recurrences. Verify with early terms before committing.
Models
Identify: Sequence: 2, 7, 14, 23, … What model fits best?
Arithmetic: If \(a_1=4\) and \(d=3\), compute \(a_8\).
Mini-game: difference detector
Toggle tiles to reveal differences and decide the type.
Stars and bars
Count nonnegative or positive integer solutions. Convert “distribute n identical items to k boxes” to separators and choose positions.
Formulas
Nonnegative: Solutions to \(x_1+x_2+x_3=20\) with \(x_i\ge0\) equals?
Bounded: Number of solutions to \(a+b+c=10\) with \(0\le a\le5\), \(b,c\ge0\).
Enter a count; consider subtracting cases with \(a\ge6\).
Mini-game: bar builder
Place bars among stars to visualize \\(x_1+x_2+x_3=n\\). Click to toggle bars.
Functions and operations
Apply definitions precisely. For custom operations, rewrite and simplify carefully. For compositions, evaluate inner first, check domain constraints.
If \(f(x)=2x-1\) and \(g(x)=x+4\), compute \(f(g(7))\) and \(g(f(7))\).
Let \(h(x)=\\frac{x-5}{2}\\). Find \(h^{-1}(y)\).
Mini-game: operation lab
Custom op: \(a \\blacktriangle b = 2a+b^2\). Build expressions and evaluate.
Binomials and Pascal’s triangle
Coefficients in \((a+b)^n\) are binomial coefficients. Use symmetry and the Pascal recurrence for quick checks.
Find coefficient of \(x^4\) in \((x+3)^7\).
Evaluate \(\\sum_{k=0}^5 \\binom{5}{k}\\).
Mini-game: Pascal painter
Generate rows and highlight a coefficient.
Polynomials
Factor efficiently, use remainder theorem, and exploit root relations. Many word problems encode simple polynomial structure.
Factor \(x^2-7x+12\) and give its roots.
If \(P(x)=3x^3-2x+5\), remainder when dividing by \(x-2\)?
Mini-game: synthetic sprint
Test candidate roots quickly; if \(P(a)=0\), factor out \((x-a)\).
Probability
Translate to counts: favorable over total. Use addition for exclusive events, multiplication for independent events, and complement for “at least” patterns.
Two fair dice: probability the sum is 7?
Draw two cards without replacement from a 52-card deck. Probability of at least one ace?
Mini-game: coin combos
Three fair coins tossed. Toggle outcomes you think count for “exactly two heads,” then check.
Mixed challenge set
Answer and track streaks. Challenges combine multiple topics the way AMC often does.
Sequence + recurrence: \(a_n=2a_{n-1}-a_{n-2}\) with \(a_1=2, a_2=5\). Find \(a_6\).
Stars + probability: Distribute 5 identical treats to 3 kids. Pick a random kid; probability they received at least 2?
Binomial identity: Compute \(\\sum_{k=0}^{5} \\binom{5}{k}2^{k}\\).
Functions: \(f(x)=x^2-4x+7\). Find \(f(f(1))\).
Polynomial roots: \(x^2-5x+6=0\). Compute \(\\frac{1}{r} + \\frac{1}{s}\) for roots \(r,s\).
Probability + combinations: 4 red, 3 blue, 3 green marbles; draw 2 without replacement. Probability same color?
Speed drills
One-minute sprint: answer as many as you can. Your score and accuracy update live.