correct answer is reflect ,
Answer:
First Equation: 
Step-by-step explanation:
From the given number line we can see that there are 6 arrows/jumps of equal sizes to reach from 0 to 
Each small jump is equivalent to
. This is because from 0 to
there are 2 jumps, so 1 jump will be equal to
divided by 2 which is equal to 
From 0 to
, 6 jumps of
are made. In other words we can say
is added to itself 6 times to reach to
.
Adding
6 times to itself also means multiplying
by 6. So we can set up the equation as:

Dividing both sides by
we get:

Hence, the first equation represents the given number line.
Answer:
0,4
Step-by-step explanation:
X is 0 and Y is 4 it'll be touching the vertical line
Slope = rise over run = the change in y over the change of x
if you want it to be exactly 2, then you have to make sure the equations are proportional.
-5 - y / 6-1
so you simplify it -5-y/ 5
the answer needs to be 2 times 5,
2 x 5 = 10, so you need to add 5 because that's what you subtract from it in the end.
y = 15
Answer:
5 eggs are left over.
Step-by-step explanation:
Computers love this question. They have a built in command called mod which will give the answer in one line.
L = (85 + 28) mod 6: Print L
Humans have a little tougher time with it. We do it like this
Add 85 and 28 = 113
Divide by 6
113 / 6 = 18.8333333
What is left over is 0.833333333. But what does that mean, and how do you get rid of it?
Answer Number of Trays: The 18 is easily explained. He can fill 18 trays.
But we still have 0.83333333 to deal with.
The simplest way is to multiply that by 6.
6 * 0.833333333 = 5
The answer is 5