Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Incubator Q&A

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.

Post History

71%
+3 −0
Incubator Q&A Counter-intuitive triangle areas

The area of a triangle can be calculated as half of the length of its base multiplied by its perpendicular height. This means that two triangles with the same length base and the same perpendicular...

0 answers  ·  posted 6mo ago by trichoplax‭

Question puzzles
#2: Nominated for promotion by user avatar Monica Cellio‭ · 2026-09-18T00:21:09Z (about 2 hours ago)
#1: Initial revision by user avatar trichoplax‭ · 2026-03-28T02:47:22Z (6 months ago)
Counter-intuitive triangle areas
The area of a triangle can be calculated as half of the length of its base multiplied by its perpendicular height. This means that two triangles with the same length base and the same perpendicular height have the same area.

Some people can find this counter-intuitive, but the areas can be proved to be identical by slicing up one triangle into several pieces, then rearranging the pieces to form the other triangle. This approach can be used to prove that the following two long, thin triangles have the same area:

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_8_9.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_8_9.svg)

The triangles are displayed on a grid to make it clear that both have a base of length 1 grid square (horizontally), and a perpendicular height of 1 grid square (vertically). The first triangle has a horizontal width of 8 grid squares, whereas the second triangle has a horizontal width of 9 grid squares.

## Puzzle
What is the smallest number of straight line cuts through the first triangle that will give pieces that can be rearranged into the second triangle?

The cuts can be in any location at any angle. They are not required to align with the grid squares.

## Hint
If you're not sure where to start, you can try the following (hidden to avoid spoilers for anyone who wants to try this unaided):

<details><summary>Hidden spoiler</summary>

You may find it easier to start with a smaller problem, and gradually work up until you see a pattern.

Here are the smaller versions of this puzzle in increasing size:

### Width 1 to width 2

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_1_2.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_1_2.svg)

### Width 2 to width 3

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_2_3.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_2_3.svg)

### Width 3 to width 4

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_3_4.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_3_4.svg)

### Width 4 to width 5

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_4_5.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_4_5.svg)

### Width 5 to width 6

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_5_6.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_5_6.svg)

### Width 6 to width 7

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_6_7.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_6_7.svg)

### Width 7 to width 8

[![Two triangles on a square grid, the second triangle one grid square wider than the first](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_7_8.svg)](https://raw.githubusercontent.com/trichoplax/triangle-diagrams/refs/heads/main/width_7_8.svg)

</details>