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:
The coordinates I chose were (0,2) and (4,5)
Step-by-step explanation:
Didn't you already do this question?
Answer:
Chart nº 2
Step-by-step explanation:
Just match each points you will see which one is actually on the diagram!
Infinitely many? Arrows indicate that the graph goes on continuously without a stopping point, even in parabolas.
Use algebra to set up 2 equations.
Assign c as number of tickets for CATS and w for number of tickets of WICKED
c + w = 2700
c / w = 7 / 11
Then solve for one of them in the first equation
c = 2700 - w
Then put this value for c into the 2nd equation
(2700 - w) / w = 7 / 11
Now cross multiply the numerator by denominator of both numerator and denominator pairs
7w = 11 x (2700 - w)
7w = 29700 - 11w
Now solve for w
7w = 26700 - 11w
Add +11w to both sides
18w = 29700
Now divide by 18 on both sides
w = 1650
Then c is the remainder of that ... 2700 - 1650 = 1050
You can also check because 7 / 11 = 1050 / 1650