Factor trinomials x² + bx + c and ax² + bx + c, and recognize special-case patterns.
Factoring x² + bx + c is undoing FOIL: find two numbers that MULTIPLY to c and ADD to b - those numbers become the trinomial's two constant terms. For x² + 7x + 12, hunting for a pair multiplying to 12 and adding to 7 lands on 3 and 4, so it factors to (x + 3)(x + 4).
When a is bigger than 1 (like 2x² + 7x + 3), the same idea still works through the "split the middle term" method: multiply a·c, find two numbers multiplying to that product and adding to b, split bx into those two pieces, then factor by grouping - it is last week's grouping skill in a trinomial costume. Before grinding through any general method, scan for special patterns first: a² - b² is always (a+b)(a-b), and a perfect square trinomial like x² + 10x + 25 is always (x+5)². Spotting these instantly saves the longer search.
Mastery looks like: They correctly factor trinomials with a = 1 and a > 1, recognize both special patterns on sight, and check every answer by expanding.
Common stumbles: Finding a pair that multiplies correctly but forgetting to also check the sum (or vice versa); missing a GCF that should have been pulled out before starting the trinomial hunt.