These questions target the parent techniques: common-factor extraction, grouping, and identities. If a term feels unfamiliar, revisit that note first.
Since this is a visual-first page, the two figures below anchor the patterns that trip students most: the difference of squares as an area subtraction, and grouping as a rectangle assembled from pieces.
Every claim below is a trap dressed as an obvious statement. The reveal explains the reasoning, not just the verdict.
Difference of squares a2−b2 factors over R, but the sum of squares a2+b2 never does.
True over R — a2+b2 has no real roots, so it stays irreducible over R; it only splits as (a+bi)(a−bi) over $\mathbb{C}$.
Over R, x2−4 is fully factored as (x−2)(x+2), and nothing more can be done.
True over R — both factors are linear (degree 1), and by the Fundamental Theorem of Algebra a degree-2 polynomial has at most two linear factors, so we're done in any of Q,R,C here.
Factoring and expanding are inverse processes, so you can always check a factorization by multiplying back out.
True — expanding must return the original polynomial up to reordering and unit factors (like a stray ±1); polynomial rings over a field have unique factorization, so any correct re-expansion matches exactly.
Every polynomial with four terms can be factored by grouping.
False — grouping only works if some pairing produces a shared binomial; e.g. x3+2x2+3x+5 has no such pairing and is not factorable this way.
If you factor out the GCF and the leftover polynomial doesn't factor further over R, you factored incorrectly.
False — a GCF extraction plus an R-irreducible leftover (like 3(x2+1)) is a complete, correct factorization over R; not everything reduces to linear pieces there.
(x+3)2 and x2+9 are two ways of writing the same thing.
False — (x+3)2=x2+6x+9; the missing middle term 6x makes x2+9 a genuinely different (and R-irreducible) polynomial.
Rearranging the terms of a polynomial before grouping can change whether it factors.
True in practice — the polynomial's value is unchanged, but rearranging can expose a common binomial that the original ordering hid (e.g. ac+bd+ad+bc).
The GCF of 6x3+9x2−15x is 3x2.
False — it's 3x, using the lowest power of x present (the −15x term only has x1); you can never pull out more than the weakest term allows.
Factoring −x2+5x−6 should leave a positive leading coefficient inside.
True — pull out −1 first: −(x2−5x+6)=−(x−2)(x−3); forgetting to extract the −1 from a negative leading term is a classic sign-slip.
These probe the reason a technique exists or works.
Why must the middle terms cancel in the sum-of-cubes expansion (a+b)(a2−ab+b2)?
The cross terms are +a2b and −a2b, plus +ab2 and −ab2; each pair sums to zero by design, leaving only a3+b3.
Why does factoring help us solve x2+5x+6=0?
Once written as (x+2)(x+3)=0, the Zero Product Property forces one factor to be zero, converting one hard quadratic into two trivial linear equations.
Why do we always extract the GCF before trying other methods?
A common factor clutters every later pattern; removing it first shrinks the numbers and exposes the simpler inner polynomial so identities and grouping become visible — and it forces you to confront a negative leading sign early.
Why is verifying by expansion worth the extra time?
Because factoring involves sign choices and hidden GCFs that silently produce wrong factors; re-multiplying is the one step that catches every such slip, since factorization over a field is unique up to unit factors.
Why can grouping "work backward" — creating a common binomial that wasn't obvious?
Grouping factors each pair separately so that the Distributive Property can run in reverse on a binomial factor rather than a single variable; the shared binomial is the payoff.
Why does a difference of squares factor but a sum of squares (over R) doesn't?
a2−b2 has real roots ±b that give real linear factors; a2+b2 is always positive for real a,b (except both zero), so it has no real roots and no real linear factors.
Why does the Rational Root Theorem restrict the candidate roots to a finite list — and how does it build that list?
Any rational root written in lowest terms as p/q must have pdividing the constant term and qdividing the leading coefficient; since each of those has only finitely many divisors, you get a short, finite set of p/q to test instead of guessing blindly.
The corners where the rules bend or the answer is "you can't."
Can you factor x2+1 over the real numbers?
No — it has no real roots, so it is irreducible over R; over $\mathbb{C}$ it becomes (x−i)(x+i).
Is x2−2 irreducible over Q? Over R?
Irreducible over Q (no rational root, since 2 is irrational) but it splits over R as (x−2)(x+2) — the ring decides the answer.
What is the "factorization" of a prime (irreducible) polynomial like x2+x+1 over R?
It's itself — an R-irreducible polynomial is already fully factored there, just as a prime number's only factorization is 1 times itself.
What happens to grouping when a "pair" has a GCF of 1 but still shares a binomial?
Grouping still works — you factor out the trivial 1, e.g. x(a+b)+1(a+b)=(a+b)(x+1); forgetting the invisible +1 is a classic drop.
Is 0 a valid common factor to extract from 0x2+0x?
The expression is just 0; every polynomial "divides" it, so there's no meaningful factorization — degenerate, not a real factoring problem.
Over which number system does every polynomial factor completely into linear pieces?
The complex numbers C — the Fundamental Theorem of Algebra guarantees a degree-n polynomial splits into n linear factors over C.
When identities and grouping both fail, what tool do you reach for on a quadratic?
The Quadratic Formula (or Completing the Square) gives the roots directly, from which the linear factors follow — and Polynomial Long Division peels factors off higher-degree polynomials.
Does the difference of cubes a3−b3 ever equal a difference of squares pattern?
No — they're structurally different; a3−b3=(a−b)(a2+ab+b2) where the quadratic factor is irreducible over R (its discriminant is negative).
Recall
If you can justify every reveal above without peeking — always naming the ring you're factoring over — you understand factoring at the level that survives exams: not just the moves, but exactly where each move is legal.