which of these are not function?
1. which of these are not function?
a) {(0, 10),(1,20),(2,30),(3,40)}
b) {(1,2),(2,1),(1,3),(3,1)}
c) {(0,1),(1,2),(2,3),(3,4)}
d) all of these are functions
2. which of these are not function?
a) {(a,b),(b,c),(c,d),(d,e)}
b) {(a,0),(b,0),(c,0),(d,0)}
c) {(a,0),(0,a),(c,d),(d,c)}
d) all of these are functions
3. which of these are not function?
a) {(1,1),(2,2),(3,3),(4,4)}
b) {(1,1),(2,1),(3,1),(4,1)}
c) {(1,1),(1,2),(1,3),(1,4)}
d) all of these are functions
i think 1 is b, 3 is c but 2 looks a bit weird. help?