Week 1 — Pattern Recognition + Quick Wins

← Back to main study plan

Goal this week: lock in the easy point-recovery items — domain/range, factoring patterns, and the universal heuristics. Build the Mistake-Log habit.

Time: ~60 min weekdays, ~75 min Saturday. Sunday off.

Heuristics to apply daily: H1 (read prompt twice), H2 (name the structure), H4 (simplest form), H5 (re-do heavy arithmetic).


Monday — Domain & Range Rebuild

Objective

Burn into muscle memory: domain lives on the xx-axis, range lives on the yy-axis. This single error cost a point on Q13.

Instructions

  1. Set up your binder with a fresh Mistake Log notebook.
  2. For each of the 10 graph descriptions below, sketch the graph on graph paper. Use green pen for the xx-axis extent and red pen for the yy-axis extent.
  3. Write the domain and range underneath, using interval notation.
  4. After all 10, check against the answer key. For every miss, write a Mistake Log entry tagged “H2 — domain/range swap.”

Practice problems

For each function f(x)f(x), state the domain and range.

#DescriptionDomainRange
1Line from (3,2)(-3, -2) to (5,6)(5, 6), both endpoints closed3x5-3 \leq x \leq 52y6-2 \leq y \leq 6
2Line from open (0,1)(0, 1) to closed (10,21)(10, 21)0<x100 < x \leq 101<y211 < y \leq 21
3Parabola y=x2y = x^2, all real xxR\mathbb{R} (all reals)y0y \geq 0
4Parabola y=x2+4y = -x^2 + 4R\mathbb{R}y4y \leq 4
5Open dot at (4,2)(-4, 2), closed dot at (8,11)(8, 11), line between4<x8-4 < x \leq 82<y112 < y \leq 11
6y=xy = \sqrt{x}x0x \geq 0y0y \geq 0
7y=xy = \|x\|R\mathbb{R}y0y \geq 0
8Horizontal line y=5y = 5 for 2x2-2 \leq x \leq 22x2-2 \leq x \leq 2{5}\{5\}
9y=1/xy = 1/x for x>0x > 0x>0x > 0y>0y > 0
10Piecewise: closed at (5,3)(-5, -3) rising to open at (0,7)(0, 7), then closed at (0,4)(0, 4) rising to closed at (6,10)(6, 10)5x6-5 \leq x \leq 63y10-3 \leq y \leq 10 (combined)

Self-check question

If a graph has an open dot, is that endpoint included in the domain/range? (No — use << or >>, not \leq or \geq.)


Tuesday — Factoring Patterns

Objective

Recognize the four core factoring patterns within 5 seconds of seeing them. Practice the H2 heuristic: name the structure aloud before you write anything.

Instructions

Part A — Classify (15 expressions, no solving): For each, say aloud which of the four patterns it matches: GCF, Difference of Squares (DOS), Perfect-Square Trinomial (PST), or Standard Trinomial (ST). Some require two patterns stacked.

Part B — Factor (10 expressions): Pick 10 from Part A and factor them completely.

Part A — Classify

#ExpressionPattern(s)
1x249x^2 - 49DOS
2x2+10x+25x^2 + 10x + 25PST
3x2+7x+12x^2 + 7x + 12ST
44x3+12x24x^3 + 12x^2GCF
5x336xx^3 - 36xGCF + DOS
69x2169x^2 - 16DOS
7x214x+49x^2 - 14x + 49PST
8x2+5x14x^2 + 5x - 14ST
92x4322x^4 - 32GCF + DOS (then DOS again on x416x^4 - 16)
1050x318x50x^3 - 18xGCF + DOS
11x26x+9x^2 - 6x + 9PST
12x264x^2 - 64DOS
136x2+9x6x^2 + 9xGCF
14x2+x12x^2 + x - 12ST
154x24x+14x^2 - 4x + 1PST (factors as (2x1)2(2x-1)^2)

Part B — Factor (worked solutions)

Show worked solutions for #5, #9, #10, #15

