Answer:
-4
hope this answer helps you...
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.
You have to collect like terms that means group the numbers that have the same variables
The zeroes of the given polynomial is 1 and -6.
<h3>What is Polynomials?</h3>
A polynomial is an expression consisting of indeterminates and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponentiation of variables.
Here, given equation;
f(x) = (x - 1)(x + 6)
for finding the zeros of the equation we need to put.....f(x) = 0
0 = (x - 1)(x + 6)
x - 1 = 0 or x + 6 = 0
x = 1 or x = -6
Thus, The zeroes of the given polynomial is 1 and -6.
Learn more about Polynomials from:
brainly.com/question/17822016
#SPJ1