How can you quickly determine the number of roots a polynomial will have by looking at the equation?

There are a few ways to determine the number of roots a polynomial will have by looking at the equation:

1. Degree of the polynomial: The degree of a polynomial is the highest power of the variable in the equation. For example, in the equation 3x^2 - 4x + 1, the degree is 2. The number of roots a polynomial can have is equal to its degree. So, a polynomial of degree 2 (quadratic) can have up to 2 roots, a polynomial of degree 3 (cubic) can have up to 3 roots, and so on.

2. Fundamental theorem of algebra: According to the fundamental theorem of algebra, a polynomial of degree n will have exactly n roots, including both real and complex roots. So, if you know the degree of the polynomial, you can quickly determine the number of roots it will have.

3. Number of sign changes: If you arrange the polynomial in descending order of powers, you can count the number of sign changes in the coefficients. The number of sign changes gives you an upper bound on the number of positive roots of the polynomial. For example, if you have the polynomial f(x) = 3x^3 - 2x^2 + 4x + 1, there is one sign change in the coefficients (from +3 to -2). Therefore, the polynomial can have at most 1 positive root.

4. Rational root theorem: The rational root theorem states that if a polynomial has a rational root, it can be expressed as the ratio of two integers, where the numerator divides the constant term and the denominator divides the coefficient of the highest power of the variable. By checking all possible rational roots using the rational root theorem, you can determine if a polynomial has rational roots, which can give you an idea of the number of roots it has.

These methods can help you quickly determine the number of roots a polynomial will have, but keep in mind that they don't provide information about the nature (real or complex) of the roots. To determine the exact number and nature of the roots, you may need to use additional techniques like factoring, the quadratic formula, or synthetic division.