Answer is {(6, 1), (-3, 1), (3, 5), (2, 4), ( − 1, 2)}
The last set.
A function set will have a unique y value for every x value. There will be no repeats of the x value in the set.
❌ {( 1, 2), (-4, 8), ( – 3, 5), (1, - 2), (7, 12)}
There is a repeat of x = 1
❌ {(5, 4), (4,3), (3, 2), (4, 5), (2, 1)}
There is a repeat of x = 4
❌ {(5, 4), (5, 6), (5, 8), (5, 10), (5, 12)}
There is a repeat of x = 5
✅ {(6, 1), (-3, 1), (3, 5), (2, 4), ( − 1, 2)}
There is a unique y value for every x. There are no repeated x values in this set.