Tagged Questions
12
votes
3answers
942 views
Minimum number of integer-sided squares needed to tile an $m$ by $n$ rectangle.
Let $T(m,n)$ for integers $m,n$ be the least number of integer-sided squares needed to tile an $m\times n$ rectangle. Clearly $T(kx,ky)\leq T(x,y)$. Are there integers $x,y,k\gt 1$, such that ...
0
votes
1answer
65 views
Tiling a minimal perimeter region with $n$ unit squares
Suppose I have $n$ identical unit squares and I want to use them all to tile a region with minimal perimeter $p(n)$. For instance I guess $p(n^2)=4n$, by arranging them im a $n\times n$ square.
Is ...