InterviewSolution
Saved Bookmarks
| 1. |
Let L be the set of all lines in XY plane and R be the relation in L defined as R = {(L1 ,L2) : L1 is parallel to L2}. Show that R is an equivalence relation. Find the set of all lines related to the line y = 2x + 4. |
|
Answer» (L1, L1) ∈ R ⇒ L1 || L1 which is true (L1, L1) ∈ R, hence reflexive (L1, L2) ∈ R ⇒ L1 ||L2 ⇒ L2 ||L1 ⇒ (L2, L1) ∈ R, hence symmetric L1, L2) ∈ R and (L2, L3) ∈ R ⇒ l1 || L2, L2 ||L3 ⇒ L1 || L3 ⇒ (L1, L3) ∈ R hence R is transitive hence it is equivalence relation Let L be the required line = {L : L is parallel to y = 2x + 4} = {L:L is a line whose relation is y : 2x + k where k is any real} |
|