https://github.com/ncw/triangle_puzzle
A solution to a hard triangle puzzle
https://github.com/ncw/triangle_puzzle
Last synced: 6 months ago
JSON representation
A solution to a hard triangle puzzle
- Host: GitHub
- URL: https://github.com/ncw/triangle_puzzle
- Owner: ncw
- License: mit
- Created: 2024-10-16T19:40:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:22:40.000Z (almost 2 years ago)
- Last Synced: 2025-10-29T14:47:37.793Z (9 months ago)
- Language: Jupyter Notebook
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Triangle Puzzle
Here is a hard geometry puzzle my son brought home from school. He told me it came from a 1940s 11+ exam and could be solved with geometry.

I was unable to solve it with geometry so I solved it with Cartesian co-ordinates (a very bad method) - see the [Jupyter Notebook](triangle_puzzle.ipynb) for my solution.
Nick Craig-Wood
2024-10-17