SOLUTION: Let A = {0,1,3,4,6,8} List the ordered pairs of relation on A: P={(x,y)|y=x+2}

Algebra ->  Permutations -> SOLUTION: Let A = {0,1,3,4,6,8} List the ordered pairs of relation on A: P={(x,y)|y=x+2}      Log On


   



Question 1007485: Let A = {0,1,3,4,6,8} List the ordered pairs of relation on A:
P={(x,y)|y=x+2}

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
We take each element in A as our inputs (our x) and we get (adding 2 to each)
(0,2)
(1,3)
(3,5)
(4,6)
(6,8)
(8,10)