

InterviewSolution
Saved Bookmarks
1. |
If R = {(2,1), (4,7), (1,−2), ...}, then write the linear relation between the components of the ordered pairs of the relation R. |
Answer» Here, R = {(2,1),(4,7),(1,-2),…} It is seen that all the elements of R have a rule that (x,y)ϵ R ⇒ y + 5 = 3x i.e y = 3x - 5. |
|