

InterviewSolution
Saved Bookmarks
1. |
Which of the following sets are empty sets? Justify your answer.i) A = {x : x2 = 4 and 3x = 9}. ii) The set of all triangles in a plane having the sum of their three angles less than 180. |
Answer» i) x2 = 4 ⇒ x = ± 2 3x = 9 ⇒ x = 3 The value of ‘x’ is not same in both cases, so this is a null set. ii) This is a null set, because the sum of the three angles of a triangle is equal to 180°. |
|