Question:medium

Let A = {1, 2, 3, 4, 6}. Let R be the relation on A defined by 
{(a, b): a, b ∈ A, b is exactly divisible by a}.
  1. Write R in roster form
  2. Find the domain of R
  3. Find the range of R

Updated On: Jan 21, 2026
Show Solution

Solution and Explanation

A = {1, 2, 3, 4, 6}, R = {(a, b): a, b ∈ A, b is exactly divisible by a}
(i) R = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 6), (2, 2), (2, 4), (2, 6), (3, 3), (3, 6), (4, 4), (6, 6)}
(ii) Domain of R = {1, 2, 3, 4, 6}
(iii) Range of R = {1, 2, 3, 4, 6}

Was this answer helpful?
0