On this page

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).

How to use the practice problems: every problem has a Hint and a Show answer drop-down. Attempt the problem on paper first; open Hint only if you’re stuck; reveal Show answer only after you’ve committed to one of your own.


Monday — Discriminants + Radical Simplification

Objective

Build instant fluency with the discriminant b24acb^2 - 4ac and radical simplification. This is the most error-prone single line in the quadratic formula (Q32 on June 25).

Instructions

  1. Memorize the radical-simplification table. Cover the right column and quiz yourself until you can answer all 12 in under 30 seconds.
  2. Do all 8 discriminant problems. Compute b24acb^2 - 4ac, then simplify the radical, but stop there — don’t solve the full quadratic yet.
  3. For every problem, recompute the discriminant on a side line (H5).

Radical-simplification table (memorize)

nnn\sqrt{n}nnn\sqrt{n}
8222\sqrt{2}32424\sqrt{2}
12232\sqrt{3}45353\sqrt{5}
18323\sqrt{2}48434\sqrt{3}
20252\sqrt{5}50525\sqrt{2}
27333\sqrt{3}72626\sqrt{2}
28272\sqrt{7}75535\sqrt{3}

Pattern hint: find the largest perfect square that divides nn (4, 9, 16, 25, 36, 49, 64, 81, 100), take its root outside, leave the rest inside.

Practice problems — discriminant only

For each quadratic ax2+bx+c=0ax^2 + bx + c = 0, identify a,b,ca, b, c, compute the discriminant, and simplify the radical.

1. x2+6x+5=0x^2 + 6x + 5 = 0

Hint

a=1a = 1, b=6b = 6, c=5c = 5. Discriminant =b24ac= b^2 - 4ac.

Show answer

a,b,c=1,6,5a, b, c = 1, 6, 5. Disc =3620=16= 36 - 20 = 16. 16=4\sqrt{16} = 4.

2. 2x2+4x3=02x^2 + 4x - 3 = 0

Hint

Watch the negative cc: 4ac=4(2)(3)=+24-4ac = -4(2)(-3) = +24.

Show answer

a,b,c=2,4,3a, b, c = 2, 4, -3. Disc =16+24=40= 16 + 24 = 40. 40=210\sqrt{40} = 2\sqrt{10}.

3. 3x26x1=03x^2 - 6x - 1 = 0

Hint

bb is negative; b2b^2 is positive. 4(3)(1)=+12-4(3)(-1) = +12.

Show answer

a,b,c=3,6,1a, b, c = 3, -6, -1. Disc =36+12=48= 36 + 12 = 48. 48=43\sqrt{48} = 4\sqrt{3}.

4. x2+2x7=0x^2 + 2x - 7 = 0

Hint

4ac=4(1)(7)=+28-4ac = -4(1)(-7) = +28.

Show answer

a,b,c=1,2,7a, b, c = 1, 2, -7. Disc =4+28=32= 4 + 28 = 32. 32=42\sqrt{32} = 4\sqrt{2}.

5. 6x2+2x1=06x^2 + 2x - 1 = 0 (the original Q32)

Hint

4ac=4(6)(1)=+24-4ac = -4(6)(-1) = +24.

Show answer

a,b,c=6,2,1a, b, c = 6, 2, -1. Disc =4+24=28= 4 + 24 = 28. 28=27\sqrt{28} = 2\sqrt{7}.

6. 4x24x1=04x^2 - 4x - 1 = 0

Hint

b2=16b^2 = 16 and 4ac=+16-4ac = +16.

Show answer

a,b,c=4,4,1a, b, c = 4, -4, -1. Disc =16+16=32= 16 + 16 = 32. 32=42\sqrt{32} = 4\sqrt{2}.

7. 5x2+10x+1=05x^2 + 10x + 1 = 0

Hint

b2=100b^2 = 100 and 4ac=20-4ac = -20.

Show answer

a,b,c=5,10,1a, b, c = 5, 10, 1. Disc =10020=80= 100 - 20 = 80. 80=45\sqrt{80} = 4\sqrt{5}.

8. 2x23x4=02x^2 - 3x - 4 = 0

Hint

94(2)(4)=9+32=419 - 4(2)(-4) = 9 + 32 = 41. Is 4141 prime?

Show answer

a,b,c=2,3,4a, b, c = 2, -3, -4. Disc =9+32=41= 9 + 32 = 41. 41\sqrt{41} — prime, leave as-is.

Self-check question