#5 x336xx^3 - 36x GCF first: =x(x236)= x(x^2 - 36). x236x^2 - 36 is DOS: =x(x6)(x+6)= x(x - 6)(x + 6).

#9 2x4322x^4 - 32 GCF: =2(x416)= 2(x^4 - 16). x416=(x2)242x^4 - 16 = (x^2)^2 - 4^2 is DOS: =2(x24)(x2+4)= 2(x^2 - 4)(x^2 + 4). x24x^2 - 4 is also DOS: =2(x2)(x+2)(x2+4)= 2(x - 2)(x + 2)(x^2 + 4).

#10 50x318x50x^3 - 18x GCF: =2x(25x29)= 2x(25x^2 - 9). 25x29=(5x)23225x^2 - 9 = (5x)^2 - 3^2 is DOS: =2x(5x3)(5x+3)= 2x(5x - 3)(5x + 3).

#15 4x24x+14x^2 - 4x + 1 Recognize PST: 4x2=(2x)24x^2 = (2x)^2, 1=121 = 1^2, and 4x=22x1-4x = -2 \cdot 2x \cdot 1. =(2x1)2= (2x - 1)^2.

Self-check question

What’s the giveaway that distinguishes x236x^2 - 36 (DOS) from x212x+36x^2 - 12x + 36 (PST)? (Two terms = DOS; three terms with the middle = ±2ab\pm 2ab pattern = PST.)


Wednesday — Polynomial Arithmetic + Linear Equations/Inequalities

Objective

Tighten up the basics: sign distribution in polynomial subtraction, the box method for products, and the inequality-flip rule.

Instructions

Do all 14 problems. Show full work. Use the box method for every multiplication, even simple ones — building the habit matters more than speed this week.

Part A — Polynomial arithmetic (6 problems)

Simplify each.

#ProblemAnswer
1(3x25x+7)(x2+2x4)(3x^2 - 5x + 7) - (x^2 + 2x - 4)2x27x+112x^2 - 7x + 11
2(2x2+6)(4x23x+1)(-2x^2 + 6) - (4x^2 - 3x + 1)6x2+3x+5-6x^2 + 3x + 5
3(2x+3)(x5)(2x + 3)(x - 5)2x27x152x^2 - 7x - 15
4(3x4)(2x+1)(3x - 4)(2x + 1)6x25x46x^2 - 5x - 4
5(x+6)2(x + 6)^2x2+12x+36x^2 + 12x + 36
6(5x2)(3x+4)(5x - 2)(-3x + 4)15x2+26x8-15x^2 + 26x - 8
Worked solution for #6 (box method)

(5x2)(3x+4)(5x - 2)(-3x + 4)

3x-3x+4+4
5x5x15x2-15x^2+20x+20x
2-2+6x+6x8-8

Sum: 15x2+20x+6x8=15x2+26x8-15x^2 + 20x + 6x - 8 = -15x^2 + 26x - 8.

Part B — Linear equations and inequalities (8 problems)

Solve for the variable. Pay attention to the inequality-flip in #5, #6, #8.

#ProblemAnswer
13(x4)=2x+53(x - 4) = 2x + 5x=17x = 17
252(y+3)=4y5 - 2(y + 3) = 4yy=16y = -\tfrac{1}{6}
32x13=x4\dfrac{2x - 1}{3} = x - 4x=11x = 11
44(2x+1)3=5x+104(2x + 1) - 3 = 5x + 10x=3x = 3
53x+719-3x + 7 \geq 19x4x \leq -4
62(y5)<8-2(y - 5) < 8y>1y > 1
774x3x+357 - 4x \leq 3x + 35x4x \geq -4
812y4>3\dfrac{1 - 2y}{4} > 3y<112y < -\tfrac{11}{2}
Worked solution for #5 (sign flip)

3x+719-3x + 7 \geq 19 3x12-3x \geq 12 Divide by 3-3 (negative — flip the inequality): x4x \leq -4.

Self-check question

