1 1 vote A is a non-empty set having n elements. P and Q are two subsets of A, such that P is a subset of Q. Find the number of ways of choosing the subsets P and Q.4 n3 n2 nn 2 Quantitative Aptitude quantitative-aptitude + – Misbah Ghaya 8.8k points 6.1k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply HeadShot 40 points commented Jul 10, 2018 reply Follow flag Hey, what if they mention proper subset instead of subset, then will it be 2^n ? 0 0 replyShare Yash Patil 10 points commented May 20, 2022 reply Follow flag I think n*3^(n-1) Reason : Atleast one element will be there that will go to set Q and not P. This one element can be chosen in n ways. Remaining n-1 elements have three options to go to(Q and P , Q but not P , not Q and not P). This By product rule: n*3^(n-1) ways are there. 0 0 replyShare Please log in or register to add a comment.
Best answer 2 2 votes i Think 3^n because every element of a has three choices . either it should join p. then it should also come in q. or join q then there is no restriction that it should belong to p also. fine. or it should not appear anywhere. so n elements have a choice of 3 = 3^n Tendua answered Nov 7, 2015 • selected Nov 8, 2015 by Arjun Tendua 188 points comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Lets take example let A={1,2} Q can be 0 element set, then no of 0 element sets =1 .. Then its subsets possible ie P =2^0 =1 Q can be 1 element set, no of such sets s =2 .. no of subsets in each = 2^1 Q can be 2 element sets =1.. no of subsets possible =2^2 Total combinations=1+4+4=9 Since correct option must be true for all cases including 2 element set , correct ans is 3 ^n Anurag_s answered Nov 7, 2015 Anurag_s 144 points comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes 2.3^n Ginna answered Apr 24, 2022 Ginna 422 points comment Share Follow 0 reply Please log in or register to add a comment.