InterviewSolution
Saved Bookmarks
| 1. |
Consider the following sets: A = {x:x is a natural number and 1lt xle 4}B ={x:x is a natural number and 4lt x le8} Find P(A) |
|
Answer» <P> Solution :P(A) = {`PHI`,A,{2},{3},{4},{2,3},{2,4},{3,4}} |
|