In a queue of girls, Neetu is seventh from the front. Mona is sixth from the back. Parul is standing in between the two. What could be the minimum number of girls standing in the queue? |
15 8 9 14 |
8 |
The correct answer is Option (2) → 8 To find the minimum number of girls in the queue, we need to consider an overlapping scenario rather than a simple linear addition. 1. Understanding the Positions
2. Calculating the Minimum (Overlapping Case) In a minimum number scenario, we try to place the person from the back (Mona) closer to the front than the person from the front (Neetu). Let's test the smallest possible numbers based on the constraints:
3. Verification
If we tried 7 girls, Mona would be at position 2, and the gap between 2 and 7 would contain positions 3, 4, 5, 6 (no single middle person for Parul). Thus, 8 is the absolute minimum. Final Answer: The minimum number of girls standing in the queue is 8. |