Given:
4 of the first 10 people from the left wear hats. (This means 6 of the first 10 do not wear hats).
All people after the 10th person wear hats. (This means any person not wearing a hat must be among the first 10).
Statement (1): 5 of the 6 people from the right wear hats.
This means 1 person among the last 6 does not wear a hat.
Since all non-hat wearers are among the first 10, this one non-hat wearer must be within the intersection of the first 10 people and the last 6 people.
If the row has N people, the last 6 people are P
N−5 ,...,PN
If N≤10, this statement contradicts the given. (e.g., if N=10, 4 hats in 10, but 5 hats in last 6, impossible). So N>10.
If N≥16, the last 6 people are all beyond P10 , so they all wear hats. This contradicts having 1 non-hat. So N<16.
Therefore, 10<N≤15. This gives possible values like 11, 12, 13, 14, 15.
Not sufficient.Statement (2): 3 of the 8 people from the left wear hats.
This means 5 people among the first 8 do not wear hats (NH1−8 =5).
Combined with the given that 4 of the first 10 wear hats (NH1−10 =6):
The people not wearing hats among P9 and P10 must be 6−5=1.
So, exactly one of P9 or P10 does not wear a hat, and the other does.
This statement doesn't give information about the total number of people in the row (N).
Statement 2 is Not sufficient.Combining (1) and (2):From (1), N is between 11 and 15 (inclusive).
From (2), we know that one of P9 or P10 is the single non-hat wearer from that pair.
From (1), the single non-hat wearer among the last 6 people must be either P9 or P10 (because all people beyond P10 wear hats).
Let's test if we can find a unique N that satisfies both conditions for both possibilities (P9 is NH vs. P10 is NH).
Scenario A: P9 is the non-hat wearer (and P10 wears a hat).
If P9 is the non-hat wearer in the last 6, then P9 must be in positions PN−5 ,...,PN . This means N−5≤9⇒N≤14.
This scenario allows N∈{11,12,13,14}. All these values are consistent with the conditions.
Scenario B: P10 is the non-hat wearer (and P9 wears a hat).
If P10 is the non-hat wearer in the last 6, then P10 must be in positions P
N−5 ,...,PN . This means N−5≤10⇒N≤15.
This scenario allows N∈{11,12,13,14,15}. All these values are consistent with the conditions.
Since both scenarios are possible, and each scenario allows for multiple values of N (e.g., N=11 is possible in both), we cannot determine a unique value for N.
Conclusion: Even with both statements, the number of people in the row cannot be uniquely determined.
Answer : E