- #1
rooski
- 61
- 0
Homework Statement
Show that there does not exist integers x,y,z such that
2x + 4y === 1 (mod 7)
x + y + 4z === 2 (mod 7)
y + 3z === 3 (mod 7)
The Attempt at a Solution
Should i be using substitution or elimination to solve this?
I could do something like
2x + 4y + 0z
x + y + 4z
_________
x + 3y - 4z
Or am i going in the wrong direction?