When do you flip the inequality sign? (Whenever you multiply or divide both sides by a negative number — never when adding or subtracting.)


Thursday — Mixed Part-I Timed Set

Objective

Simulate Part I conditions and stress-test the heuristics under time pressure.

Instructions

  1. Set a timer for 18 minutes.
  2. Answer all 12 questions below. Show your scratch work to the right.
  3. After the timer ends, check answers. For every miss, write a Mistake Log entry tagged with the H-bucket that would have caught it.

Practice set

  1. The expression 123\dfrac{12}{\sqrt{3}} is equivalent to: (1) 3\sqrt{3} (2) 434\sqrt{3} (3) 12312\sqrt{3} (4) 3636

  2. The graph of f(x)=x24f(x) = x^2 - 4 has a minimum at: (1) (0,4)(0, -4) (2) (4,0)(-4, 0) (3) (2,0)(2, 0) (4) (0,4)(0, 4)

  3. Which scenario is exponential? (1) saves $10 each week (2) earns 8% interest each year (3) loses 5 lbs per month (4) drives 60 mph

  4. Which polynomial has degree 4 and leading coefficient 3-3? (1) 4x33x4x^3 - 3x (2) 3x4+2x2-3x^4 + 2x^2 (3) 3x4x3x^4 - x (4) 4x3+3-4x^3 + 3

  5. Simplify (2x2+3)(x25x+1)(2x^2 + 3) - (x^2 - 5x + 1). (1) x25x+2x^2 - 5x + 2 (2) x2+5x+2x^2 + 5x + 2 (3) x2+5x+4x^2 + 5x + 4 (4) 3x2+5x+43x^2 + 5x + 4

  6. The function g(x)g(x) is shown with values: g(1)=3, g(3)=11, g(5)=27g(1) = 3,\ g(3) = 11,\ g(5) = 27. The average rate of change from x=1x = 1 to x=5x = 5 is: (1) 6 (2) 7 (3) 8 (4) 24

  7. Which is equivalent to a6b4a^6 - b^4? (1) (a3b2)(a3+b2)(a^3 - b^2)(a^3 + b^2) (2) (a2b2)3(a^2 - b^2)^3 (3) (a3)2b4(a^3)^2 - b^4 only (4) cannot be factored

  8. Solve for yy: 4y7=2y+114y - 7 = 2y + 11. (1) y=2y = 2 (2) y=4y = 4 (3) y=9y = 9 (4) y=9y = -9

  9. Which represents f(x)=xf(x) = |x| shifted 3 units left? (1) x+3|x| + 3 (2) x3|x| - 3 (3) x+3|x + 3| (4) x3|x - 3|

  10. The domain of the graph that is open at (2,1)(-2, 1) and closed at (6,9)(6, 9) is: (1) [1,9][1, 9] (2) (1,9](1, 9] (3) [2,6][-2, 6] (4) (2,6](-2, 6]

  11. Solve 3(x+2)2=x+6\dfrac{3(x + 2)}{2} = x + 6. (1) x=6x = 6 (2) x=4x = 4 (3) x=2x = 2 (4) x=0x = 0

  12. Which sequence is geometric with a1=8a_1 = 8 and common ratio 12\tfrac{1}{2}? (1) 8,16,32,64,8, 16, 32, 64, \ldots (2) 8,4,2,1,8, 4, 2, 1, \ldots (3) 8,10,12,14,8, 10, 12, 14, \ldots (4) 8,0,8,16,8, 0, -8, -16, \ldots

