Answer:
Go to the store or get some from friends?
Step-by-step explanation:
I honestly don't know what kind of question this is but maybe it helps?
Your slope is 6/4. I found this by locating two points where the line intercepts evenly at two points. One was on the y-axis(0,-3) and the other was at (5,3). I then calculated the slope- rise over run or y over x. Because this graphs in a straight line, it is a linear equation. Your equation formula is y = mx + b. M is your slope, and b is your y-intercept. y = 6/4x -3
B because if you use the equation given and plug a 1 in for the t, you would get 22 which is where the graph is at for 1.
Answer:
1
Step-by-step explanation:
Remainder if 7*7*7... 124 times is divided by 4
The remainder when (7^124) / 4
Using python console:
a = 7**124
b = 4
c = a%b
print(c)
Output = 1
Hence, the remainder when 7^124 is divided by 4 is 1
Answer:
2
Step-by-step explanation: