Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x4-14 / 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`, `Peter`, `Bob`, `Eric`, `Arnold`
 - The people keep unique animals: `fish`, `dog`, `horse`, `bird`, `cat`
 - People own unique car models: `honda civic`, `bmw 3 series`, `ford f150`, `toyota camry`, `tesla model 3`
 - Each person has a unique favorite drink: `coffee`, `tea`, `root beer`, `milk`, `water`

## Clues:
1. Arnold is not in the fifth house.
2. Alice and Bob are next to each other.
3. The person who owns a Tesla Model 3 is the person who keeps horses.
4. There are two houses between Arnold and the root beer lover.
5. Eric is in the second house.
6. The person who likes milk is the dog owner.
7. Arnold is the person who owns a Tesla Model 3.
8. The bird keeper is the person who owns a Honda Civic.
9. The one who only drinks water and the person who owns a Toyota Camry are next to each other.
10. The one who only drinks water is directly left of the cat lover.
11. There is one house between the person who owns a Ford F-150 and the fish enthusiast.
12. The dog owner is not in the fifth house.
13. The tea drinker is Bob.

size

5*4

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