What does it mean when the discriminant is negative? (No real solutions; the parabola doesn’t cross the xx-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)

  1. Write aa, bb, cc on their own lines.
  2. Substitute into x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} with parentheses around negatives.
  3. Compute discriminant on a separate line. Recompute (H5).
  4. Simplify the radical (largest perfect-square factor).
  5. Reduce the fraction (factor a GCF out of numerator AND denominator).
  6. Write both answers (or use ±\pm).

Practice problems — full end-to-end

Solve each. Write your final answer in simplest radical form.

1. x2+6x+4=0x^2 + 6x + 4 = 0

Hint

Disc =3616=20=45= 36 - 16 = 20 = 4 \cdot 5.

Show answer

x=3±5x = -3 \pm \sqrt{5}.

x=6±202=6±252=3±5x = \dfrac{-6 \pm \sqrt{20}}{2} = \dfrac{-6 \pm 2\sqrt{5}}{2} = -3 \pm \sqrt{5}.

2. 2x2+4x3=02x^2 + 4x - 3 = 0

Hint

Disc =40= 40; the numerator/denominator won’t share a common factor here.

Show answer

x=2±102x = \dfrac{-2 \pm \sqrt{10}}{2}.

x=4±404=4±2104=2±102x = \dfrac{-4 \pm \sqrt{40}}{4} = \dfrac{-4 \pm 2\sqrt{10}}{4} = \dfrac{-2 \pm \sqrt{10}}{2}.

3. 3x26x1=03x^2 - 6x - 1 = 0

Hint

Disc =48=163= 48 = 16 \cdot 3; numerator and denominator share a factor of 2.

Show answer

x=3±233x = \dfrac{3 \pm 2\sqrt{3}}{3}.

a=3,b=6,c=1a = 3, b = -6, c = -1. x=(6)±36+126=6±486=6±436=3±233x = \dfrac{-(-6) \pm \sqrt{36 + 12}}{6} = \dfrac{6 \pm \sqrt{48}}{6} = \dfrac{6 \pm 4\sqrt{3}}{6} = \dfrac{3 \pm 2\sqrt{3}}{3}.

4. 6x2+2x1=06x^2 + 2x - 1 = 0 (the original Q32)

Hint

Disc =28=47= 28 = 4 \cdot 7; factor 2 out of numerator and denominator at the end.

Show answer

x=1±76x = \dfrac{-1 \pm \sqrt{7}}{6}.

a=6,b=2,c=1a = 6, b = 2, c = -1. Disc =4+24=28= 4 + 24 = 28. 28=27\sqrt{28} = 2\sqrt{7}. x=2±2712=1±76x = \dfrac{-2 \pm 2\sqrt{7}}{12} = \dfrac{-1 \pm \sqrt{7}}{6}.

5. 4x24x1=04x^2 - 4x - 1 = 0

Hint

Disc =32=162= 32 = 16 \cdot 2; reduce by a factor of 2.

Show answer

x=1±22x = \dfrac{1 \pm \sqrt{2}}{2}.

x=4±328=4±428=1±22x = \dfrac{4 \pm \sqrt{32}}{8} = \dfrac{4 \pm 4\sqrt{2}}{8} = \dfrac{1 \pm \sqrt{2}}{2}.

6. 5x2+10x+1=05x^2 + 10x + 1 = 0

Hint

Disc =80=165= 80 = 16 \cdot 5; reduce by 2.

Show answer

x=5±255x = \dfrac{-5 \pm 2\sqrt{5}}{5}.

x=10±8010=10±4510=5±255x = \dfrac{-10 \pm \sqrt{80}}{10} = \dfrac{-10 \pm 4\sqrt{5}}{10} = \dfrac{-5 \pm 2\sqrt{5}}{5}.

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 bb is even and aa 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

  1. Try factoring first if a=1a = 1 and you can find two integers that multiply to cc and add to bb in under 15 seconds.
  2. Use the formula if factoring doesn’t pop in 15 seconds, or if a1a \neq 1 and the leading coefficient is awkward.
  3. Complete the square is rarely tested for Regents end-to-end solving — skip unless explicitly asked.

Practice problems

For each, decide F (factor) or Q (quadratic formula), justify in one sentence, then solve.

1. x25x+6=0x^2 - 5x + 6 = 0

Hint

a=1a = 1; find two integers that multiply to 66 and add to 5-5.

Show answer

Method: F. (x2)(x3)=0(x - 2)(x - 3) = 0. x=2,3x = 2, 3.

2. x2+7x+10=0x^2 + 7x + 10 = 0

Hint

25=102 \cdot 5 = 10 and 2+5=72 + 5 = 7 — but check signs.

Show answer

Method: F. (x+2)(x+5)=0(x + 2)(x + 5) = 0. x=2,5x = -2, -5.

