All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Logic
Rectangular Logic (Posted on 2005-01-28) Difficulty: 4 of 5
Promising them an increase in their allowance if they get the answer, I offer my two sons, Peter and Paul, the following puzzler:

"I am thinking of a rectangle with integer sides, each of which are greater than one inch. The total perimeter of the rectangle is no greater than eighty inches."

I then whisper the total area to Peter and the total perimeter to Paul. Neither of them are allowed to tell the other what they heard: their job is to work out the rectangle's dimensions.

Their subsequent conversation goes like this:

Peter: Hmmm... I have no idea what the perimeter is.
Paul: I knew you were going to say that. However, I don't know what the area is.
Peter: Still no clue as to the perimeter...
Paul: But now I know what the area is!
Peter: And I know what the perimeter is!

What are the dimensions of the rectangle?

No Solution Yet Submitted by Sam    
Rating: 3.7500 (12 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re: Answer + Solution | Comment 4 of 52 |
(In reply to Answer + Solution by nikki)

Nikki,
 
My program is getting the answer: perimeter = area = 16  (4x4 rectangle). Maybe you can see where I'm going wrong, if I am going wrong. (I may be stumbling over that subtle hint "I knew you were going to say that" by Paul).
 
The program logic is:
 
Generate two tables: one with every possible area, along with all the perimeters that are associated with it; and one with every possible perimeter (from 8 to 80) along with every possible area associated with it.
 
After the first statement (Peter doesn't know the perimeter), eliminate every row on the area table that does not have multiple perimeter references.
 
After the second statement (Paul doesn't know the area), zero out every area references on the perimeter table that does not have a corresponding row on the area table; then eliminate every row of the perimeter table that does not have multiple area references.
 
After the third statement (Peter doesn't know the perimeter), zero out every perimeter references on the area table that does not have a corresponding row on the perimeter table; then eliminate every row of the area table that does not have multiple perimeter references.
 
After the fourth statement (Paul now knows the area), zero out every area references on the perimeter table that does not have a corresponding row on the area table; then eliminate every row of the perimeter table except for those with only one area references.
 
After the fifth statement (Peter now knows the perimeter), zero out every perimeter references on the area table that does not have a corresponding row on the perimeter table; then eliminate every row of the area table except for those with only one perimeter references.
 
This produces perimeter = 16 and area = 16 on both tables.
 
 

  Posted by Penny on 2005-01-29 14:48:20
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information