1.

If A = {0,1,2,3,4,5,6,7,8,9,10}, then list out all the pairs of distinct numbers from set A which are congruent to each other under modulo 5.

Answer»


ANSWER :[0,5], [0, 10], [1, 6], [2, 7], [3, 8], [4, 9], [5, 10]


Discussion

No Comment Found

Related InterviewSolutions