MCQ
If R = {(1, a), (2, b), (3, c)}, then the range of R is:
Unit-3 Sets and Relations
A {a, b, c}
B {1, 2, 3}
C {(1, a), (2, b), (3, c)}
D {a, b, c, 1, 2, 3}
Explanation

The range collects the second elements of the ordered pairs: a, b, c.