112k views
1 vote
Which operation between two polynomials will not always result in a polynomial?

2 Answers

5 votes

Final answer:

Division between two polynomials may not always result in a polynomial due to the presence of a remainder.

Step-by-step explanation:

The operation between two polynomials that will not always result in a polynomial is division.

When you divide one polynomial by another, the result is a quotient and a remainder. In some cases, the quotient may be a polynomial, but the remainder may not be, which means the result is not a polynomial.

For example, if you divide the polynomial x^3 + 2x^2 + x + 1 by the polynomial x + 1, the quotient is x^2 + x + 1, which is a polynomial. However, the remainder is 0, which is also a polynomial. Therefore, this division results in a polynomial.

However, if you divide the polynomial x^3 + 2x^2 + x + 1 by the polynomial x^2 + 1, the quotient is x + 1, which is a polynomial. But the remainder is x, which is not a polynomial. Therefore, this division does not result in a polynomial.

User Bradym
by
7.6k points
0 votes
In order to build a polynomial we need one or more terms. A term is a number, variable (denoted by a letter) or any combination of numbers and variables held together by multiplication. The following are examples of terms:


5, 3x, -5ab c^(2), (2x^(3)y )/(5), x^(6)

Now it might look like one of those involves division but it can be thought of as multiplication by (2/5). When we do this the exponents must be positive.

Polynomials are expressions made up of terms held together by addition and subtraction. Again, the exponents must be positive. Since polynomials are made up of the sum or difference of terms, adding or subtracting polynomials just leads to more polynomials. Here are some examples of Polynomials:


4xy-3 x^(2) +7, (2x)/(5)-3abc-5j

Now let’s consider what happens if we multiply polynomials. As an example we use:
(x+5)(2x-y)=2 x^(2) +10x-xy-5y

What you might notice is that multiplication will lead us to multiply terms (but multiplying terms gives us more term,as) and also to add or subtract terms but that just gives more polynomials. Therefore multiplication leads to more polynomials.

Finally, we consider division. Here a simple example will do the trick: 2 is a term and x is a term. Let us divide 2 by x. We get:
(\2)/(x)=2 x^(-1) which is not a polynomial because we have a negative exponent.

Thus, the answer to your question is division. Division of polynomials will not always result in a polynomial.

_______END OF ANSWER___________
is.
User SharkCop
by
7.2k points