What makes an expression a polynomial? — Variables with non-negative integer exponents and real coefficients.Polynomials have variables with whole-number (non-negative integer) exponents and real number coefficients.
What is the degree of 7x³ − 2x + 1? — 3.Degree = highest exponent = 3 (from the term 7x³).
How many terms does 4x² − 5x + 3 have? — 3.Three terms separated by + and −: 4x², −5x, and 3.
What is the leading coefficient of 3x⁵ − 8x² + 2? — 3.The leading coefficient is the coefficient of the highest-degree term. Highest degree is 5, with coefficient 3.
A polynomial with degree 2 is called a: — Quadratic.Degree 1 = linear; degree 2 = quadratic; degree 3 = cubic; degree 4 = quartic.
Factor out the GCF from 12x³ + 8x². — 4x²(3x + 2).GCF of 12x³ and 8x² is 4x². 12x³ ÷ 4x² = 3x; 8x² ÷ 4x² = 2. Result: 4x²(3x + 2).
What is the constant term of x⁴ − 3x² + 7x − 11? — −11.The constant term has no variable — it is the term with x⁰. Here that is −11.
Factor x² + 7x + 12. — (x+3)(x+4).Need two numbers that multiply to 12 and add to 7: 3 and 4. Answer: (x+3)(x+4).
What are the roots of (x−2)(x+5) = 0? — x = 2 and x = −5.Zero Product Property: x−2=0 → x=2; x+5=0 → x=−5.