70.2k views
5 votes
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

2 Answers

0 votes

Answer:

input -5 -4 -3 -2 -1

output 0 1 2 3 4

Explanation:

User Igor Guzak
by
5.2k points
5 votes

Answer:

First option

Explanation:

If each input value leads to only one output value, classify the relationship as a function.

User Clinton Jooooones
by
5.2k points