3. 2x2+5x3=02x^2 + 5x - 3 = 0

Hint

AC method: AC=6AC = -6. Find two numbers multiplying to 6-6 and adding to +5+5: +6+6 and 1-1.

Show answer

Method: F (AC) or Q. x=12,3x = \tfrac{1}{2}, -3.

Split the middle: 2x2+6xx3=2x(x+3)1(x+3)=(2x1)(x+3)2x^2 + 6x - x - 3 = 2x(x + 3) - 1(x + 3) = (2x - 1)(x + 3).

4. x24x7=0x^2 - 4x - 7 = 0

Hint

Doesn’t factor over the integers (no two integers multiply to 7-7 and add to 4-4). Use the formula.

Show answer

Method: Q. Disc =16+28=44=411= 16 + 28 = 44 = 4 \cdot 11. x=4±2112=2±11x = \dfrac{4 \pm 2\sqrt{11}}{2} = 2 \pm \sqrt{11}.

5. x2+8x+16=0x^2 + 8x + 16 = 0

Hint

PST: 16=4216 = 4^2 and 8=2(4)8 = 2(4).

Show answer

Method: F (PST). (x+4)2=0(x + 4)^2 = 0. x=4x = -4 (double root).

6. 3x2+4x2=03x^2 + 4x - 2 = 0

Hint

Doesn’t factor nicely; use the formula. Disc =16+24=40= 16 + 24 = 40.

Show answer

Method: Q. x=4±406=4±2106=2±103x = \dfrac{-4 \pm \sqrt{40}}{6} = \dfrac{-4 \pm 2\sqrt{10}}{6} = \dfrac{-2 \pm \sqrt{10}}{3}.

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 d=9d = 9 instead of d=6d = 6). Always draw the dot-and-gap diagram first (H3).

The two formulas

Arithmetic: an=a1+(n1)da_n = a_1 + (n - 1)\,d where d=an+1and = a_{n+1} - a_n (common difference).

Geometric: an=a1rn1a_n = a_1 \cdot r^{\,n-1} where r=an+1/anr = a_{n+1}/a_n (common ratio).

The dot-and-gap diagram

For “find dd when a1a_1 and aka_k are given”:

a1da2ddaka_1 \xrightarrow{d} a_2 \xrightarrow{d} \cdots \xrightarrow{d} a_k

Count the arrows (= k1k - 1). Then (k1)d=aka1(k - 1)\,d = a_k - a_1.

Practice problems

1. Arithmetic: a1=20a_1 = -20, a4=2a_4 = -2. Find a8a_8. (Q28)

Hint

3 gaps from a1a_1 to a4a_4, so 3d=2(20)=183d = -2 - (-20) = 18. Then a8=a1+7da_8 = a_1 + 7d.

Show answer

d=6d = 6, a8=20+7(6)=22a_8 = -20 + 7(6) = 22.

Mistake on June 25: counted dots (4) instead of gaps (3), got d=9d = 9 instead of d=6d = 6.

2. Arithmetic: a1=7a_1 = 7, a5=23a_5 = 23. Find a10a_{10}.

Hint

4 gaps from a1a_1 to a5a_5: 4d=164d = 16.

Show answer

d=4d = 4, a10=7+9(4)=43a_{10} = 7 + 9(4) = 43.

3. Arithmetic: a3=11a_3 = 11, a8=36a_8 = 36. Find a1a_1.

Hint

5 gaps between a3a_3 and a8a_8, so 5d=255d = 25. Then walk back: a1=a32da_1 = a_3 - 2d.

Show answer

d=5d = 5, a1=1110=1a_1 = 11 - 10 = 1.

4. Arithmetic: a1=100a_1 = 100, d=7d = -7. Find a15a_{15}.

Hint

a15=a1+14da_{15} = a_1 + 14d.

Show answer

a15=100+14(7)=2a_{15} = 100 + 14(-7) = 2.

5. Geometric: a1=3a_1 = 3, r=2r = 2. Find a6a_6.

Hint

a6=a1r5a_6 = a_1 \cdot r^5.

Show answer

a6=332=96a_6 = 3 \cdot 32 = 96.

6. Geometric: 12, 6, 3, 32\tfrac{3}{2}, … find ana_n formula.

Hint

Each term is half the previous, so r=12r = \tfrac{1}{2}.

Show answer

an=12(12)n1a_n = 12 \cdot \left(\tfrac{1}{2}\right)^{n-1}.

7. Geometric: a1=5a_1 = 5, a4=40a_4 = 40. Find rr and a6a_6.

Hint

