Answer:
My brother took this test and said it was 35. Im not sure but try it
Step-by-step explanation:
<h2>
Answer</h2>
Distributive Property
The distributive property states that when a factor is multiplied by the sum of two numbers, you can multiply each of the two numbers by that factor and then add them.
<h2>Example</h2><h3>Equation </h3>
10(x + 2) = 45
Apply the distributive property to the left side of the equation by multiplying
two numbers inside the parentheses by 10
10(x) + 10(2) = 45
Now add them
10x + 20 = 45
Rearrange the like terms
10x = 45 -20
10x = 25
x = 25/10
x = 2.5
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.