Page 10 of 12 FirstFirst ... 89101112 LastLast
Results 91 to 100 of 114

Thread: Rubik's Cube Quiz

  1. #91
    mod cmhardw's Avatar
    Join Date
    Apr 2006
    Location
    Virginia
    WCA Profile
    2003HARD01
    Posts
    3,212

    Default

    23/24
    Missed the DaYan Gem one also.
    R L F2 B2 L' R' U R L B2 F2 L' R'

  2. #92
    Member Endgame's Avatar
    Join Date
    May 2012
    Location
    Up Norf
    WCA Profile
    2012HOFF02
    YouTube
    EndgameNL
    Posts
    385

    Default

    23/24..

    What the hell is Rubikubism?
    oi fam

  3. #93
    Member Odder's Avatar
    Join Date
    Feb 2009
    WCA Profile
    2008ANDE02
    YouTube
    Minxer2011
    Posts
    1,404

    Default

    Teraminx number of stickers is easy...

    p=number of corners per face
    q=number of faces
    o=order of the puzzle
    a%b=remainder of a/b

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q=number of sticker on any face-turning platonic solid

    for teraminx:
    p=5
    q=12
    o=7

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q
    =(sum(2*i-1+7%2;i=1..floor(7/2)=3)*5+7%2)*12
    = (((2*1-1+1)+(2*2-1+1)+(2*3-1+1))*5+1
    =((6+4+2)*5+1)*12 (This is actually here you should have started when you saw the question, the above is just a generalization for all platonic solids for the lolz )
    =(12*5+1)*12
    =60*12+12
    =720+12=732...

    Stop whining, how hard was that?

  4. #94
    Member
    Join Date
    Jun 2011
    Location
    Laakdal, Belgium
    WCA Profile
    2011VERV01
    YouTube
    brunovervoort
    Posts
    115

    Default

    Quote Originally Posted by Odder View Post
    Teraminx number of stickers is easy...

    p=number of corners per face
    q=number of faces
    o=order of the puzzle
    a%b=remainder of a/b

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q=number of sticker on any face-turning platonic solid

    for teraminx:
    p=5
    q=12
    o=7

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q
    =(sum(2*i-1+7%2;i=1..floor(7/2)=3)*5+7%2)*12
    = (((2*1-1+1)+(2*2-1+1)+(2*3-1+1))*5+1
    =((6+4+2)*5+1)*12 (This is actually here you should have started when you saw the question, the above is just a generalization for all platonic solids for the lolz )
    =(12*5+1)*12
    =60*12+12
    =720+12=732...
    ...
    I think I prefer counting them one by one...
    BAN COMIC SANS

  5. #95
    Member Georgeanderre's Avatar
    Join Date
    Apr 2011
    Location
    Your Antipodal Point
    WCA Profile
    2011CARP01
    YouTube
    Georgeanderre
    Posts
    586

    Default

    22/24 -
    According to this score I assume that probably you can solve 2 Rubik's Cubes blindfolded at the same time
    Nope

    --------------------------------------

    24/24 -
    According to this score I assume that probably you can solve a Rubik's Cube blindfolded without inspection. Superhero level.
    WTF...?
    Last edited by Georgeanderre; 06-29-2012 at 04:17 AM.
    Ermahgurd, Woo and Kfor bee lyk soo totes ehmayzbawls!
    Bloggy - Coob Payges - Facey-Booky - Moo-Toob

  6. #96
    Member ernie722's Avatar
    Join Date
    Apr 2011
    Location
    Chesapeake, Virginia, United States
    WCA Profile
    2011PARK03
    YouTube
    ArcStorm722
    Posts
    74

    Default

    22/24 but i can definately not solve two rubiks cubes blindfolded at the same time
    3x3 Single - 13.45 AVo5 - 17.91 4x4 Single - 1:11.52 AVo5 - 1:27.76

  7. #97
    Member Cheese11's Avatar
    Join Date
    Jul 2011
    Location
    Winnipeg, Manitoba, Canada
    WCA Profile
    2011KULC01
    YouTube
    EricKulchycki
    Posts
    1,046

    Default

    Quote Originally Posted by 5BLD View Post
    And then use it as a cuber identification quiz for new members?

    Also, I'd be happy to contribute to a good quiz too.
    Will a thread be formed for this?
    I live in Canada, I literally have to warm up before I cube :)

  8. #98
    Member RubiXer's Avatar
    Join Date
    May 2012
    Location
    So Cal
    WCA Profile
    2012MORA05
    Posts
    162

    Default

    24/24
    had to guess on at least 4 tho...
    R' U2 L2 B2 F2 L F2 U2 R D2 L F D L2 B2 D' L' U B2 U2 L2 Roux <333
    B2 F2 L2 U R2 U B2 D2 B2 F2 L' U' F2 L U' L2 R U B' U ZZ for OH <33333

  9. #99

    Default

    Quote Originally Posted by Odder View Post
    Teraminx number of stickers is easy...

    p=number of corners per face
    q=number of faces
    o=order of the puzzle
    a%b=remainder of a/b

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q=number of sticker on any face-turning platonic solid

    for teraminx:
    p=5
    q=12
    o=7

    (sum(2*i-1+o%2;i=1..floor(o/2))*p+o%2)*q
    =(sum(2*i-1+7%2;i=1..floor(7/2)=3)*5+7%2)*12
    = (((2*1-1+1)+(2*2-1+1)+(2*3-1+1))*5+1
    =((6+4+2)*5+1)*12 (This is actually here you should have started when you saw the question, the above is just a generalization for all platonic solids for the lolz )
    =(12*5+1)*12
    =60*12+12
    =720+12=732...

    Stop whining, how hard was that?
    That's a very good one I added this explication to the quiz.
    I also made sticker counter calculator using this formula: http://ruwix.com/the-rubiks-cube/twi...er-calculator/

  10. #100
    Member 5BLD's Avatar
    Join Date
    Apr 2011
    Location
    England
    WCA Profile
    2011LAUA01
    YouTube
    5BLD
    Posts
    2,960

    Default

    Quote Originally Posted by Cheese11 View Post
    Will a thread be formed for this?
    Yes I will make a thread if some others are interested...
    (a^b)^c = a^(b c) e^(2 i pi c floor(1/2-(Im(b log(a)))/(2 pi)))
    I've been cubing for only just over 2 years and I feel old already

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •