HSPA wrote:Let the chairs be numbered 1 to 8
Eldest: He can choose among 'only 4' chairs (8,7,6,4) = 4c1 = 4
second eldest: He can choose only 4 chairs (7,6,5,4) = 4
middle fellow: 6,5,4,3
second youngest: leave 3 on left and 1 on right: 4
similary youngest has only last 4 chairs to select.(4,3,2,1)
I got 4x4x4x4x4 < number of ways of allocating 8 chairs to 5 people 8p5..
what is the blunder in my approach
IMO, We usually go for the solution you just described when we need to permute to find the number of ways for a particular thing to occur. Now, we have a constraint (that the elder brother is sitting to the right of younger brother). If you watch carefully, you can see a number of cases in which this condition has been violated.
Let's check your solution
Eldest E1: He can choose among 'only 4' chairs (8,7,6,4) = 4c1 = 4.....(8,7,6,4)
second eldest E2: He can choose only 4 chairs (7,6,5,4) = 4............(7,6,5,4)
middle fellow E3: 6,5,4,3..............................................(6,5,4,3)
second youngest E4: leave 3 on left and 1 on right: 4...................(5,4,3,2)
similary youngest E5 has only last 4 chairs to select.(4,3,2,1).........(4,3,2,1)
Now if (E1, E2, E3, E4, E5) are sitting in (4,5,6,2,3) clearly it does not satisfy the given condition.
Similarly you can find other arrangements. That's why this method cannot be used here.