Given that Z = {1,2,4,5} what is the power of set Z?
Answer Details
The power set of a set is the set of all possible subsets of that set, including the empty set and the set itself. The formula for finding the power set of a set is 2^n, where n is the number of elements in the original set.
In this case, Z has four elements, so the number of subsets is 2^4 = 16. Therefore, the power set of Z has 16 elements, which is the answer.