Question:medium

Let $A=\{1,2,3\}$ and $B=\{1,2,3,4\}$ and let $R:A\rightarrow B$ be a relation. If $R=\{(1,2), (2,3), (3,4)\}$, then $R\circ R$ is

Show Hint

Logic Tip: When calculating $R \circ R$, simply trace the path of the coordinates. If $A \rightarrow B$ and $B \rightarrow C$, then the composed path is $A \rightarrow C$. Make sure the intermediate value $B$ exactly matches!
Updated On: Apr 27, 2026
  • \{(1,2), (2, 3), (3, 4)\}
  • \{(1,2), (2, 1), (3, 4)\}
  • \{(1,3), (2, 4)\}
  • \{(1, 1), (2, 3), (3, 2)\}
  • \{(1,2), (2, 1), (3, 3)\}
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0