How many houses are vacant in Block XX?
Show solution
Correct answer: 3
Twelve houses sit in two rows and six columns. Block XX is columns A, B, C; Block YY is columns D, E, F. One road runs vertically between column C and column D; another runs horizontally along the bottom of Row-2.
| A | B | C | ‖ road ‖ | D | E | F | |
|---|---|---|---|---|---|---|---|
| Row-1 | A1 | B1 | C1 | D1 | E1 | F1 | |
| Row-2 | A2 | B2 | C2 | D2 | E2 | F2 |
Road-adjacency value = number of a house's sides touching a road:
| A1 | B1 | C1 | D1 | E1 | F1 | A2 | B2 | C2 | D2 | E2 | F2 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 2 | 2 | 1 | 1 |
Neighbour count = number of a house's sides touching occupied houses in the same block (a road or the block boundary never counts). For a vacant house, quoted price , where base without parking or with parking.
Pinning Block XX from "highest price in XX = 24". Testing each house, the only vacant one that can reach exactly 24 is B2: road value 1, no parking, price , which is 24 only when — so all three of B2's block-neighbours A2, C2, B1 are occupied. Row-1 has just one occupied house per block, so B1 is XX's occupied Row-1 house and A1, C1 are vacant.
Pinning Block YY from "lowest price = 15, reached in column E". E1 and E2 are both vacant. Block YY has exactly one house with parking, and columns D and F each need an occupied house. Row-1 has one occupied YY house, and since E1 is vacant it is D1 or F1.
- If D1 were the occupied one, F1 would be vacant; then E1 and F1 are both low-road-value vacant houses worth , and with only one parking to go round, at least one of them is — breaking the "lowest = 15" rule. So this case fails.
- Hence F1 is occupied, D1 is vacant, and column D's occupied house is D2.
E1's neighbours are D1 (vacant), F1 (occupied), E2 (vacant), so its neighbour count is 1 and its price is . For the lowest price to be 15, E1 must carry the parking: . That uses up YY's single parking, so every other vacant YY house has base 10.
Solved grid (✔ occupied, ∘ vacant; F2 is the one house the clues leave open):
| A | B | C | D | E | F | |
|---|---|---|---|---|---|---|
| Row-1 | ∘ A1 | ✔ B1 | ∘ C1 | ∘ D1 | ∘ E1 (parking) | ✔ F1 |
| Row-2 | ✔ A2 | ∘ B2 | ✔ C2 | ✔ D2 | ∘ E2 | ? F2 |
Definitely occupied: B1, A2, C2, F1, D2. Definitely vacant: A1, C1, B2, D1, E1, E2. Only F2 is undetermined.
This question. Block XX is A1, B1, C1, A2, B2, C2. The occupied ones are B1, A2, C2; the vacant ones are A1, C1, B2 — that is 3 vacant houses.
💡 Teacher tip: The single number "24" cracks the whole block: only B2 can reach it, and only when all three of its neighbours are occupied.
Answer: 3