Question
Question: Assertion: If \[p,q < r\], then the number of selections of \[p+q\] things taking \[r\] at a time, w...
Assertion: If p,q<r, then the number of selections of p+q things taking r at a time, where p things are identical and other q things are identical is, p+q−r+1
Reason: If p,q>r, then the number of selections of p+q things taking r at a time, where p things are identical and other q things are identical is, r−1
(a) Both assertion and reason are correct and reason is the correct explanation of assertion.
(b) Both assertion and reason are correct but reason is not correct explanation of assertion
(c) Assertion is correct but reason is wrong
(d) Assertion is wrong but reason is correct
Solution
We solve this problem by taking the number of possibilities of selecting the things from the set of p identical things and the set of q identical things.
We use the condition that selection of r things from n identical things can be done only in 1 way.
By this condition we can say that the total number of selections will be the number of ways of selecting r things from a set of p identical things and a set of q identical things.
We calculate the number of ways for each assertion and reason.
Complete step by step answer:
Let us solve for assertion first that is p,q<r
We are given that we need to select p+q things taking r at a time, where p things are identical and other q things are identical
Let us assume that there are a total of k possibilities such that we select r things from a set of p identical things and a set of q identical things.
We know that the condition that selection of r things from n identical things can be done only in 1 way.
By the above condition we can say that the total number of ways of selecting p+q things taking r at a time, where p things are identical and other q things are identical is k
Now, let us create a table such that it contains the possibility number, things selected from p identical things and things selected from q identical things as follows
Possibility number | Things selected from p identical things | Things selected from q identical things |
---|---|---|
1 | p | r−p |
2 | p−1 | r−p+1 |
3 | p−2 | r−p+2 |
.. | .. | .. |
… | … | … |
k | x | q |
Here, we can see that the last possibility will come when there are q things selected from q identical things
We know that in each possibility we need to get r things at a time
By using the above condition to last possibility we get
⇒x+q=r.......equation(i)
Now, let us rewrite the expressions of second column in the above table in terms of its possibility number then we get
Possibility number | Things selected from p identical things | Things selected from q identical things |
---|---|---|
1 | (p+1)−1 | r−p |
2 | (p+1)−2 | r−p+1 |
3 | (p+1)−3 | r−p+2 |
.. | .. | .. |
… | … | … |
k | (p+1)−k | q |
Here we can see that the value of x is given as
⇒x=p+1−k
By substituting this value in equation (i) we get