HINT for Problem 2

First try tiling a rectangular region (easy) with segments, then an arbitrary quadrilateral region (not too bad), and finally a triangular region (a bit trickier) in order to develop some segment tiling techniques. Be careful to avoid using a “segment” to cover a single vertex of the triangle! Now see if you can polish off the case of the unit disc.

FURTHER HINT