Q.
Between two junction stations A and B, there are 12 intermediate stations. Find the number of ways in which a train can be made to halt at 4 of these stations so that no two of these are consecutive
Let x1: the number of stations before first
halting station, after A . x2: the number of stations between first and second halting stations. x3: the number of stations between second and third halting stations. x4: the number of stations between third and fourth halting stations. x5: the number of stations after the fourth halting station before B .
Then x1≥0,x5≥0,x2≥1,x3≥1,x4≥1
Such that x1+x2+x3+x4+x5=8
Let x2=1+a,x3=1+b,x4=1+c
Then (i) reduces to x1+(1+a)+(1+b)+(1+c)+x5=8 ⇔x1+a+b+c+x5=5 x1,x5,a,b,c≥0 ....(ii)
Number of non-negative integer solutions of (ii) is same as the number of integer solutions of (i). ⇒ The required number =5+5−1C5−1 =9C4=126