Answer key

  1. (2) 434\sqrt{3} — rationalize: 12333=1233\tfrac{12}{\sqrt{3}} \cdot \tfrac{\sqrt{3}}{\sqrt{3}} = \tfrac{12\sqrt{3}}{3}.
  2. (1) (0,4)(0, -4).
  3. (2) Constant percent each period.
  4. (2) Degree 4 with leading coefficient 3-3.
  5. (2) Distribute the minus across all three terms.
  6. (1) 27351=244=6\tfrac{27 - 3}{5 - 1} = \tfrac{24}{4} = 6.
  7. (1) a6=(a3)2a^6 = (a^3)^2, b4=(b2)2b^4 = (b^2)^2 — difference of squares.
  8. (3) 2y=182y = 18.
  9. (3) Shift left = inside ++.
  10. (4) Open on left → ((, closed on right → ]].
  11. (1) Multiply by 2: 3(x+2)=2x+12    3x+6=2x+12    x=63(x+2) = 2x + 12 \implies 3x + 6 = 2x + 12 \implies x = 6.
  12. (2) Each term is half the previous.

Self-grade

11–12 correct: on target. 8–10: review the misses and the H-bucket. <8: redo Mon and Tue before continuing.


Friday — Re-do Q13 and Q30, plus Sibling Problems

Objective

Convert the actual June 25 misses into wins, with extra siblings to prove the fix is durable.

Instructions

For each problem, write the H2 rationale next to your work (“This is a domain question because…” / “This is a difference of squares because…”). Then solve.

Q13 (original)

A graph runs from open (0,15)(0, 15) to closed (12,45)(12, 45). State the domain.

Answer: 0<x<120 < x < 12 written as 0<x120 < x \leq 12 in interval form. Wrong choice on June 25: 15<x4515 < x \leq 45 — that’s the range, not domain.

Q13 siblings

#ProblemDomainRange
13aGraph open at (7,1)(-7, 1), closed at (3,21)(3, 21)7<x3-7 < x \leq 31<y211 < y \leq 21
13bGraph closed at (1,1)(-1, -1), open at (5,11)(5, 11)1x<5-1 \leq x < 51y<11-1 \leq y < 11
13cf(x)=x4f(x) = \sqrt{x - 4}x4x \geq 4y0y \geq 0
13dHorizontal segment y=8y = 8 from x=3x = -3 to x=7x = 7, both endpoints closed3x7-3 \leq x \leq 7{8}\{8\}

Q30 (original)

Factor x336xx^3 - 36x completely. Answer: x(x6)(x+6)x(x - 6)(x + 6). Mistake on June 25: wrote x(x6)2x(x - 6)^2.

Q30 siblings

#ProblemAnswer
30ax349xx^3 - 49xx(x7)(x+7)x(x - 7)(x + 7)
30b4x3100x4x^3 - 100x4x(x5)(x+5)4x(x - 5)(x + 5)
30c2y450y22y^4 - 50y^22y2(y5)(y+5)2y^2(y - 5)(y + 5)
30dx5xx^5 - xx(x1)(x+1)(x2+1)x(x - 1)(x + 1)(x^2 + 1)
Worked solution for 30d

x5xx^5 - x GCF: =x(x41)= x(x^4 - 1). x41=(x2)212x^4 - 1 = (x^2)^2 - 1^2 is DOS: =x(x21)(x2+1)= x(x^2 - 1)(x^2 + 1). x21x^2 - 1 is also DOS: =x(x1)(x+1)(x2+1)= x(x - 1)(x + 1)(x^2 + 1). x2+1x^2 + 1 does not factor over the reals — leave it.

Self-check question

What two patterns are needed to factor x5xx^5 - x completely? (GCF, then DOS applied twice.)


Saturday — Full Part I + Part II Timed

Objective

Measure the week’s progress under real test conditions.

Instructions

  1. Use a prior Regents Algebra I administration (any year; June 2024 or January 2025 are good). NYS releases them at https://www.nysedregents.org.
  2. Print out Part I (Q1–Q24) and Part II (Q25–Q30) only.
  3. Set timer for 70 minutes. Work in pen.
  4. Score yourself strictly against the official answer key.
  5. Compare scores to baseline (June 25 was Part I = 44/48, Part II = 10/12).

Success bar for Week 1

Mistake Log review

At the end of the day, flip through every entry from the week. Group them by H-bucket. The H-bucket with the most entries is your top priority going into Week 2.


← Back to main study plan | → Week 2