On the set 1 2 3456 define a relation rho via a rho b if and
On the set {1, 2, 3,4,5,6}, define a relation rho via a rho b if and only if a^2 + b^2
Solution
To satisfy the condition of a2 +b2 <11 and a,b both are integers, then we have following pairs of ( a,b)
(1,1) => 12+12=2 < 11
(2,2) => 22+22=8 < 11
(1,2) => 12+22=5 < 11
(2,1) => 22+12=5 < 11
(1,3) => 12+32=10 < 11
(3,1) => 32+12=10 < 11
