An open API service indexing awesome lists of open source software.

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

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.

![puzzle](triangle_puzzle_statement.svg)

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