Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x4-13 / 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: `Eric`, `Arnold`, `Peter`
 - Everyone has something unique for lunch: `grilled cheese`, `pizza`, `spaghetti`
 - People have unique favorite music genres: `pop`, `rock`, `classical`
 - Each person has a unique favorite drink: `water`, `milk`, `tea`

## Clues:
1. The person who loves pop music is directly left of the tea drinker.
2. The person who is a pizza lover is directly left of the person who loves classical music.
3. Eric is the person who loves classical music.
4. Arnold is the person who loves pop music.
5. The person who loves the spaghetti eater is in the third house.
6. The person who likes milk and Arnold are next to each other.

size

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