Factor polynomials (GCF, difference of squares, trinomials) and expand products.
Factoring rewrites an expression as a product. The SAT primarily tests three types: pulling out a GCF, recognizing a difference of squares, and factoring trinomials.
核心知识
Always check for a GCF first. Then look at the number of terms: two terms suggests difference of squares
深入理解
Start every factoring problem by asking: do all terms share a common factor? Pull it out first. This simplifies everything that follows and is easy to overlook under time pressure.
For two-term expressions, check whether both terms are perfect squares separated by a minus sign. If so, apply
For three-term expressions
Always verify your factored form by expanding it back out. This takes seconds and catches sign errors.
分步讲解
- Pull out any GCF from all terms.
- Count remaining terms: two → check difference of squares; three → try trinomial factoring.
- For difference of squares: identify
and𝑎 where the expression equals𝑏 , then write𝑎 2 − 𝑏 2 .( 𝑎 − 𝑏 ) ( 𝑎 + 𝑏 ) - For trinomials: find two numbers that multiply to the constant term and add to the coefficient of the middle term.
- Write the factored form and verify by expanding.
常见误解
- Attempting to factor
as𝑎 2 + 𝑏 2 —a sum of squares doesn't factor over the reals.( 𝑎 + 𝑏 ) 2 - Forgetting to take the square root of the coefficient in difference of squares: writing
instead of( 4 𝑥 − 5 ) ( 𝑥 + 5 ) for( 2 𝑥 − 5 ) ( 2 𝑥 + 5 ) .4 𝑥 2 − 2 5 - Stopping after pulling out the GCF without checking whether the remaining expression factors further.
示例解析
Which of the following is equivalent to
选择一个答案查看解析