I'm trying to divide a playing field into equal sections

24 Views Asked by At

I'm designing a sheet to represent a football field. Its currently measured at 140cm by 81cm. What would be the best way to divide this into 1662 equal sections? Rectangles and squares it doesn't matter just as long as the sections are equal. Is this possible to do?

1

There are 1 best solutions below

0
On

If you factor $1662=2 \times 3 \times 277$ you can read off the possibilities. Your array can be $1 \times 1662, 2 \times 831, 3\times 554, \text{ or } 6 \times 277$