a4/a1=r3=8a_4 / a_1 = r^3 = 8.

Show answer

r=2r = 2, a6=532=160a_6 = 5 \cdot 32 = 160.

8. Arithmetic: a1=3a_1 = -3, a10=24a_{10} = 24. Find dd.

Hint

9 gaps between a1a_1 and a10a_{10}, so 9d=279d = 27.

Show answer

d=3d = 3.

9. Geometric: a2=18a_2 = 18, a5=486a_5 = 486. Find a1a_1 and rr.

Hint

a5/a2=r3a_5 / a_2 = r^3 (3 ratio gaps between a2a_2 and a5a_5).

Show answer

r3=27    r=3r^3 = 27 \implies r = 3. a1=a2/r=18/3=6a_1 = a_2 / r = 18 / 3 = 6.

10. Arithmetic: 8th term is 30, 12th term is 50. Find a1a_1.

Hint

4 gaps between a8a_8 and a12a_{12}, so 4d=204d = 20. Then a1=a87da_1 = a_8 - 7d.

Show answer

d=5d = 5, a1=3035=5a_1 = 30 - 35 = -5.

Self-check question

If you’re told a3=11a_3 = 11 and a8=36a_8 = 36, how many gaps are between them? (5 gaps, not 6 — that’s the count 838 - 3.)


Friday — Mixed Part II / III Short Response

Objective

Apply the heuristics under timed short-response conditions. Self-grade strictly.

Instructions

  1. Set timer for 30 minutes.
  2. Solve all 6 problems with full work shown — no hints or answers during the timed set.
  3. Use the 6-step quadratic checklist and the dot-and-gap diagram where applicable.
  4. After the timer ends, self-grade using the rubric below; only then reveal answers.

Practice problems

1. (2 pts) Express (3x4)(2x+5)(3x - 4)(2x + 5) as a trinomial in standard form.

Hint

Box method, watch signs.

Show answer

6x2+7x206x^2 + 7x - 20.

2. (2 pts) Solve 4(x2)>2x+144(x - 2) > -2x + 14 for xx.

Hint

Distribute first: 4x8>2x+144x - 8 > -2x + 14. Collect xx‘s on one side; no sign-flip if you keep xx positive.

Show answer

x>113x > \tfrac{11}{3}. (6x>22    x>1136x > 22 \implies x > \tfrac{11}{3}.)

3. (2 pts) The first and third terms of an arithmetic sequence are 6 and 20. Determine the seventh term.

Hint

2 gaps between a1a_1 and a3a_3: 2d=142d = 14.

Show answer

d=7d = 7, a7=6+6(7)=48a_7 = 6 + 6(7) = 48.

4. (4 pts) Using the quadratic formula, solve 3x24x2=03x^2 - 4x - 2 = 0. Express the answer in simplest radical form.

Hint

Disc =16+24=40=410= 16 + 24 = 40 = 4 \cdot 10. Reduce by a factor of 2 at the end.

Show answer

x=2±103x = \dfrac{2 \pm \sqrt{10}}{3}.

a=3,b=4,c=2a = 3, b = -4, c = -2. x=4±406=4±2106=2±103x = \dfrac{4 \pm \sqrt{40}}{6} = \dfrac{4 \pm 2\sqrt{10}}{6} = \dfrac{2 \pm \sqrt{10}}{3}.

5. (4 pts) Factor completely: 4x3100x4x^3 - 100x.

Hint

GCF 4x4x, then DOS on x225x^2 - 25.

Show answer

4x(x5)(x+5)4x(x - 5)(x + 5).

6. (4 pts) The table below shows hours studied xx and quiz score yy.

xx12345
yy6068738290

State the linear regression equation rounded to the nearest hundredth, the correlation coefficient rounded to the nearest hundredth, and what the correlation coefficient indicates.

Hint

On your calculator: STAT → CALC → LinReg(ax+b). Make sure DiagnosticOn is set to see rr.

Show answer

y7.40x+53.40y \approx 7.40x + 53.40; r0.99r \approx 0.99; strong positive correlation between hours studied and quiz score.

Self-grade rubric

For each problem, award:

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

  1. Pull Part II (Q25–Q30) and Part III (Q31–Q34) from a prior Regents.
  2. Timer: 75 minutes (Part II ≈ 30 min, Part III ≈ 45 min).
  3. Work in pen. Use scratch paper for calculations, neat work on the test.
  4. Apply the 6-step quadratic checklist and the dot-and-gap diagram everywhere relevant.
  5. Score against the official Model Response Set.

Success bar for Week 2


← Back to main study plan | ← Week 1 | → Week 3