![]() |
|
|
#1 |
|
May 2004
New York City
2·29·73 Posts |
This shoudn't be too hard.
Construct a 5x5 grid with the center box closed off (like a crossword), filled with 24 odd digits (one per grid box), such that each number formed from the digits of an entry (in either order) is prime. Here an entry is either a 5-row or 5-column or one of the four 2-boxes connected to the middle closed box. No prime may be repeated. To make this interesting, find a solution which minimizes or maximizes either the sum of the digits in the boxes or the sum of the primes formed. |
|
|
|
|
|
#2 |
|
Dec 2007
Cleves, Germany
2×5×53 Posts |
This is probably suboptimal for a minimal solution:
10003 | 00013, 00007, 0000000137 (north) 00070 | 00017, 00053, 0000001753 (south) 01X00 | 00015, 00071, 0000001571 (west) 05030 | 00031, 00037, 0000001373 (east) 70001 | 000000000000000011135737 (all) sum: 11140815 |
|
|
|
|
|
#3 |
|
May 2004
New York City
2×29×73 Posts |
Not what I intended, probably due to my description.
I intended a 5x5 array of odd digits (from {1,3,5,7,9}), (excluding the center element), like: 17339 33797 17x31 95759 19937 but with all four full rows and their reversals (like 17339 and 93371) and all four full columns and their reversals (like 13191 and 19131) and all eight two-digit middle-half rows (like 37 and 73 and 31 and 13) prime (which is NOT true in this example). |
|
|
|
|
|
#4 |
|
Aug 2006
3·1,993 Posts |
What direction do we read the short primes in?
|
|
|
|
|
|
#5 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
9,787 Posts |
|
|
|
|
|
|
#6 |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
769210 Posts |
|
|
|
|
|
|
#7 | |
|
May 2007
Kansas; USA
33·5·7·11 Posts |
Quote:
17339 33797 17x31 95759 19937 So, are the 4 small primes as follows?: 1733 3979 9591 5973 That would go top-left, top-right, bottom-right, bottom left for each 4-box, or in directional terms for each box, it would be the NW most digit, the NE most digit, then SE, and finally SW. In other words, reading it around-the-horn like a circle. If so, are the backwards "primes" simply the reverse of the above? I guess it would be easiest if you just specified the small "primes" in your box. Then we can figure out the direction of them. Gary Last fiddled with by gd_barnes on 2010-02-04 at 09:35 |
|
|
|
|
|
|
#8 | |
|
Dec 2007
Cleves, Germany
2×5×53 Posts |
Quote:
Code:
abcde fghij jkXlm nopqr stuvw abcde, edcba, fghij, jihgf, nopqr, rqpon, stuvw, wvuts afjns, snjfa, bgkot, tokgb, dilqv, vqlid, ejmrw, wrmje ch, hc, jk, kj, lm, ml, pu, up |
|
|
|
|
|
|
#9 |
|
Dec 2007
Cleves, Germany
2×5×53 Posts |
... which is, of course, impossible without repetition, since there are only 5 reversible two-digit primes (plus their respective reverse ones).
Last fiddled with by ckdo on 2010-02-04 at 17:14 |
|
|
|
|
|
#10 |
|
Aug 2006
10111010110112 Posts |
|
|
|
|
|
|
#11 |
|
Jun 2003
31×163 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 532 Prime Grid | spkarra | No Prime Left Behind | 23 | 2010-11-05 22:22 |
| Integers in a grid | Unregistered | Homework Help | 1 | 2010-05-06 20:09 |
| Grid Max and Min | davar55 | Puzzles | 29 | 2008-03-07 16:34 |
| A grid with markers | fetofs | Puzzles | 8 | 2006-06-06 15:59 |
| Sun Grid | pacionet | Lounge | 2 | 2006-03-25 21:25 |