Card: 2 / 20 |
A polynomial is a mathematical expression consisting of variables, coefficients, and non-negative integer exponents. For example, 3x² + 2x - 5 is a polynomial. |
Card: 4 / 20 |
The degree of a polynomial is the highest power of the variable in the expression. For example, in the polynomial 4x³ + 2x² - x + 7, the degree is 3. |
Card: 6 / 20 |
To add polynomials, combine like terms. For example, to add (2x² + 3x + 1) and (x² + 4x + 5), combine the coefficients of like terms: (2x² + x²) + (3x + 4x) + (1 + 5) = 3x² + 7x + 6. |
Card: 8 / 20 |
A monomial is a polynomial with only one term, such as 5x or 3xy². A binomial has exactly two terms, such as x + 2 or 3a - 4b. |
Card: 10 / 20 |
The difference of squares formula states that a² - b² = (a - b)(a + b). For example, 9 - 16 can be factored as (3 - 4)(3 + 4) = -1 * 7. |
Card: 12 / 20 |
To solve for x, factor the equation: (x - 2)(x - 3) = 0. Thus, x = 2 or x = 3. |
Card: 14 / 20 |
Using the distributive property (FOIL), (x + 2)(x - 3) = x² - 3x + 2x - 6 = x² - x - 6. |
Card: 16 / 20 |
Polynomial long division is similar to numerical long division. Divide the leading term of the dividend by the leading term of the divisor, multiply the entire divisor by this result, subtract, and repeat until all terms are divided. |
Card: 18 / 20 |
The Remainder Theorem states that for a polynomial f(x), the remainder of the division of f(x) by (x - c) is equal to f(c). For example, for f(x) = 2x² + 3x - 5, the remainder when divided by (x - 1) is f(1) = 2(1)² + 3(1) - 5 = 0. |