1.

 If R = ((1, 1), (3, 1), (2, 3), (4, 2)), then which of the following represents R2, where R2 is R composite R?

A. ((1, 1), (2, 1), (4, 3), (3, 1))
B. ((1, 1), (3, 1), (2, 3), (4, 2))
C. 1(1, 3), (3, 3), (3, 4), (3, 2))
D. f(1, 1), (9, 1), (4, 9), (16, 4))
Answer» B. ((1, 1), (3, 1), (2, 3), (4, 2))


Discussion

No Comment Found