Which table could represent a function?


input -5 -4 -3 -2 -1
output 0 1 2 3 4

input 4 3 2 3 1
output 10 9 12 15 2

input -8 -6 -4 -2 -8
output 1 -1 1 -1 -1

input 10 20 30 20 10
output -10 -20 -30 20 10