InterviewSolution
Saved Bookmarks
| 1. |
Find the number of ways of selecting r objects from p identical thing and q identical things of other type (i) if p, q lt r "" (ii) " if" p, q gt r |
|
Answer» <P> Solution :When `p, Q lt R`, we have SELECTION produre as FOLLOWS :
|
|