1) y = x + 1
It seems like even though the above has both "=" and "+", there are only two variables, so the relation would be a binary one, where as...
2) z = x + y
has 3 variables so there is a tertiary relation.
Is this sensible or am I missing someone fundamental?