Which of the following is not a valid expression? Assume x and y are integer variables.
1) x / (y * 7)
2) y / x * 2
3) 2x
4) 3y
5) (x - 3*y)