Answer: Weight of a person to a person's height
Let x = weight and y = height. It is possible to have a certain weight correspond to multiple heights. This means the input x has multiple output y values. Therefore, we cannot have a function here. A function is only possible if for any x input, there is exactly one y output. The x value must be in the domain.