Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x4-17 / 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: `Bob`, `Arnold`, `Alice`, `Peter`, `Eric`
 - People own unique car models: `tesla model 3`, `toyota camry`, `ford f150`, `honda civic`, `bmw 3 series`
 - The people are of nationalities: `brit`, `norwegian`, `german`, `swede`, `dane`
 - They all have a unique favorite flower: `daffodils`, `carnations`, `lilies`, `tulips`, `roses`

## Clues:
1. The person who owns a Tesla Model 3 is the person who loves a carnations arrangement.
2. The person who owns a Toyota Camry is Alice.
3. The person who owns a BMW 3 Series is somewhere to the right of Arnold.
4. Arnold is not in the third house.
5. The Swedish person is in the first house.
6. The German is the person who loves a bouquet of daffodils.
7. Arnold is not in the second house.
8. The Norwegian is the person who owns a Tesla Model 3.
9. The Dane is somewhere to the left of the person who owns a Ford F-150.
10. The person who owns a BMW 3 Series is somewhere to the right of the person who loves a carnations arrangement.
11. Alice is directly left of the person who loves the rose bouquet.
12. Peter and the person who loves the vase of tulips are next to each other.
13. The British person is somewhere to the right of the Norwegian.
14. The person who loves the vase of tulips is Eric.
15. The person who owns a Ford F-150 is Eric.

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