I was given an exercise in which my task is to partition this geometric object into 16 equal pieces(both by area and shape). How can someone accomplish this task?
EDIT: We also need to partition the inside.
Update: This is not really a solution, because of the specific dimensions of the shape in the question. See comments.
I'm not sure if this is a valid solution, it depends on the dimensions of the object. But if your object is essentially four squares cut out of the corner of a big square, the following works:
I base my solution heavily on another question about the L-tromino.
http://math.stackexchange.com/questions/1420433/is-there-more-than-one-way-to-divide-the-l-shaped-tromino-into-four-congruent/1442518#1442518
– Colm Bhandal Sep 24 '15 at 14:34