Question
Question: Let \({{P}_{n}}\) denotes the number of ways in which three people can be selected out of ‘n’ people...
Let Pn denotes the number of ways in which three people can be selected out of ‘n’ people sitting in a row, if no two of them are consecutive. If Pn+1−Pn=15 then the value of ‘n’ is?
Solution
Hint: We will first start by depicting the situation by using a rough sketch. Then we will divide the total people in four parts in which three people act as points of division. Then we will let the people in between two people as x variables and form an equation as the given data. Finally we will use the method of counting non – negative integral solutions to solve the problem.
Complete step-by-step answer:
Now, we have been given that Pn is the way of selecting 3 people out of n peoples in which the three people are non – consecutive. So, we can depict one of such way as,
−−−x1−−−x2−−−x3−−−x4
Where ∣ denote the people selected. So, in total we have four partition and we let the people in each partition as x1,x2,x3,x4. Now, since the three people are non-consecutive. So, we have,
x2≥1 and x2≥3. So, we let,
x2=x21+1......(1)x3=x31+1......(2)
Where x21,x31 are variable.
Now, we have from the question that,
x1+x2+x3+x4=n−3
Now, using (1) and (2) we have,
x1+x21+x31+1+x4=n−3x1+x21+x31+x4=n−5
Now, we know that each of the variable x1,x21,x31,x4 is non – negative. So, we use the formula of finding the number of non – negative integral solutions of the equation.
x1+x2+........+xn=k is k+n−1Cn−1
Now, we have the equation as,
x1+x21+x31+x4=n−5
Therefore,
Pn=n−5+4−1Cn−1Pn=n−2C3
Now, we have been given that,
Pn+1−Pn=15
So, using Pn=n−2C3 we have,
n−1C3−n−2C3=15
Now, we know that nCr=(n−r)!×r!n!.
(n−4)!×3!(n−1)!−(n−5)!×3!(n−2)!=15
Now, we know that,
(n−1)!=(n−4)!×(n−3)(n−2)(n−1)(n−2)!=(n−5)!×(n−4)(n−3)(n−2)⇒(n−4)!×3!(n−4)!(n−3)(n−2)(n−1)−(n−5)!×3!(n−5)!(n−4)(n−3)(n−2)=156(n−3)(n−2)(n−1)−6(n−4)(n−3)(n−2)=15
Now, we cross – multiply and take (n−3)(n−2) as common,
\begin{aligned}
& \left( n-3 \right)\left( n-2 \right)\left\\{ n-1-n+4 \right\\}=15\times 6 \\\
& \left( n-3 \right)\left( n-2 \right)\times 3=15\times 6 \\\
\end{aligned}
Now, on expanding LHS we have,
n2−3n−2n+6=30n2−5n−24=0n2−8n+3n−24=0n(n−8)+3(n−8)=0(n+3)(n−8)=0either x+3=0 or n−8=0
Since n can’t be negative. Therefore, the value of n is 8.
Note: It is important to note that we have used a fact that nCr=(n−r)!×r!n!. Also, it is important to remember that the number of non – negative integral solution of equation,
x1+x2+........+xn=k is k+n−1Cn−1.