aplavakarthik wrote:A photographer will arrange 10 people of 10 different heights for photograph by placing them in two rows of three so that each person in the first row is standing in front of someone in the second row. The heights of the people within each row must increase from left to right, and each person in the second row must be taller than the person standing in front of him or her. How many such arrangements of the 10 people are possible?
a.41
b.42
c.38
d.78
e.91
I guess this question involves lot of calculations: If i were you, I would have made a wise guess and moved on.
I tried to do it this way --
let's assume heights of 10 people as -- 1,2,3,4,5,6,7,8,9,10
We need to arrange people ilke this
P1 P2 P3 (1st row) [ increasing from left to right.. this means p3>p2>p1
P4 P5 P6 (2nd row) p6>p5>p4
Now , we have to see that p6 can only have heights from 6.. to 10. Reason- he should be the tallest among the 6, and if we choose a value, say 5 then we would not be able to complete the arrangements here.
Now there will be several cases..
First - Let p6 = 6
then we can only have one arrangement
1 2 3
4 5 6
Case 2: P6 = 7
then arrangements can be :
p5 can have 2 values 5 or 6
similarly p4, p3, p2 and p1 all can be filled in 2 ways. total 2*5 = 10 ways
Case 3: p6 = 8
then arrangements can be
p5 can have 3 values 5,6,7 = 3 ways
Similarly p4 can have 3 values 4,5,6 = 3 ways..
likewise for p3, p2 and p1 can be filled in 3 ways each
total 3*5=15
Case 4: p6= 9
then arrangements can be
4*5 = 20
and for case 5: p6 =10
then arrangements can be
5*5 = 25
total 1+10+15+20+25 = 71
I am getting 71, which is not in the options.
Experts please help with this one