

InterviewSolution
Saved Bookmarks
1. |
Two finite sets have m and n elements. The number of subsets of the first set is 112 more than that of the second set. The values of m and n are, respectively,A. 4, 7B. 7, 4C. 4, 4D. 7, 7 |
Answer» B. 7, 4 Given: Two finite sets have m and n elements. To find: value of m and n Formula used: The number of subsets of a set containing x elements is given by 2x According to question: 2m – 2n = 112 ⇒ 2n (2m-n – 1) = 16 × 7 ⇒ 2n (2m-n – 1) = 24 × 7 On comparing: 2n = 24 and 2m-n – 1 = 7 ⇒ n = 4 and 2m-n = 8 ⇒ 2m-n = 23 ⇒ m – n = 3 ⇒ m – 4 = 3 ⇒ m = 7 Hence, value of m and n is 7 and 4 respectively |
|