Factor out the GCF from 15x⁴ − 10x³ + 5x². — 5x²(3x² − 2x + 1).GCF = 5x². Dividing: 15x⁴/5x²=3x², 10x³/5x²=2x, 5x²/5x²=1. Result: 5x²(3x²−2x+1).
A monomial is a polynomial with how many terms? — Exactly 1.Monomial = 1 term; binomial = 2 terms; trinomial = 3 terms. Polynomial is the general name for all.
What is the degree of the constant polynomial 5? — 0.A non-zero constant = 5 = 5x⁰. The degree is 0. The polynomial 0 has undefined (or −∞) degree by convention.
Evaluate P(0) for P(x) = 5x³ − 3x² + x − 7. — −7.P(0) = 5(0) − 3(0) + 0 − 7 = −7. P(0) always equals the constant term.
Factor x² + 5x − 6. — (x−1)(x+6).Need numbers that multiply to −6 and add to 5: −1 and 6. (x−1)(x+6). Check: −1+6=5 ✓, −1·6=−6 ✓.
Factor 2x² + 7x + 3 using the AC method. — (2x+1)(x+3).AC = 2·3 = 6. Factors of 6 that sum to 7: 1 and 6. Rewrite: 2x²+x+6x+3 = x(2x+1)+3(2x+1) = (x+3)(2x+1).
Find the roots of x² + x − 6 = 0 by factoring. — x = 2 and x = −3.x²+x−6 = (x+3)(x−2) = 0. Roots: x = 2 and x = −3. Check: (2+3)(2−2)=0 ✓.
Factor x² − x − 20. — (x−5)(x+4).Need numbers multiplying to −20 adding to −1: −5 and 4. (x−5)(x+4). Check: −5+4=−1 ✓, −5·4=−20 ✓.
What is the zero of the factor (2x − 6)? — x = 3.2x − 6 = 0 → 2x = 6 → x = 3.
Why do we "verify by expanding" after factoring? — To ensure the factored form multiplies back to the original.One sign error in factoring changes the entire result. Expanding (FOIL) back to the original is the only reliable check.
What is (2x + 3)(x − 1)? — 2x² + x − 3.F: 2x², O: −2x, I: 3x, L: −3. Sum: 2x² + x − 3.
When subtracting (2x − 3) from (5x + 1), what do you get? — 3x + 4.(5x+1) − (2x−3) = 5x+1−2x+3 = 3x+4.
Expand (x + a)²: — x² + 2ax + a².(x+a)² = x² + 2ax + a². This is the perfect square trinomial formula.
What does the "Like Terms" rule require? — Same variable AND same exponent.Like terms must have exactly the same variable(s) raised to exactly the same power(s). Only their coefficients can differ.
Can x² and x³ be combined by adding? — No, they are not like terms.x² and x³ are NOT like terms — the exponents differ. They cannot be combined by addition/subtraction.
What is the constant term in the expansion of (x + 3)(x − 2)? — −6.L in FOIL: 3 · (−2) = −6. The constant term is −6.
What is wrong with: (x + 2)² = x² + 4? — The middle term 2·x·2 = 4x is missing.(x+2)² = x² + 2(x)(2) + 4 = x² + 4x + 4. The middle term 4x is missing in the wrong version.