Question: If R is a relation defined on set A = {1, 2, 3} such that R = {(1, 2), (2, 3)}, is R a function?
Options:
Correct Answer: No
Solution:
A relation is a function if every element in the domain (set A) maps to exactly one element in the codomain. Here, 1 maps to 2, and 2 maps to 3, but 3 has no mapping, so R is not a function.