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.
A) yes
B) yes
C) no
For each of these, substitute the value of x in the ordered pair into x in the function.
For A, x = -5; -5<2, so the piece of the function we want is f(x) = 3. In our ordered pair, y=f(x)=3, so yes, it is a solution.
For B, x = 2; 2≤2<6, so the piece of the function we want is f(x) = -x+1. In our ordered pair, y=f(x)=-1; -2+1=-1, so yes, it is a solution.
For C, x = 8; 8≥6, so the piece of the function we want is f(x) = x. In our ordered pair, y=f(x)=-7; -7≠8, so no, it is not a solution.
Answer: The correct factors are
(x-1) and (x+2)
Step-by-step explanation:
Step one :
To factorize the equation
x²– x – 2=0
First we look for numbers that when multiplied will result to the constant term and when added will result to the second term (1x, - 2x)
Step two :
We replace the second term with these factors we have
x²–(x-2x)–2=0
x²–x+2x–2=0
Factoring the expression we have
x(x–1)+2(x–1)=0
Hence the factors will be
(x-1) and (x+2)
Answer: Square
Step-by-step explanation:
A cross section cut parallel to a base will be the same shape as the base itself, and the base of a cube is a square. :)