InterviewSolution
Saved Bookmarks
| 1. |
A and B are two non-empty sets so n(A) +1 = n(B). The difference of the cardinalnumber of their power sets is 448. Find the number of elements of B. |
|
Answer» 9 (II) `2^(n(A)) - 2n^(n(B)) = 448`,where `n(A)` and `n(B)` are INTEGERS. |
|