

InterviewSolution
Saved Bookmarks
1. |
There are `p`copies each of `n`different books. Find the number of ways in which a nonempty selection can bemade from them.A. npB. pnC. `(p+1)^(n)-1`D. `(n+1)p-1` |
Answer» Correct Answer - C |
|