[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1131.0. "That's an odd dissection..." by AKQJ10::YARBROUGH (I prefer Pi) Wed Sep 27 1989 12:10

Here's an interesting problem from JRM: Find ways of dissecting a square
into an ODD (finite!) number of CONGRUENT pieces, none of which is a
rectangle. To clarify, all the pieces are the same size and shape (they can
be turned over if necessary) but the number of pieces used to form the  
square MUST be odd. 

Lynn Yarbrough 
T.RTitleUserPersonal
Name
DateLines
1131.1AITG::DERAMODaniel V. {AITG,ZFC}:: D'EramoWed Sep 27 1989 15:335
        Do the pieces have to be connected?  Do they have to be
        "real" shapes like you can cut with scissors, or can they
        be arbitrary point sets?
        
        Dan
1131.2Solid, manAKQJ10::YARBROUGHI prefer PiWed Sep 27 1989 18:3912
>        Do the pieces have to be connected?  Do they have to be
>        "real" shapes like you can cut with scissors, or can they
>        be arbitrary point sets?

Well, feel free... the original problem was stated with "real" shapes 
assumed, but it would be interesting to see alternatives. Proving
congruence may be tough with point sets. 

Now that I think about it, you have raised an issue: for what kinds of 
dissections is a "point set" solution feasible? Necessary?

Lynn 
1131.3HPSTEK::XIAIn my beginning is my end.Wed Sep 27 1989 19:306
    re .1 .2,
    
    By the way, what does congruence mean between two sets?  Same measure?
    That would be easy.
    
    Eugene
1131.4AITG::DERAMODaniel V. {AITG,ZFC}:: D'EramoThu Sep 28 1989 02:269
>>	what does congruence mean between two sets?
        
        The same things for arbitrary sets as when the sets look
        like triangles -- there is an isometry carrying one set
        onto the other.  I.e. you can change one into the other
        with a finite sequence of reflections, translations, and
        rotations.
        
        Dan
1131.5possible way for computer to solve the squareHANNAH::OSMANsee HANNAH::IGLOO$:[OSMAN]ERIC.VT240Mon Oct 02 1989 13:0729
    
    Here's an idea for a strategy for a computer program to solve this
    problem (dissecting a square into an odd number of congruent pieces).
    
    Define a legal n-tomino as a linked set of n unit squares that is
    NOT in the shape of a rectangle.  For example, here's a legal 5-tomino:
    
    		+---+
    		|   |
    	    +---+---+
    	    |	|   |
    	    +---+---+---+
    		|   |   |
    		+---+---+
    
    Have the program try fitting n n-tominos together into a square.
    For example, the program would first try each type of 5-tomino,
    attempting to fit 5 of them together into a 5x5 square.
    
    Then it would try fitting all types of 7-tominos together into a 7x7
    square.
    
    Obvious question (non-obvious answer to it though!):  If there's ANY
    solution to the problem, will there necessarily therefore be an
    n-tomino solution related to the given solution ?  For example, if some
    set of rounded shapes are a solution, can we approximate that rounded
    shape with an n-tomino that also gives a legal solution ?
    
    /Eric
1131.6even disconnected sets seems hard to solveHANNAH::OSMANsee HANNAH::IGLOO$:[OSMAN]ERIC.VT240Tue Oct 03 1989 20:139
    
    I've been fooling around with disjoint shapes, and still can't find
    any solution.
    
    For example, try to take a 5x5 square of 25 little squares, and
    form 5 sets of 5 little squares, such that each set is the same
    shape.  Don't even restrict yourself to connected squares !
    
    /Eric
1131.7AITG::DERAMODaniel V. {AITG,ZFC}:: D'EramoTue Oct 03 1989 21:145
        How about a hint, like, what is the smallest odd number
        (greater than one) of pieces for which it is known it can
        be done?
        
        Dan
1131.8HintAKQJ10::YARBROUGHI prefer PiWed Oct 04 1989 12:352
The smallest square known so far is 15x15, using a piece that resembles a
"P" pentile. There are perhaps easier dissections for larger squares. 
1131.9filled in P? 15 pieces or 15x15 square ?HANNAH::OSMANsee HANNAH::IGLOO$:[OSMAN]ERIC.VT240Wed Oct 04 1989 19:0012
	Do you have that exact P-pentile solution ?  Is the "P" filled in,
	in the loop ?  I assume so, lest the hole not be covered by the piece.

	By the way, you didn't say 15 pieces.  You only said a 15x15 square.

	Would you be willing to, and do any of you readers mind if you, publish
	the solution ?

Thanks.

/Eric
1131.10A very large hintAKQJ10::YARBROUGHI prefer PiThu Oct 05 1989 12:5516
The minimal solution known is made of 25 pieces of the shape:
	+--+--+--+--+--+--+
	|                 |
	+        +--+--+--+
	|        |
	+--+--+--+

which has area 9; the total area is 25*9 = 225 = 15^2.

I don't have the exact solution with me, but I'll enter it later if no one 
else finds it first. 

I think there are also solutions based on the P-pentomino itself with more 
pieces, but I haven't found one yet.

Lynn 
1131.11A SolutionWONDER::COYLEOnly 48.8% of my former self!Tue Oct 10 1989 19:2620
   Try this:
    
             ________________________________
             |      ______|     ______|     |
             |_____|      |_____|___________|
             |     |____________|     ______|
             |____________| |   |_____|     |
             |______      | |   |___________|
             |     |______| |_  |_____      |
             |____________|   | |     |_____|
             | |   | |    |   | |___________|
             | |   | |    |___|_|     | |   |
             | |_  | |__  |___________| |   |
             |   | |   |  |_____      | |_  |
             |   | |   |  |     |_____|   | |
             |___|_|___|__|___________|   | |
             |      ______|     |     |___|_|
             |______|___________|___________|
    
    -Joe
1131.12congrads, Joe, how did you do it ?HANNAH::OSMANsee HANNAH::IGLOO$:[OSMAN]ERIC.VT240Wed Oct 11 1989 14:318
	Hey, that's great Joe!  How did you do it ?  Did you cut out pieces
	and play with them ?

	Now, is this really the minimal solution to the problem ?  Seems kind
	of eerie if it is.

	/Eric
1131.13WONDER::COYLEOnly 48.8% of my former self!Wed Oct 11 1989 15:5711
    No, I didn't cut anything out.  Just good old graph paper.  I used
    the obvious ways to add the sides up to 15 units and worked in and
    arround a corner.
    
    I don't know if there is a smaller solution.  At least I can't prove
    it.  I had pretty much settled on trying 15 X 15 before any hints
    were given.  I had looked at 3 X 3 and 5 X 5, and intuitively came
    to the conclusion that I needed an odd unit side that was not prime.
    Fifteen seemed the logical choice.  The hints confirmed that.  
    
    -Joe
1131.14Good workAKQJ10::YARBROUGHI prefer PiWed Oct 11 1989 17:5213
Coyle's solution is correct, but not unique. Obviously there are many
solutions based on flopping pairs of pieces, but there are many different
rearangements of larger groupings of pieces. How many different ones can 
you find?

Then, there's the question of what *other* shapes are useful, and whether 
there may yet be solutions with fewer pieces. It certainly seems there 
ought to be solutions based on the P-pentomino.

An interesting point ot this puzzle is that no symmetry principles can 
apply: what can the "middle" piece look like?

Lynn 
1131.15dividing square into odd number of similar non-rectanglesHANNAH::OSMANsee HANNAH::IGLOO$:[OSMAN]ERIC.VT240Mon Jan 22 1990 17:4973
    
    
    Here's a simpler answer that I just found on REC.PUZZLES.  Makes
    me wonder if there's even a simpler one...
    
    /Eric
    
Article         5143
Path: engage.enet.dec.com!shlump.nac.dec.com!ryn.esg.dec.com!decvax!mcnc!mephisto!tut.cis.ohio-state.edu!snorkelwacker!husc6!m2c!wpi!drwho
From: drwho@wpi.wpi.edu (Eric Ant Von Laudermann)
Newsgroups: rec.puzzles
Subject: Re: divide a square into an odd number of congruent nonrectangular pieces
Summary: An answer
Message-ID: <6947@wpi.wpi.edu>
Date: 19 Jan 90 02:25:55 GMT
References: <9001091936.AA17997@decwrl.dec.com>
Organization: Worcester Polytechnic Institute, Worcester, Mass.
Lines: 53
 
In article <9001091936.AA17997@decwrl.dec.com>, osman@hannah.dec.com (Eric, dtn 235-8439, DSG1-2/D8  09-Jan-1990 1433) writes:
> 
> 	Hi.  A problem I enjoyed recently:
> 
> 		Divide a square up into an ODD number of congruent
> 		NONRECTANGULAR pieces.
 
I got an answer!  Took only a couple of minutes with pencil & paper.
 
Spoilers:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
___________________
|  _|  _|  _|  _| |
|_| |_| |_| |_|___|
|___|___|___| |_  |
|  _|  _| |___| |_|
|_| |_| |___|___| |
|___|___|  _| |___|       (Each piece consists of 3 unit squares.)
|  _|  _|_|___|_  |
|_| |_| |  _| | |_|
|___|___|_|___|___|
> 
> 	Can anyone think of a way to solve this on a computer ?
 
No.
                                --E.V.L.
 
"Let us think the unthinkable, let us do the undoable.  Let us prepare to
grapple with the ineffable itself and see if we may not eff it after all."
                                                       --Dirk Gently
    
1131.16More solutionsCIVAGE::LYNNLynn Yarbrough @WNP DTN 427-5663Mon Feb 18 1991 16:2029
Someone published a simpler solution with 15 pieces in a recent JRM. To 
duplicate it, find a dissection of a 9x5 rectangle with L-triminoes,
then stretch the shorter dimension of the rectangle until a 9x9 square 
is formed.

If disjoint pieces are permitted, a 3-piece solution is: 

Divide the square into 9x9 smaller squares. Let each 'piece' consist of
one representative row from each of the 3 3x9 strips, i.e.

	+---+---+---+---+---+---+---+---+---+
	| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+
	| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+
	| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+
	|   |   |   |   |   |   |   |   |   |
	+---+---+---+---+---+---+---+---+---+