Learn how to add, subtract, multiply, and factor polynomials - essential skills for solving higher-level SAT math problems.
A mathematical expression with one or more terms where variables have non-negative integer exponents.
Examples:
Combine like terms (terms with the same variable and exponent).
Example: (3x² + 2x - 5) + (x² - 4x + 1)
= (3x² + x²) + (2x - 4x) + (-5 + 1)
= 4x² - 2x - 4
Use the distributive property (FOIL method for binomials).
Example 1: 3x(x² - 2x + 4)
= 3x³ - 6x² + 12x
Example 2: (x + 3)(x - 2)
= x(x) + x(-2) + 3(x) + 3(-2)
= x² - 2x + 3x - 6
= x² + x - 6
Pattern | Formula |
---|---|
Difference of Squares | (a + b)(a - b) = a² - b² |
Square of a Binomial | (a ± b)² = a² ± 2ab + b² |
Example: (2x + 5)²
= (2x)² + 2(2x)(5) + 5²
= 4x² + 20x + 25
Factor out the largest common term.
Example: 6x³ - 9x²
= 3x²(2x - 3)
For x² + bx + c, find two numbers that multiply to c and add to b.
Example: x² - 5x + 6
Numbers: -2 and -3 (since -2 × -3 = 6 and -2 + -3 = -5)
= (x - 2)(x - 3)
Which of the following is equivalent to (2x + 3)(x - 4) - (x² - 5x)?
Follow these steps:
Step-by-Step Solution:
1. Multiply (2x + 3)(x - 4):
= 2x(x) + 2x(-4) + 3(x) + 3(-4)
= 2x² - 8x + 3x - 12
= 2x² - 5x - 12
2. Subtract (x² - 5x):
= (2x² - 5x - 12) - (x² - 5x)
= 2x² - 5x - 12 - x² + 5x
3. Combine like terms:
= (2x² - x²) + (-5x + 5x) - 12
= x² - 12
Wait a minute - this doesn't match any options! There seems to be an error in the question options. In a real SAT scenario, one of the options would be x² - 12.