For a long time now i have been wondering about the following problem:
Given a pythagorean triple $(x,y,z)$. Say i have a piece of paper in a square shape of $Z^2$.
I want to reconstruct the two smaller squares $X^2$ and $Y^2$ out of the bigger one, by first taking $X^2$ as a whole piece out of $Z^2$ and then dissect the remaining sort of "L" shaped Polygon into disjoint rectangles to construct the missing second square keeping the number of pieces to a minimum.
I'll give a short example for the primitive triple (3,4,5)
At first it looks like, that this construction is always like this, but trying this on different triples it turned out to be way more complicated then this simple example.
Here comes the question:
Given a pythagorean triple $(x,y,z)$. Is there a chance to predetermine the number of pieces i have to dissect the $Z^2$ square to get the smaller two?


