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.
Answer:it will take 200 kilometers for the costs to be the same.
Step-by-step explanation:
Let x represent the number of kilometers that Andrea would have to drive for the total cost of renting from both companies to be the same.
Action trucks charges $80 for the day plus $0.22 per kilometer. It means that the total cost of x miles would be
80 + 0.22x - - - - - - - - - 1
Truck experts charges $100 for the day plus $0.12 per kilometer. It means that the total cost of x miles would be
100 + 0.12x - - - - - - - - - 2
Therefore, for the cost of renting from both companies to be the same,
80 + 0.22x = 100 + 0.12x
0.22x - 0.12x = 100 - 80
0.1x = 20
x = 20/0.1 = 200
Answer:
2x*x
2x*-5
1*x
1*-5
2x²-10x+x-10 add numbers that have similar variables
-2x²-10x+x-10
=[-2x²-9x-10]
Answer:
c. Side-Angle-Side
Step-by-step explanation:
Two sides (AB and AC) and an included angle (<BAC) in triangle ∆ABC are congruent to two corresponding sides (AD and AC) and an included corresponding angle (<DAC) in ∆ADC.
Therefore, by the SAS Congruence Theorem, both triangles are congruent.