Answer:
X is a variable so it can replace any number
Example:
x=4
x*3+1=y
if x is 4 then you can plug in
(4)*3+1=y
12+1=y
13=y
That is how variables like (x) are used :)