SOLUTION: WRITE THE EQUATION THAT REPRESENTS EACH STATEMENT; WHEN A NUMBER N IS DIVIDED BY SEVEN THE RESULT IS NEGATIVE TWO

Algebra ->  Human-and-algebraic-language -> SOLUTION: WRITE THE EQUATION THAT REPRESENTS EACH STATEMENT; WHEN A NUMBER N IS DIVIDED BY SEVEN THE RESULT IS NEGATIVE TWO      Log On


   



Question 103051: WRITE THE EQUATION THAT REPRESENTS EACH STATEMENT;
WHEN A NUMBER N IS DIVIDED BY SEVEN THE RESULT IS NEGATIVE TWO

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
N divided by 7 is:
.
N%2F7
.
This is equal to negative 2 ... which is -2.
.
Putting this all together results in the equation:
.
N%2F7+=+-2
.
Hope this helps you to understand the problem.