This post is about a geometry Riddler puzzle involving bisecting a shape using only a straightedge and a pencil. Here is the problem:
Say you have an “L” shape formed by two rectangles touching each other. These two rectangles could have any dimensions and they don’t have to be equal to each other in any way. (A few examples are shown below.)
Using only a straightedge and a pencil (no rulers, protractors or compasses), how can you draw a single straight line that cuts the L into two halves of exactly equal area, no matter what the dimensions of the L are? You can draw as many lines as you want to get to the solution, but the bisector itself can only be one single straight line.
Here is my solution:
[Show Solution]
This is a wonderful little puzzle with a very elegant solution. This solution is based on three observations:
- You can find the center of a rectangle using only a straightedge and pencil. This can be done by drawing a straight lines connecting opposite corners of the rectangle. The center of the rectangle is where the two lines intersect.
- Any line passing through the center of a rectangle bisects its area. This follows because of symmetry. The two halves of the rectangle thus created are actually rotated versions of one another (180 deg. about the center).
- The “L” shape is simply two smaller rectangles. Alternatively, you can think of it as a large rectangle with a smaller rectangle subtracted from it. This is evident if you look at the shapes in the problem statement.
And now, the solution is simple. Extend side lengths of the “L” shape to mark all the corners of the rectangles involved. Then find the centers of those rectangles as described in item 1 above, and join the centers using a straight line. This line bisects the L-shape because it bisects each of the rectangles. Depending on how you partition your L-shape, you can get two different bisectors:

Alternatively, you can think of the L-shape as the difference of two rectangles. The logic is similar: since the line bisects each rectangle, it must also bisect their difference! Here is an illustration of this construction:

This strategy works for any shape that is the sum or difference of two rectangles! So it’s not restricted to L-shapes. More examples:

Finally, the construction also works if the rectangles are replaced by parallelograms, or any other shapes with the two properties that we can construct the center easily and all lines through the center bisect the area. For example…

But why stop there? You can also extend this construction to 3D! Any plane passing through the center of a rectangular prism bisects its volume. Therefore, if you made a shape by adding and/or subtracting three rectangular prisms, the plane passing through the three centers would bisect the volume of the entire shape!
Laurent, possibly a small point but important for the solution to the problem as stated. Your first solution above does not necessarily cut the L in two parts which is required by the puzzle statement. See top, left figure indicating the L cut into three parts.
I think the best general approach is the “alternative solution.” Drawing the line between centers of the large rectangle and virtual rectangular space will guarantee this line segment cuts the L in two halves.
That’s a good point. I wasn’t thinking about that at all — I interpreted “two halves” as meaning what’s on one side of the line vs the other. If you want each “half” to be a connected shape then you’re right; using the alternative solution is the only solution I presented that also guarantees you’ll get two connected halves. Thanks for the comment!
There is an infinite number of ways to split a shape into two equal areas. The two bisecting lines you found for the L-shape intersect at an interesting point. Any line through this point will also bisect the L.
In fact, all three bisecting lines I found for the L-shape intersect in the same point! However, this point does not generate an infinite family of bisectors. The three bisectors I found are the only bisectors that pass through this point. While it’s true that there are infinitely many lines that bisect the L-shape, there aren’t infinitely many that pass through this point!
“There are an infinite number of ways to split an L shape into two equal areas.” This is a true statement. Take a line segment with any angle between 0 and 90 degrees with respect to the horizontal, move it from left to right across the L. There must be a position at which half of the L is on each side of the line. However, it is not possible to determine this position and draw this line segment using only a straight edge and pencil.
“Any line through the point determined using the steps described in the puzzle solution will also bisect the L.” This is not a true statement for an asymmetrical L shape.
Is there any method to prove that it 100% fully cut the L in half?
I presented several methods for cutting the L in half (exactly). Could you clarify what you mean by “fully cut the L in half”?