subreddit
stringclasses
1 value
link_id
stringlengths
8
10
body
stringlengths
0
10.2k
score
int64
-255
666
author
stringlengths
3
20
created_utc
int64
1.21B
1.67B
parent_id
stringlengths
7
10
id
stringlengths
4
7
permalink
stringlengths
37
86
puzzles
t3_el8ir
here are each of the 6 sides. http://imgur.com/a/4yiu8/puzzle
1
deived
1,292,286,262
t3_el8ir
c18yiiy
null
puzzles
t3_el8ir
You needed to take pictures of every side? You couldn't just write down the symbols for us?
2
kru5h
1,292,288,536
t1_c18yiiy
c18ynvu
null
puzzles
t3_el8ir
I can do that too. Just thought it would be easier and make more sense in pics. Here are each of the columns in order. 1st 1, 2, 3, 4, 5, 6 2nd -, /, +, +, x, x, 3rd 1, 2, 6, 3, 4, 5 4th -, -, +, /, +, x 5th 1, 3, 2, 5, 4, 6 6th All = 7th 1, 3, 4, 2, 5, 6
1
deived
1,292,289,996
t1_c18yiiy
c18yrc8
null
puzzles
t3_el8ir
OK, so I hacked together a little page to play with this puzzle and thought I should share it. Take it with a grain of salt, as it is probably error prone and bug ridden... [math spinners](http://kevin-hannan.com/spinner/)
4
cough_e
1,292,303,428
t1_c18yrc8
c18zmwl
null
puzzles
t3_el8ir
bruteforced it. here's the solution: 6 + 1 - 6 = 1 1 * 2 + 1 = 3 2 * 6 / 3 = 4 3 - 3 + 2 = 2 4 / 4 * 5 = 5 5 + 5 - 4 = 6
5
zem
1,292,329,080
t1_c18yrc8
c190kye
null
puzzles
t3_el8ir
you made one mistake - the fifth column should the `1,3,2,5,4,6` but you have it as `1,3,2,4,5,6`
1
zem
1,292,329,348
t1_c18zmwl
c190l7h
null
puzzles
t3_el8ir
[deleted]
1
[deleted]
1,292,334,830
t1_c190kye
c190rd0
null
puzzles
t3_el8ir
I found one solution by brutefrocing: 1*2+1=3 2*6/3=4 3-3+2=2 4/4*5=5 5+5-4=6 6+1-6=1 And here's python script I wrote: puzzle={ 0:['1','2','3','4','5','6'], 1:['-','/','+','+','*','*'], 2:['1','2','6','3','4','5'], 3:['-','-','+','/','+','*'], 4:['1','3','2','5','4','6'], 5:['1','3','4','2','5','6']} l=len(puzzle[0]) x=len(puzzle.keys()) def solve(n=2,s=[0]): if n==x: for i in xrange(x): temp=[''.join([puzzle[q][(s[q]+z)%l] for q in xrange(x-1)])+'=='+puzzle[x-1][(i+z)%l] for z in xrange(x)] if all(map(eval,temp)): for a in temp: print a else: for i in xrange(x): solve(n+1,s+[i]) solve() Same script can also be used to solve similar puzzles.
4
Ttl
1,292,341,498
t3_el8ir
c19149n
null
puzzles
t3_el8ir
Thanks, this is fixed.
1
cough_e
1,292,342,744
t1_c190l7h
c1917af
null
puzzles
t3_el8ir
Thanks reddit. You guys rock. :)
1
deived
1,292,349,761
t3_el8ir
c191paq
null
puzzles
t3_els0a
I do so by figuring the number of clues that were filled in by intersecting solutions; permitting myself only one start. So, in the example here, I scored 19. More interestingly - how do other people score their results? Ultimately, I'd like to figure out a least-cost route for solving the puzzle...
1
dhk8
1,292,353,273
t3_els0a
c191ylu
null
puzzles
t3_e9cui
The word "slough" (no capital) has two pronunciations.
1
eruonna
1,292,360,790
t1_c16d67w
c192aw1
null
puzzles
t3_e9cui
yeah, but neither of them are pronounced like Slough (which rhymes with 'now')
1
zem
1,292,361,017
t1_c192aw1
c192bh4
null
puzzles
t3_e9cui
[slough](http://dictionary.reference.com/browse/slough?&qsrc=) 1    /slaʊ for 1, 2, 4; slu for 3/ Show Spelled[slou for 1, 2, 4; sloo for 3] Show IPA –noun 1. an area of soft, muddy ground; swamp or swamplike region. 2. a hole full of mire, as in a road. 3. Also, slew, slue. Northern U.S. and Canadian . a marshy or reedy pool, pond, inlet, backwater, or the like. 4. a condition of degradation, despair, or helplessness.
1
eruonna
1,292,361,245
t1_c192bh4
c192c2r
null
puzzles
t3_e9cui
oh - i was thinking of "sloo" and "sluff". right you are.
1
zem
1,292,361,504
t1_c192c2r
c192crm
null
puzzles
t3_e9cui
I didn't even realize that "sloo" was a possible pronunciation until I looked it up.
1
eruonna
1,292,361,846
t1_c192crm
c192do0
null
puzzles
t3_e9cui
the funny thing is that i used to say "slaʊ" till a canadian friend told me i was getting it wrong, and since it was a word i'd only ever seen in writing till then, i took her word for it.
1
zem
1,292,398,808
t1_c192do0
c194qvc
null
puzzles
t3_e9cui
How about "pig" and "Pomegranate". (I changed a few extra letters to make the effects of capitalization stronger.)
5
megron
1,292,422,467
t3_e9cui
c195hvp
null
puzzles
t3_ekcve
[deleted]
1
[deleted]
1,292,429,239
t3_ekcve
c195x5l
null
puzzles
t3_ekcve
[deleted]
1
[deleted]
1,292,429,294
t3_ekcve
c195xb0
null
puzzles
t3_epmgw
If you know anyone with a NYT subscription, there's an email digest that they can sign up for that includes the daily puzzle. That person can then setup an automatic forward to whomever they please and, just like that, you've got yourself the NYT crossword puzzle every morning.
1
pineappletomato
1,292,994,126
t3_epmgw
c19y58f
null
puzzles
t3_epmgw
Dropbox is great, I've used it often. You can also consider making a torrent. I can help you seed.
1
cough_e
1,292,999,123
t3_epmgw
c19ycep
null
puzzles
t3_es96w
I got it! Want hints? It ties into the story, as you might expect. (I found the first few letters in this order: E, N, S, K)
2
linuxlass
1,293,492,132
t3_es96w
c1aioc0
null
puzzles
t3_es96w
[deleted]
1
[deleted]
1,293,492,571
t1_c1aioc0
c1aipa0
null
puzzles
t3_es96w
I also consulted this [handy site](http://www.wordbyletter.com/suffixes_list.php). Hints: * find the letters I mentioned, or make reasonable guesses * Two of the words are number words (like "twelve", or "ten" - now of course, not these specific words!) * I used the link above for the long word on the bottom * By this point, you can figure out what vowel is in the last word * 9 = R See what that does for you... :D
0
linuxlass
1,293,493,113
t1_c1aipa0
c1aiqg3
null
puzzles
t3_es96w
I'd like to remind you again the answer is hidden (in a "title") in your [previous post](http://www.reddit.com/r/reddit.com/comments/es8bc/help_with_mysterious_benedict_society_puzzle/c1aihju "˙ɹ ǝ b u ɐ p / p ǝ ʇ ı s ı ʌ u n /˙ʎ ʇ ǝ ı ɔ o s / ǝ u o /˙s p ı ʞ / ɹ n o ɟ"). (Be patient before clicking.) **Super Hint:** (All the words are here, in some form or another...) *(Twice) a couple* of *(shortened) children, *who happen upon a *singular* yet *elite alliance*, find themselves in an *unfrequented* sort of *peril*.
2
Krazer
1,293,515,550
t1_c1aipa0
c1ajz2u
null
puzzles
t3_ew67b
[If you get stuck](http://en.wikipedia.org/wiki/Zebra_Puzzle).
1
[deleted]
1,294,171,897
t3_ew67b
c1bf50p
null
puzzles
t3_e9cui
August. For the month, August, it's "Ogg-gust." For the adjective, august, it's "ah-GUST"
2
[deleted]
1,294,357,124
t3_e9cui
c1bpopw
null
puzzles
t3_eyfdr
Guess A, Then I. Repost what she fills in.
1
Sve7en
1,294,486,076
t3_eyfdr
c1bwwrd
null
puzzles
t3_eyfdr
Oh sorry, I explain badly. It's not a hangman puzzle: in the sense I cannot ask to fill letters. I should solve blindly as is now... Well I think it's too hard, right?
1
amrakkarma
1,294,486,694
t1_c1bwwrd
c1bwx8u
null
puzzles
t3_eyfdr
It's a lot more difficult, there are a lot of words that can fit. The singular letters must be A or I. The letter after the apostrophes will be a T, D, or S. Two letter words will be found [here](http://www.yak.net/kablooey/scrabble/2letterwords.html).
1
Sve7en
1,294,487,041
t1_c1bwx8u
c1bwxid
null
puzzles
t3_eyfdr
Thanks! It's a great starting point. I suppose I should order the 2 letters and 3 letters by frequency... Ok I found an interesting website with the frequency and other useful info http://www.sxlist.com/techref/method/compress/etxtfreq.htm
0
amrakkarma
1,294,487,398
t1_c1bwxid
c1bwxse
null
puzzles
t3_eyjv0
Why does everyone think Einstein invented this puzzle?
4
5thEye
1,294,517,431
t3_eyjv0
c1by7v1
null
puzzles
t3_eyfdr
If you don't have another clue, it's almost imposible. Sentence: - ---- ---. Solution #1: I love you. Solution #2: I hate you. both are possible and messages are opposites. Is this text from a book? Do you have numbers for each position?
1
pepepe
1,294,526,433
t3_eyfdr
c1byrq3
null
puzzles
t3_eyjv0
That's what all the authorities claim...
1
kaylar
1,294,538,804
t3_eyjv0
c1bzhs0
null
puzzles
t3_eyfdr
You are right, I was just hoping that was less hard for a native speaker, since there are 4 sentences somehow connected, so it would be possible to exclude a lot of sentences. I will try to obtain more info!
1
amrakkarma
1,294,543,516
t1_c1byrq3
c1bzrcd
null
puzzles
t3_eyjv0
that was my first thought too :( a lie can travel halfway around the world while the truth is still putting on its shoes.
1
zem
1,294,583,502
t1_c1by7v1
c1c1cso
null
puzzles
t3_eyjv0
actually, there is Einstein's handwritten setting up of the puzzle...if you google Five Houses Puzzle (images) you will see it.
1
kaylar
1,294,590,281
t1_c1c1cso
c1c1my9
null
puzzles
t3_eyjv0
googled. didn't find anything.
1
zem
1,294,590,681
t1_c1c1my9
c1c1npg
null
puzzles
t3_eyjv0
I tried to post the link. It kept bouncing.
1
kaylar
1,294,591,936
t1_c1c1npg
c1c1q3t
null
puzzles
t3_eyjv0
note that wikipedia says > It is often called Einstein's Puzzle or Einstein's Riddle because it is said to have been invented by Albert Einstein as a boy, with the claim that Einstein said "only 2 percent of the world's population can solve it." The puzzle is also sometimes attributed to Lewis Carroll. However, there is no known evidence for Einstein's or Carroll's authorship; and the original puzzle cited below mentions brands of cigarette, such as Kools, that did not exist during Carroll's lifetime or Einstein's boyhood. http://en.wikipedia.org/wiki/Zebra_Puzzle i know that it's not always the most reliable of references, but this is a high-profile-enough topic (to geeks) that if there were really incontrovertible evidence of it really being authored by einstein, the wikipedia page would have been corrected by now.
3
zem
1,294,592,271
t1_c1c1q3t
c1c1qs3
null
puzzles
t3_eyjv0
The puzzel I posted does not have cigarettes it has cigars. Not cigarettes. The names are unfamilar, hence the version mentioned on Wiki is NOT the one I used in the problem. Secondly, reading the problem one notes the nationalities, German, Brit, Swed, Norweg. Dane...no Bolivan or Canadian, etc. The version I posted seems to have been designed by a person to whom Northwestern Europe is the most familiar, and the fact that few people smoke cigars today is another significator that it is a puzzle of some antiquity; predating the 1950s. As I mentioned in another article why one avoids using Wikipedia is that here is a more modern version of the puzzle put forward as the puzzle and extrapolations made as to its authorship by using cigarette brands when the actual puzzle predates cigarettes.
1
kaylar
1,294,592,798
t1_c1c1qs3
c1c1ruh
null
puzzles
t3_eyjv0
Cigar consumption in the US did not really decline in the US until the US embargo on Cuban goods in the early 1960s, what with the rise of Fidel Castro, etc. And has actually increased since the 1990s [see wikipedia](https://secure.wikimedia.org/wikipedia/en/wiki/Cigar)
1
scientologist2
1,294,593,305
t1_c1c1ruh
c1c1suj
null
puzzles
t3_eyjv0
It isn't American products. It is Blue Master, Dunhill, Pall Mall, Prince and blend. Blue Master is produced in Norway. In 1937 they introduced Cigarettes.
1
kaylar
1,294,593,635
t1_c1c1suj
c1c1th7
null
puzzles
t3_eyjv0
hmmmmmm [wikipedia has](https://secure.wikimedia.org/wikipedia/en/wiki/Cigarette): > The South and Central American cigarette used various plant wrappers; when it was brought back to Spain, maize wrappers were introduced, and by the 17th century, fine paper. The resulting product was called papelate and is documented in Goya's paintings La Cometa, La Merienda en el Manzanares, and El juego de la pelota a pala (18th century).[11] > By 1830, the cigarette had crossed into France, where it received the name cigarette; and in 1845, the French state tobacco monopoly began manufacturing them. [...] > The widespread smoking of cigarettes in the Western world is largely a 20th century phenomenon But your point of the European brands is well noted
1
scientologist2
1,294,594,508
t1_c1c1th7
c1c1var
null
puzzles
t3_eyjv0
What moved me towards the creation of a puzzle by someone from Central or North Central Europe, were the countries chosen. An American would prob. mention England, but where does Norway Sweden and Denmark come into their immediate realm of 5 countries? If the writer had picked Jamaica, Trinidad, Barbados, St. Lucia and Guyana I'd know they were from the West Indies. Although some people say Lewis Carroll wrote the problem I would think he'd do, England, Scotland, France, Ireland, maybe Germany. Further, the European brands of tobacco, Note there is no 'White Owl' or other known American brands. And cigarettes have been outselling cigars from about the 1920s ... if the problem was created in the 1950s, I'm sure America would be mentioned, and it would be brands of cigarettes, this is why I'm more persuaded that it was created by someone in the area around Germany sometime in the 1920s or 1930s.
1
kaylar
1,294,599,629
t1_c1c1var
c1c270v
null
puzzles
t3_eyjv0
which fits einstein
1
scientologist2
1,294,607,334
t1_c1c270v
c1c2q73
null
puzzles
t3_eyjv0
Yes. That's why I believe he created it.
1
kaylar
1,294,610,587
t1_c1c2q73
c1c2xvm
null
puzzles
t3_ezc08
[deleted]
1
[deleted]
1,294,635,297
t3_ezc08
c1c4lj2
null
puzzles
t3_ezcb8
First one to solve it, wins!
1
jmcstar
1,294,636,335
t3_ezcb8
c1c4nry
null
puzzles
t3_ezcb8
dude may be 11 but he knows way more about worms than i do!
1
zem
1,294,655,258
t3_ezcb8
c1c5fwa
null
puzzles
t3_eyjv0
I loved doing this, it was like sudoku and ken ken but with cooler values. [My Solution Grid](http://imgur.com/GyalC)
2
willpower12
1,294,696,673
t3_eyjv0
c1c7qnp
null
puzzles
t3_f1l0y
man, that's pretty hardcore. i had the same solution up to "Sam: Now I know, too," but got stuck.
1
just_doug
1,294,935,929
t3_f1l0y
c1clamh
null
puzzles
t3_eyjv0
Sweet, that's exactly what I got. This is definitely one of the most fun puzzles I've solved!
1
adpalmer
1,294,961,638
t1_c1c7qnp
c1cncj4
null
puzzles
t3_f1l0y
Very nice puzzle. I think the explanation given got quite fuzzy part way through. I'm too tired tonight to do a decent job writing up how I solved it, but I'll do so tomorrow and comment again then.
1
gcanyon
1,294,989,932
t3_f1l0y
c1cp4w0
null
puzzles
t3_f40xc
good fun!
1
just_doug
1,295,300,429
t3_f40xc
c1d4gtr
null
puzzles
t3_f40xc
With knowledge of letter frequencies in English, and with the *big* assumption that the letter to be inserted isn't already listed, I'd say the letter to be inserted 12 times is "O". (A, E, I, N, R, S, T are already listed). Think birds.
2
farful
1,295,301,493
t3_f40xc
c1d4jly
null
puzzles
t3_f40xc
I forgot to mention that **caveat**. The puzzles that I've got are biased for English.
1
grrrafalope
1,295,301,962
t1_c1d4jly
c1d4ksp
null
puzzles
t3_f40xc
[deleted]
0
[deleted]
1,295,302,099
t3_f40xc
c1d4l4w
null
puzzles
t3_f40xc
Or you could just say "got it" and pm the OP for the rest of us. Thanks for ruining it!
3
Knotwood
1,295,302,328
t1_c1d4l4w
c1d4lp9
null
puzzles
t3_f40xc
Agree on the spoilers thing. Also, good job.
2
grrrafalope
1,295,302,451
t1_c1d4l4w
c1d4m0j
null
puzzles
t3_f40xc
Don't worry. I've got a whole year's worth of these. I'll go post another old one for you. :)
2
grrrafalope
1,295,302,498
t1_c1d4lp9
c1d4m51
null
puzzles
t3_f41r4
answer taken out ¬.¬
1
MenaceInc
1,295,303,544
t3_f41r4
c1d4owl
null
puzzles
t3_f41r4
You seem to have overlooked one of the constraints, namely > Please don't post the answer as others might want to give it a try for themselves.
1
phw
1,295,307,453
t1_c1d4owl
c1d4ytf
null
puzzles
t3_f41r4
Didn't read that bit. No wonder I was 10 points away on the Cattell B scale from being eligible for Mensa.
0
MenaceInc
1,295,308,276
t1_c1d4ytf
c1d50rx
null
puzzles
t3_f40xc
[mouseover for answer](http://www.reddit.com "ORIOLE | DODO | LOON | GOOSE | COCKATOO | OWL")
1
cough_e
1,295,319,638
t3_f40xc
c1d5rqw
null
puzzles
t3_f40xc
I'd appreciate it! Also, if karma matters, I changed my dv for deleting, thanks!
1
Knotwood
1,295,320,070
t3_f40xc
c1d5sqh
null
puzzles
t3_f40xc
They didn't send me one :( I realize you probably meant you bought a page-a-day calendar at a bookstore or something though ;)
0
Gemini6Ice
1,295,321,350
t3_f40xc
c1d5vnb
null
puzzles
t3_f40xc
What is this how did you
1
smeezy
1,295,339,512
t1_c1d5rqw
c1d6ur1
null
puzzles
t3_f41r4
You can also post them as a [spoiler](http://fake answer).
1
Gemini6Ice
1,295,356,692
t1_c1d4owl
c1d7bmu
null
puzzles
t3_f40xc
caveat edit: Muphry's Law
1
redfishvanish
1,295,360,258
t1_c1d4ksp
c1d7gr4
null
puzzles
t3_f40xc
caveat
1
nasorenga
1,295,360,663
t1_c1d7gr4
c1d7hgn
null
puzzles
t3_f40xc
Only the smartest members get them.
3
nasorenga
1,295,360,767
t1_c1d5vnb
c1d7hmv
null
puzzles
t3_f40xc
Haha!
1
Gemini6Ice
1,295,360,805
t1_c1d7hmv
c1d7hps
null
puzzles
t3_f40xc
Muphry? You mean Murphy.
1
glenbolake
1,295,361,422
t1_c1d7gr4
c1d7it7
null
puzzles
t3_f40xc
[no](http://lmgtfy.com/?q=Muphry%27s+Law)
2
redfishvanish
1,295,361,900
t1_c1d7it7
c1d7jpy
null
puzzles
t3_f40xc
TIL. Awesome.
1
glenbolake
1,295,363,038
t1_c1d7jpy
c1d7lxf
null
puzzles
t3_f41r4
Will the answer eventually be posted?
1
fish
1,295,372,492
t3_f41r4
c1d884v
null
puzzles
t3_f40xc
[Like this](http://reddit.com "Hello there") [Like this](http://reddit.com "Hello there")
2
arnar
1,295,373,164
t1_c1d6ur1
c1d89x6
null
puzzles
t3_f41r4
[deleted]
1
[deleted]
1,295,373,517
t3_f41r4
c1d8att
null
puzzles
t3_f41r4
done
1
grrrafalope
1,295,373,621
t1_c1d884v
c1d8b2z
null
puzzles
t3_f40xc
[r/crosswords](http://www.reddit.com/r/crosswords) has this really nice javascript thingy that blackens an answer when it is used this way: \[ANSWER](/spoiler) Maybe we should implement that here as well.
1
nymonym
1,295,378,079
t1_c1d4m0j
c1d8mnk
null
puzzles
t3_f41r4
Thanks! I will have to put this on the Christmas list for next year.
1
fish
1,295,384,339
t1_c1d8b2z
c1d9382
null
puzzles
t3_f3gdm
Metaphysical Plant did a pretty awesome job on this, both in constructing and having solutions posted immediately afterward--the hunt was really well-done. (I was a very small part of Codex.)
1
mindspillage
1,295,408,853
t3_f3gdm
c1daof5
null
puzzles
t3_f40xc
Yeah, that would be nice.
1
grrrafalope
1,295,453,318
t1_c1d8mnk
c1dcrie
null
puzzles
t3_f41r4
It's been a lot of fun so far, I'm just glad that other people are enjoying it too.
1
grrrafalope
1,295,453,338
t1_c1d9382
c1dcrki
null
puzzles
t3_f41r4
[deleted]
1
[deleted]
1,295,560,591
t3_f41r4
c1djsgy
null
puzzles
t3_f8rbb
I found a lot, but I'm mostly distracted by the lack of Bed Intruder / Antoine Dodson. Unless I'm missing something... That was clearly the biggest meme of 2010. No?
1
Stxmoose32
1,296,027,992
t3_f8rbb
c1e8ur9
null
puzzles
t3_epmgw
Hey.. Sorry about the delay. Dropbox was giving me trouble and someone else suggested MegaUpload. If you still want the crossword files, here you go: puzzles.zip http://www.megaupload.com/?d=G5KRYMWR solutions.zip http://www.megaupload.com/?d=D7PHB62O combined.zip http://www.megaupload.com/?d=AT2QLEU4 Have fun.
1
nymonym
1,296,032,812
t1_c19ycep
c1e90m8
null
puzzles
t3_f8pi1
could be a heavily pixelated photo see http://www.cropcircleconnector.com/2010/wickhamgreen2010S/DSC1390-Wickham-L-North-and.jpg for example otherwise the examples are probably not high enough resolution to determine the coding Although it could also be some form of music notation
1
scientologist2
1,296,050,078
t3_f8pi1
c1e9hsc
null
puzzles
t3_fcs6v
That's a little scary. I shudder to think what it would be like if the edges and corners had to be solved, too.
1
glenbolake
1,296,574,528
t3_fcs6v
c1f124c
null
puzzles
t3_es96w
I got [spoiler](/s"FOUR KIDS ONE SOCIETY UNLIMITED DANGER!")
2
[deleted]
1,296,928,278
t3_es96w
c1flzxg
null
puzzles
t3_f0m6k
1? :S
1
hxue
1,297,069,235
t3_f0m6k
c1ftmn8
null
puzzles
t3_fkuk8
I'd probably get to the end and be missing a piece!
2
Stxmoose32
1,297,661,393
t3_fkuk8
c1gpd9q
null
puzzles
t3_flvpq
[deleted]
1
[deleted]
1,297,785,516
t3_flvpq
c1gvqff
null
puzzles
t3_fmyl3
Shouldn't the 5x5 methods work on the 7x7? Assemble the middle 3x3 of each face, then user the same methods you would have used on 5x5 edges to pair up the 3x1 flanks to each 3x3 center. Then use the 3x3 techniques to get each 5x5 face in place. Then use the 5x5 edge methods again to pair the the outer 5x1 flanks. Now you have a 3x3 cube.
2
Gemini6Ice
1,297,917,402
t3_fmyl3
c1h49rm
null
puzzles
t3_fmyl3
That's exactly what I thought too. I began with the top and bottom with the 5x5 method, then when I get to the centers for the face and sides, I'm stumped...It's hard to explain, but it doesn't work. But maybe I'm doing it wrong.
1
Cole42N
1,297,954,435
t1_c1h49rm
c1h5ves
null
puzzles
t3_fmyl3
Strange... I first get the top and bottom 3x3s, and then I get the side Xs. Can you get to 3x3 Xs on the sides at least?
1
Gemini6Ice
1,297,957,621
t1_c1h5ves
c1h63rj
null
puzzles
t3_fmyl3
Also, I am ordering a 7x7x7 right now, so we'll see if I fall into the same trap you have :)
1
Gemini6Ice
1,297,960,017
t1_c1h5ves
c1h6aj7
null
puzzles
t3_fmyl3
I asked my dad, and he told me the solution that works. First I do the top 5x5, bottom 5x5, then doing two of the sides 5x5 (Centers), then with the last two side centers, use the 4x4 method to exchange center pieces. By now you should have all of the centers (5x5). Now you do the edges how you would do a 5x5 cube. Got those done? Finish as a 3x3. I did this on my lunch break, then when I brought it back to school, it slipped out of my arm.....it shattered all over the hall :( Right before the next period started so everyone was walking all over them, so they went everyone. Now I'm forced to try and salvage them and put it back together.(Which is hard. As. Hell). Moral of the story? Be careful :P
1
Cole42N
1,297,982,878
t1_c1h6aj7
c1h89gp
null