Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x5-29 / There are 3 houses, numbered 1 to 3 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 3 houses, numbered 1 to 3 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: `Peter`, `Arnold`, `Eric`
 - They all have a unique favorite flower: `daffodils`, `carnations`, `lilies`
 - People use unique phone models: `samsung galaxy s21`, `iphone 13`, `google pixel 6`
 - Each person has an occupation: `teacher`, `doctor`, `engineer`
 - Everyone has a unique favorite cigar: `pall mall`, `blue master`, `prince`

## Clues:
1. The person who loves a carnations arrangement is the person who is a teacher.
2. The person who uses an iPhone 13 is Peter.
3. The person who uses a Samsung Galaxy S21 is the Prince smoker.
4. The person who loves the boquet of lilies is the person who is a doctor.
5. The person who is a doctor is the person who uses a Samsung Galaxy S21.
6. The person who is a doctor is in the second house.
7. The person who loves a carnations arrangement is somewhere to the left of Arnold.
8. Eric is in the first house.
9. The person partial to Pall Mall is the person who uses an iPhone 13.

size

3*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