Arithmetic · real student question

A poster measures 64 cm by 36 cm and is to be cut into identical squares with no material left over. What is the largest possible side length of the squares, and what is the smallest number of squares?

Question

A poster measures 6464 cm by 3636 cm. It is to be cut into identical squares with nothing left over.

What is the largest possible side length of a square, and what is the smallest possible number of squares?

Step-by-step solution

  1. Translate “nothing left over” into a divisibility condition. If the square has side ss, then whole squares must fit along both edges, so 6464 and 3636 must each be a whole multiple of ss:

    s64ands36s\mid 64\quad\text{and}\quad s\mid 36

    In other words ss is a common factor of 6464 and 3636, and the largest permissible ss is their greatest common factor. This is the whole content of the problem — the geometry only supplies the divisibility.

  2. Find the GCF by prime factorisation.

    64=26,36=22×3264=2^6,\qquad 36=2^2\times3^2

    The GCF takes each shared prime to the smaller of its two exponents. The prime 33 appears only in 3636, so it contributes nothing; the prime 22 appears with exponent 66 and 22, so it contributes 222^2:

    gcd(64,36)=22=4\gcd(64,36)=2^2=4

    So the largest square has side 44 cm. (The Euclidean algorithm gives the same result faster: 64=136+2864=1\cdot36+28, 36=128+836=1\cdot28+8, 28=38+428=3\cdot8+4, 8=24+08=2\cdot4+0, so the last non-zero remainder is 44.)

  3. Count the squares along each edge.

    644=16 squares along the length,364=9 squares along the width\frac{64}{4}=16\ \text{squares along the length},\qquad \frac{36}{4}=9\ \text{squares along the width}

    Both divisions come out whole, confirming the tiling really works with no offcuts.

  4. Multiply to get the number of squares.

    16×9=144 squares16\times9=144\ \text{squares}

    Check it against the areas: the poster is 64×36=230464\times36=2304 cm² and each square is 4×4=164\times4=16 cm², and 2304÷16=1442304\div16=144. ✓ The two counts must agree because the pieces exactly cover the sheet.

  5. Explain why the largest square gives the fewest squares. The number of pieces is 2304s2\dfrac{2304}{s^2}, which decreases as ss grows. So maximising the side length and minimising the piece count are the same question asked twice — the two parts of the problem are answered by the single number gcd(64,36)=4\gcd(64,36)=4. Any smaller common factor works too but wastes cuts: s=2s=2 gives 576576 squares and s=1s=1 gives 23042304.

Answer

s=gcd(64,36)=4 cm,16×9=144 squaress=\gcd(64,36)=4\text{ cm},\qquad 16\times9=144\text{ squares}

Need to solve a different problem like this? Open the solver →