Re: Partition a square into rectangles



On 2 kesä, 19:52, no.glam...@xxxxxxxxx wrote:
Hello,
Prove/disprove that a 3000X3000 square can be partitioned into 5X9
rectangles (the rectangles can be mixed, either 5X9 or 7X9).

Well this is not using graph theory, but anyway...

Define coordinates (X,Y) to all squares. Label every
square (X,Y) with a number (X+Y) MOD 9 = 0..8 .

It's easy to prove that both a 5x9 and a 9x5 rectangle
cover an equal number (=5) of each distinct label.

It's also easy to prove that a 3000x3000 square has a
different number of some labels (for example, the grand
diagonal will be labeled "3", which there will be more
than e.g. "2"s or "4"s).

In any case, because all placements of a 5x9 or 9x5
rectangle consume an equal amount of distinct labels
whilst the numbers of labels in a 3000x3000 are not
equal, then it is not possible to cover all labeled
squares simultaneously.

- Risto -
.



Relevant Pages

  • Re: Enigma 1452 - Crossed lines
    ... calculated the number of rectangles which could be seen in this new ... large square grid. ... Suppose the new pieces had dimensions a x, ... Hence we derive an infinite sequence of pairs. ...
    (rec.puzzles)
  • Re: Enigma 1452 - Crossed lines
    ... calculated the number of rectangles which could be seen in this new ... large square grid. ... Suppose the new pieces had dimensions a x, ... Hence we derive an infinite sequence of pairs. ...
    (rec.puzzles)
  • Re: OO Concept: Liskov Substitution Principle
    ... The article said Rectangle class should not be a superclass of Square ... so how you would design the Rectangle & Square class? ... Squares are not Rectangles either. ... There is nothing wrong with having a Square class with both a setHeightand a setWidthmethod. ...
    (comp.lang.java.programmer)
  • Re: Distribution of the length of a random segment in an interval
    ... dimensional case (length of a random segment in a square) is much more ... (rectangles with sides parallel to the x and y axes), ... (or, more conveniently, the square of the distance) ... George Marsaglia ...
    (sci.math)
  • Re: delegation vs. inheritance
    ... will not be a subset of the set of propositions about rectangles. ... The process of abstraction was long ago made by ancient Greeks. ... But those are just additional constraints in the definition of a square that need to be abstracted. ...
    (comp.object)