36.2k views
23 votes
What are the output values for this data set:

{ (0,8), (1,9), (2,13), (3,23) }?​

User Sharika
by
7.8k points

1 Answer

3 votes

Answer:

Outputs: {8, 9, 13, 23}

Explanation:

Output is a fancy way of say y value. So the outputs of the data set are: {8, 9, 13, 23}.

User Scott Miles
by
7.3k points