Answer:
g = w + 8
g = w - 2
Explanation:
Assuming that g and w exists, then we can show the relation as described:
"Variable g is 8 more than variable w."
g = w + 8
"Variable g is also 2 less than w."
g = w - 2
These are the two equations of the described relationship between g and w.
Note that g could not actually exist in the real number system:
g = w + 8
g = w - 2
w + 8 = w - 2
w - w = -2 - 8
0 != -10
This is impossible within the real number system.
Cheers.