Q. Let A = { 10, 11, 12, 13, 14 }; B = { 0, 1, 2, 3, 5 } and fi:A→B,i=1,2,3. State the type of function for the following (give reason):
(i) f1 = { (10, 1), (11, 2), (12, 3), (13, 5), (14, 3) }
(ii) f2 = { (10, 1), (11, 1), (12, 1), (13, 1), (14, 1) }
(iii) f3 = { (10, 0), (11, 1), (12, 2), (13, 3), (14, 5) }