In this wonderful question we learned that a square can be divided into forty six $45^\circ-60^\circ-75^\circ$ triangles.
Now I am wondering what is the smallest number of $45^\circ-60^\circ-75^\circ$ triangles that can tile some rectangle? In other words, from all tilings of rectangles with such triangles, I am looking for the one with the smallest number of triangles.
Here's my 18-triangle solution.
From the coordinates, it seems the width/height ratio of the rectangle is 138/(96+6√₃) or (16-√₃)/11 which is about 1.297
How
Using my code from answering this question, I checked for 5-sided polygons that have 45-degree, 90-degree, 45-degree angles in sequence, with equal lengths for the (parallel) "45-degree" sides.
I was happy to find that a simple solution exists!
Coordinates
Larger solutions
20 triangles (48 by 30+6√₃)
22 triangles (772 by 402+54√₃)
22 triangles (222 by 228-30√₃)