Week 2 — Quadratics + Sequences End-to-End
← Back to main study plan | ← Week 1
Goal this week: finish what you start. Quadratic formula all the way to simplest radical form, and arithmetic sequences without off-by-one errors.
Time: ~60 min weekdays, ~75 min Saturday.
Heuristics in heavy use: H3 (count gaps not dots), H4 (simplest form), H5 (re-do heavy arithmetic).
Monday — Discriminants + Radical Simplification
Objective
Build instant fluency with the discriminant and radical simplification. This is the most error-prone single line in the quadratic formula (Q32 on June 25).
Instructions
- Memorize the radical-simplification table. Cover the right column and quiz yourself until you can answer all 12 in under 30 seconds.
- Do all 8 discriminant problems. Compute , then simplify the radical, but stop there — don’t solve the full quadratic yet.
- For every problem, recompute the discriminant on a side line (H5).
Radical-simplification table (memorize)
| 8 | 32 | ||
| 12 | 45 | ||
| 18 | 48 | ||
| 20 | 50 | ||
| 27 | 72 | ||
| 28 | 75 |
Pattern hint: find the largest perfect square that divides (4, 9, 16, 25, 36, 49, 64, 81, 100), take its root outside, leave the rest inside.
Practice problems — discriminant only
For each quadratic , identify , , , compute the discriminant, and simplify the radical.
| # | Equation | Discriminant | simplified | |
|---|---|---|---|---|
| 1 | ||||
| 2 | ||||
| 3 | ||||
| 4 | ||||
| 5 | (Q32!) | |||
| 6 | ||||
| 7 | ||||
| 8 | (prime — leave it) |
Self-check question
What does it mean when the discriminant is negative? (No real solutions; the parabola doesn’t cross the -axis.)
Tuesday — Quadratic Formula End-to-End
Objective
Carry the quadratic formula through all six steps to simplest radical form, every time. This directly fixes Q32.
The 6-step checklist (tape this above your desk)
- Write , , on their own lines.
- Substitute into with parentheses around negatives.
- Compute discriminant on a separate line. Recompute (H5).
- Simplify the radical (largest perfect-square factor).
- Reduce the fraction (factor a GCF out of numerator AND denominator).
- Write both answers (or use ).
Practice problems — full end-to-end
Solve each. Write your final answer in simplest radical form.
| # | Equation | Answer |
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | (Q32) | |
| 5 | ||
| 6 |
Worked solution for #4 (the original Q32)
.
Substitute:
Discriminant: . Recompute: ✓.
Simplify radical: .
Reduce: factor 2 out of numerator and denominator.
Worked solution for #3 (negative b)
.
Substitute: .
.
Reduce: divide numerator and denominator by 2.
Self-check question
After step 4, why might you still need step 5? (Because the GCF in the numerator may share a factor with the denominator — common when is even and has a factor of 2.)
Wednesday — Choose Your Method: Factoring vs. Formula
Objective
Pick the cheapest tool for the job. Not every quadratic deserves the full formula.
Decision rule
- Try factoring first if and you can find two integers that multiply to and add to in under 15 seconds.
- Use the formula if factoring doesn’t pop in 15 seconds, or if and the leading coefficient is awkward.
- Complete the square is rarely tested for Regents end-to-end solving — skip unless explicitly asked.
Practice problems
For each, write F (factor) or Q (quadratic formula) in the margin, justify in one sentence, then solve.
| # | Equation | Method | Solutions |
|---|---|---|---|
| 1 | F | ||
| 2 | F | ||
| 3 | F (AC method) or Q | ||
| 4 | Q (doesn’t factor over integers) | ||
| 5 | F (PST) | (double root) | |
| 6 | Q |
Worked solution for #3 (AC method)
AC = . Find two numbers that multiply to and add to : those are and .
Split the middle: .
Group: .
or .
Self-check question
How can you check a factored quadratic? (Multiply the factors back out — should equal the original. Or, plug each root into the original equation.)
Thursday — Arithmetic & Geometric Sequences
Objective
Eliminate the off-by-one error that cost a point on Q28 (used instead of ). Always draw the dot-and-gap diagram first (H3).
The two formulas
Arithmetic: where (the common difference).
Geometric: where (the common ratio).
The dot-and-gap diagram
For “find when and are given”:
Count the arrows (= ). Then .
Practice problems
| # | Problem | Answer |
|---|---|---|
| 1 | Arithmetic: , . Find . (Q28) | , |
| 2 | Arithmetic: , . Find . | , |
| 3 | Arithmetic: , . Find . | , |
| 4 | Arithmetic: , . Find . | |
| 5 | Geometric: , . Find . | |
| 6 | Geometric: 12, 6, 3, , … find formula. | |
| 7 | Geometric: , . Find and . | , |
| 8 | Arithmetic: , . Find . | |
| 9 | Geometric: , . Find and . | , |
| 10 | Arithmetic: 8th term is 30, 12th term is 50. Find . | , |
Worked solution for #3 (a₃ and a₈ given)
Diagram:
5 arrows from to . So .
Then to get : .
Worked solution for #9 (geometric, given non-first terms)
(3 ratio gaps from to ).
.
.
Self-check question
If you’re told and , how many gaps are between them? (5 gaps, not 6 — that’s the count .)
Friday — Mixed Part II / III Short Response
Objective
Apply the heuristics under timed short-response conditions. Self-grade strictly.
Instructions
- Set timer for 30 minutes.
- Solve all 6 problems with full work shown.
- Use the 6-step quadratic checklist and the dot-and-gap diagram where applicable.
- Self-grade using the rubric below.
Practice problems
1. (2 pts) Express as a trinomial in standard form.
2. (2 pts) Solve for .
3. (2 pts) The first and third terms of an arithmetic sequence are 6 and 20. Determine the seventh term.
4. (4 pts) Using the quadratic formula, solve . Express the answer in simplest radical form.
5. (4 pts) Factor completely: .
6. (4 pts) The table below shows hours studied and quiz score .
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| 60 | 68 | 73 | 82 | 90 |
State the linear regression equation rounded to the nearest hundredth, the correlation coefficient rounded to the nearest hundredth, and what the correlation coefficient indicates.
Answer key
1. .
2. (or equivalent). .
3. , .
4. . . Disc . . .
5. .
6. ; ; strong positive correlation between hours studied and quiz score.
Self-grade rubric
For each problem, award:
- Full credit if final answer matches AND all work is shown
- 1 less if final answer right but a step is missing
- 1 less if computational error but method is right
- 0 if method is fundamentally wrong
Target: 14+ / 18.
Saturday — Full Part II + Part III Timed
Objective
Measure progress on the highest point-value section (Part III was the weakest area on June 25).
Instructions
- Pull Part II (Q25–Q30) and Part III (Q31–Q34) from a prior Regents.
- Timer: 75 minutes (Part II ≈ 30 min, Part III ≈ 45 min).
- Work in pen. Use scratch paper for calculations, neat work on the test.
- Apply the 6-step quadratic checklist and the dot-and-gap diagram everywhere relevant.
- Score against the official Model Response Set.
Success bar for Week 2
- Part II score: 11–12/12.
- Part III score: 10+/16 (vs. ~5/16 baseline).
- Zero quadratic-formula answers left in unsimplified form.
- Zero off-by-one errors on sequence problems.