Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x5-7 / There are 5 houses, numbered 1 to 5 from left to right, as seen from across the…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

puzzle

There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
 - Each person has a unique name: `Alice`, `Eric`, `Arnold`, `Bob`, `Peter`
 - They all have a unique favorite flower: `lilies`, `roses`, `carnations`, `tulips`, `daffodils`
 - Each person has a unique birthday month: `sept`, `april`, `feb`, `mar`, `jan`
 - Everyone has something unique for lunch: `pizza`, `grilled cheese`, `spaghetti`, `stir fry`, `stew`
 - Each person lives in a unique style of house: `colonial`, `craftsman`, `victorian`, `ranch`, `modern`

## Clues:
1. The person whose birthday is in September is the person who loves the spaghetti eater.
2. The person whose birthday is in February is Alice.
3. The person in a Craftsman-style house is Eric.
4. The person who loves the stew is the person in a modern-style house.
5. The person who loves the vase of tulips is somewhere to the left of the person who is a pizza lover.
6. The person who loves the stew is in the fourth house.
7. The person whose birthday is in March is in the third house.
8. The person whose birthday is in September is in the first house.
9. The person who loves the boquet of lilies is the person whose birthday is in February.
10. The person residing in a Victorian house is directly left of the person who is a pizza lover.
11. The person whose birthday is in January is the person who loves a carnations arrangement.
12. The person who loves eating grilled cheese is directly left of the person who loves the stew.
13. The person living in a colonial-style house is the person whose birthday is in March.
14. The person who is a pizza lover is somewhere to the left of Arnold.
15. There is one house between the person who loves the rose bouquet and the person whose birthday is in April.
16. The person in a modern-style house is Peter.

size

5*5

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import