Let X = {1,2,....,10} Define a relation R on X x X by (a,b)R(c,d) if a + d = b + c
I lose track of what it is asking on the part italicized. I have a similar question that ends in ad = bc as well with everything prior being similar.
Thanks for your help!
This relation is on pairs of integers. $(1,2)$ is related to $(3,4)$ because $1+4=2+3$. $(1,2)$ is not related to $(5,4)$ because $1+4\neq 2+5$. Hence, some pairs are related to other pairs. What you do with this information depends on what comes next.