Function from ordered pairs, step by step
A set of ordered pairs is a function when no input turns up twice with different outputs.
The question
Is this a function?
(14, 34) (8, 5) (14, 6) (9, 12)
pairs(14, 34)(8, 5)(14, 6)(9, 12)
pairs(14, 34)(8, 5)(14, 6)(9, 12)inputs148149
pairs(14, 34)(8, 5)(14, 6)(9, 12)inputs148149
14 → 34 and 14 → 6
Not a function
- A function has one rule: every input gets exactly ONE output. So there is only one column to check — the inputs, which are the first number in each pair.
- Pull the inputs out on their own and look at them together: 14, 8, 14, 9. Nothing about the outputs matters yet.
- 14 is in that list twice, and the two pairs it belongs to do not agree: the input 14 goes to 34 and also to 6, and one input may only go to one place.
- One input, two different outputs. That is the one thing a function is not allowed to do, so this relation is not a function.
How it works.
- 01
A function has one rule: every input gets exactly ONE output. So there is only one column to check — the inputs, which are the first number in each pair.
- 02
Pull the inputs out on their own and look at them together: 14, 8, 14, 9. Nothing about the outputs matters yet.
- 03
14 is in that list twice, and the two pairs it belongs to do not agree: the input 14 goes to 34 and also to 6, and one input may only go to one place.
- 04
One input, two different outputs. That is the one thing a function is not allowed to do, so this relation is not a function.