retagged by
362 views
0 votes
0 votes

A shopping mall has a large basement parking lot with parking slots painted in it along a single row. These slots are quite narrow; a compact car can fit in a single slot but an SUV requires two slots. When a car arrives, the parking attendant guides the car to the first available slot from the beginning of the row into which the car can fit.

For our purpose, cars are numbered according to the order in which they arrive at the lot. For example, the first car to arrive is given a number $1$, the second a number $2$, and so on. This numbering does not indicate whether a car is a compact or an $\text{SUV}$. The configuration of a parking lot is a sequence of the car number in each slot. Each single vacant slot is represented by letter $V$.

For instance, suppose cars numbered $1$ through $5$ arrive and park, where cars $1,3$ and $5$ are compact cars and $2$ and $4$ are SUVs. At this point, the parking lot would be described by the sequence $1,2,3,4,5.$ If cars $2$ and $5$ now vacant their slots, the parking lot would now be described as $1, \text{V, V,}3,4.$ If a compact car (numbered $6$) arrives subsequently followed by an $\text{SUV}$ (numbered $7$), the parking lot would be described by the sequence $1,6, \text{V},3,4,7.$

Suppose that car $4$ is not the first car to leave and that the sequence at a time between the arrival of the car $7$ and car $8$ is $ \text{V},7,3,6,5.$ Then which of the following statement $\text{MUST}$ be false $?$

  1. Car $7$ is a compact.
  2. Car $4$ is an $\text{SUV}$.
  3. Car $6$ is a compact.
  4. Car $2$ is a compact.
retagged by

Please log in or register to answer this question.

Related questions