Question:medium

There are P copies of n-different books. The number of different ways in which a non-empty selection can be made from them is ________.

Show Hint

There are P copies of n-different books. The number of different ways in which a non-empty selection can be made from them is ____.
Updated On: Apr 15, 2026
  • $(P+1)^{n}-1$
  • $P^{n}-1$
  • $(P+1)^{n-1}-1$
  • None of these
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0