 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If A=(1,2,3,4) then how many subsets of A contain the elements 3?A. 24B. 28C. 8D. 16 | 
| Answer» Correct Answer - C The number of subsets of A containing one particular element is `2^(n-1)`. | |