Video není dostupné.
Omlouváme se.

GOOGLE Interview Question || Puzzle : 12 Men On An Island || Hard Logic Puzzle

Sdílet
Vložit
  • čas přidán 18. 06. 2020
  • GOOGLE technical interview puzzle : This puzzle is asked in the software or technical porgramming Google interviews. This video explains the questions or requirements and two different answers.
    It's a hard logic riddle.
    -----------------------------------------------
    You can find the solution with 4 men at this google drive link below:
    drive.google.c...
    -----------------------------------------------
    This interview puzzle has a mind blowing GOOGLE twist inside, so watch the complete video as you will see a smarter approach to solve this puzzle.
    PUZZLE :
    There are 12 men on an island. Eleven weigh exactly the same amount but one of them is either heavier or lighter than others. There is a see-saw on the island which can be used to find out the odd man, but the catch here is that you can use the see-saw only 3 times.
    So using the see-saw only 3 times... Your task is to find out
    - the odd man (i.e. the man with different weight).
    - and Also find out if the odd man is heavier or lighter.
    There exists several variations of this interview puzzle such as:
    - 12 (twelve) balls and 3 (three) weighing/scale
    - 12 marbles and 3 scale
    - Twelve coins and three weighing (12 coins riddle)
    In all these variations the intention is to identify the defective object by using the scale only three times. Also, you would need to figure out if the defective object is lighter or heavier compared to others.
    This google interview coding question or puzzle was also featured in a TV series called Brooklyn 99 (Brooklyn Nine-Nine ) in the same format of 12 men as in this video.
    Google is known for asking tricky puzzles and hard riddles in the interviews. They check the optimization skills of a candidate with his approach of solving a puzzle. If a candidate has good optimization skills then it will benefit the organization in writing optimized programming code that eventually improves the response time of software applications and websites.
    In the video I have explained a natural approach followed by a fresh approach which is expected by google interviewer. I also have explained why the first approach is not upto the mark for google and how we can arrive at the second approach in most logical way possible.
    So if you are preparing for google interview questions for software engineer then you can watch all google puzzles on my channel.
    You are most welcome to share puzzle, math problems or any topics for upcoming videos.
    Gmail : logicreloaded@gmail.com
    Facebook(message) : / mohammmedammar
    Also try these hard google puzzles:
    100 Doors Puzzle || Hard Puzzle for genius minds
    • 100 Doors Puzzle || Ha...
    5 Pirates PUZZLE (Version 2) | 100 Gold Coins 5 Pirates
    • 5 Pirates PUZZLE (Vers...
    Gold Chain Puzzle || Beautiful Logic Puzzle || 149 links
    • Gold Chain Puzzle || B...

Komentáře • 1,2K

  • @murali18
    @murali18 Před 4 lety +616

    It's a war between space and time complexity. Earlier days memory was too costly but we had time, hence we had less space consuming but more time consuming apps. But now space is cheap but time is costly, that's why we are having more space consuming and less time consuming apps. Dynamic Programming literally means using more space to reduce the time required for computation.
    So it's simple, the first approach takes more time but less space, and the second approach takes more space but less time. The solution depends relative to the problem always which is why we don't have 1 definite solution for all.
    Both the approaches are correct and you would get a job if you are able to explain it.

    • @LOGICALLYYOURS
      @LOGICALLYYOURS  Před 4 lety +41

      Murali... that was a valuable suggestion/thought to understand that the present era has changed a lot, and now everything is about time (responsive design).

    • @andrewshirley9240
      @andrewshirley9240 Před 4 lety +2

      I wonder if you could get away with O(n) space with this algorithm. The original algorithm still needs O(n) space, because that's the only way to compare weights in this scenario. Here, the naive approach is to load in all weight mappings in advance for O(cubedroot(n)*n) space. But if you could somehow determine the final #/h/l mapping without having to back-reference the list and count L/R/= signs, then it's pretty trivial to switch to O(n) space by loading in one weighing at a time.

    • @danielbinns2802
      @danielbinns2802 Před 4 lety +6

      For the 1st riddle cant u split the group in half (6 on each side) then let the men get off in pairs (1from each side) until its is balanced then u will know which pair was uneven and have 2 suspects. Now balance 1 of the suspects against any of the other 10 we know r normal weight and if he is same weight then with ur last attempt at balance him against any of the remaining eleven to tell if he is lighter or heavier if suspect 1 was uneven u would have observed if he is lighter or heavier and still had 1 attempt remaining

    • @alidhan1299
      @alidhan1299 Před 4 lety +7

      @@danielbinns2802 No, because each time you remove a pair, you are weighing a different combination which means it counts towards the 3 times you can weigh a combination.

    • @danielbinns2802
      @danielbinns2802 Před 4 lety +8

      @@alidhan1299 the riddle said u can only use the seesaw 3 times it did not say that u can only weigh different combinations 3 times and if they get on the seesaw they have to come off it. I'm just giving them a specific order to come off instead of having them all come off at once. Same can be done for the order they go on the seesaw because they can all simultaneously go on so I would observe the weights while they go on or get off. This is my way of thinking outside the box

  • @kangjohan78
    @kangjohan78 Před 4 lety +128

    Like always, while credit is given to those who solved the question, I always admired those who came up with these questions in the first place....

    • @HYOKSU1
      @HYOKSU1 Před 8 měsíci +1

      Well, those who came up with the questions in the first place are the first to solve them I guess🤔

    • @TurboLoveTrain
      @TurboLoveTrain Před 6 měsíci

      The question looks like it was written by a 12 year old that just finished their first semester of programming electives.
      If you want a search/sort algorithm ask me for a search sort algorithm--don't make up some retarded scenario that would never ever happen and pretend that there aren't hundreds of ways to solve it without a search sort algorithm.
      To put it clearly--no one in their right mind would solve this problem in the real world the way google is expecting you to solve it. It's just stupid.

  • @georgemcaneny5632
    @georgemcaneny5632 Před 3 lety +800

    If we weren’t all so awkward we could simply ask the people their weights, thus eliminating the need for a seesaw

    • @Akpersonal4
      @Akpersonal4 Před 3 lety +7

      @Panso Pe ink gir gai Having extra or less weight doesn't make you an imposter.

    • @maak4733
      @maak4733 Před 3 lety +11

      @Panso Pe ink gir gai Don't forget ,they are man, and man don't get shy telling their weight

    • @awekeningbro1207
      @awekeningbro1207 Před 3 lety

      That is only fair if the imposter cannot lie or he turns into a chicken.

    • @OskaIvanovichSmirnov
      @OskaIvanovichSmirnov Před 3 lety +8

      Imagine the question was about coins. You can't ask a coin for its weight.

    • @ajvinoski6924
      @ajvinoski6924 Před 3 lety +6

      @@OskaIvanovichSmirnov but the question isn't about coins, why would we need to imagine a completely different scenario

  • @gblargg
    @gblargg Před 3 lety +57

    I puzzled over and gave up. The first solution is so amazing how it saves every bit of useful information from each step to combine later to reach a result quickly. The second solution washes all that away and looks at the general problem, showing how it all just falls together naturally and without anything special. The richness of the solutions to such a simple problem are what brings me back to mathematics every time. So much hidden wonder. Even though I didn't solve it myself I found this inspiring.

  • @letsgobrandon7310
    @letsgobrandon7310 Před 3 lety +6

    Not at google but I was asked this question years ago for a server lab job. I did not know the answer and did not get the job lol. He said not one interviewee knew the answer. I still believe to this day if I knew this riddle I would have gotten that job.

  • @SkittleJawnz
    @SkittleJawnz Před 4 lety +291

    My answer: Google search which man is heavier or lighter since all of their data is online

    • @lakshmangamers1280
      @lakshmangamers1280 Před 3 lety +1

      😂

    • @kaimadamantonyshejin2034
      @kaimadamantonyshejin2034 Před 3 lety +12

      Searching answer in Google to get job at Google😂😂

    • @akxyn5010
      @akxyn5010 Před 3 lety

      You don't get any info abt 12 men on a deserted island. That's sad

    • @cl759
      @cl759 Před 3 lety

      🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

    • @mysticdragonex815
      @mysticdragonex815 Před 3 lety +2

      @@kaimadamantonyshejin2034 You need to know how your company works before joining it.
      (Works has dual meaning here)

  • @rameshkiran1597
    @rameshkiran1597 Před 4 lety +41

    I solved this puzzle in other way around
    12 yrs back..
    W-weigh, we give number to each on
    Scenario 1, W1: four on each side 1234-5678 if it is balanced then it is simple to find the odd one from remaining 4, as follows W2: keep a person(12) aside n weigh like this 9,10-11, 1, if it is balanced then compare 12 with 1, ll know whether he is lighter n heavier. If it isn't balnced, and tilting towards 9,10 means either one of them is heavier r 11 is lighter, then W3:compare 9&10, which way it goes is the heavier one, if balanced 11 is lighter.
    Scenarios 2: W1: 1,2,3,4 - 5,6, 7,8 unbalanced n shifted towards 1234, W2: 1,2,5 - 3,6,9 if still shift to 1,2,5 it means either one from 1&2 is heavier r 6 is lighter.. Then compare 1&2 which side it tilts is the heavier if balanced 6 is lighter. If 1,2,5- 3,6,9 is balanced means eeither 4 is heavier r one from 7&8 is lighter, then compare 7 with 8. if in Scenario 2 balance shifted to 3,6,9 side that means either 3 is heavier r 5 is lighter... Compare any one from 3&5 with normal one to get to know the odd one...

    • @qc1okay
      @qc1okay Před 4 lety +3

      Ramesh Kiran's solution (almost same as mine) seems to be the best solution, so I've written it up below in clearer terms ("W#n" means the nth weighing):
      W#1: Weigh 1,2,3,4 vs. 5,6,7,8.
      If W#1 is balanced (odd one is 9,10,11,12), then:
      W#2: Weigh 9,10 vs. 11,1.
      A. If balanced, then W#3: weigh 12 vs. 1 to see whether 12 is light or heavy.
      B. If unbalanced, then W#3: weigh 9 vs. 10; if W#2 had 9,10 heavier, then whichever side is heavier in W#3 is the heavy one (or if W#3 balanced, 11 is light); or if W#2 had 9,10 lighter, then whichever side is lighter in W#3 is the light one (or if W#3 balanced, 11 is heavy).
      --------------
      If W#1 has 1,2,3,4 heavier:
      W#2: Weigh 1,2,5 vs. 3,6,9:
      A. If 1,2,5 heavier (1 heavy or 2 heavy or 6 light), then W#3: weigh 1 vs. 2; whichever side is heavier is the heavy one (or if balanced, 6 is light).
      B. If 3,6,9 heavier (3 heavy or 5 light), then W#3: weigh 3 vs. 12 to see whether 3 heavy (if balanced, then 5 is light).
      C. If W#2 balanced (4 heavy or 7 light or 8 light), then W#3: weigh 7 vs. 8; whichever side is lighter is the light one (or if balanced, 4 is heavy).
      --------------
      If W#1 has 1,2,3,4 lighter, then the process is same as above, switching corresponding numbers.

    • @rameshkiran1597
      @rameshkiran1597 Před 4 lety

      Thanks buddy@qc1okay

    • @noellerhee463
      @noellerhee463 Před 4 lety

      Isn’t this a ted Ed puzzle

    • @cjfdnqkn4374
      @cjfdnqkn4374 Před 3 lety

      Noelle Rhee yup

    • @pradeepkamjula1923
      @pradeepkamjula1923 Před 3 lety

      @@qc1okay
      Y these many scenarios ,
      It's simple
      11 are having equal weight 1 guy is over weight
      3 times we have to use that sea saw
      1) first divide the 12 members into 2 grps 6-6 weight them one side shall be heavier.
      2)take the heavier grp ie 6 ....now divide them again into 3-3 as grps and again weigh them .you will get the heavier grpWho are only 3
      3) Now of those 3 members tell two members to be on seasaw ..... If they weight equal ....then the 3 Rd guy is the different one .
      And if any one of those 2 are weighing heavier ......he is the guy as other all 11 members are of equal weight.

  • @m0nad539
    @m0nad539 Před 4 lety +149

    We had this question back in winter term 1989 on our very first weekly exercise sheet at the very beginning of our Computer Sciences studies, at Karlsruhe University, Germany. We did come up with solutions similar to this one, but the real catch came when we were shown and told that this can be modelled as an error-correcting Hamming code with a 12x3 matrix over Galois Field GF(3). One matrix multiplication and bang, you get the position and weight of the odd man out. Oh, that was an ideal precursor to the advanced stuff that was to follow in the next couple of years, and a sure way to whet our appetite. Happy memories.

    • @NaderHGhanbari
      @NaderHGhanbari Před 2 lety +17

      I remember my uncle, a physics teacher, gave me this question when I was 12, it took me a few hours to solve it. I still remember I intuitively went for dividing them into 3 groups right away (anything else felt useless in terms of revealing the maximum amount of information). Fir the last/third weighing, I didn't know any better than brute forcing. I was so fascinated that later I proved a formula for the generic case of N men for the minimum number of weighings required. Back then with no internet, this kept me busy for a few weeks.

    • @DreaMagnifier
      @DreaMagnifier Před 2 lety

      if every thing won't go as usual you will be selected.

    • @bm-ub6zc
      @bm-ub6zc Před 2 lety +2

      my father came 1989 to Karlsruhe for his phd in computer science (FZI). he and you probably knew each other

    • @LydellAaron
      @LydellAaron Před rokem +1

      You just whet my appetite. That's awesome

    • @tntfragz1945
      @tntfragz1945 Před rokem

      @@NaderHGhanbariwhat was the formula you proved with minimum number of weighings

  • @WHYNOTDOTTV
    @WHYNOTDOTTV Před 4 lety +38

    I watch the first minute of this video and then I paused it. I realized that I was presented with this puzzle in 1989. However it was presented to us as 12 balls and a balance scale that could only be used three times.
    The professor wanted us to come up with the best route that will result in the highest potential of coming up with a solution. I came up with a solution the next day. When I presented it to him he said that I must have made a mistake. The reason was; when he was presented with the puzzle, it was presented to them as something that does not have solution. I'm glad that he had forgotten to tell us that little detail.

  • @armochim
    @armochim Před 3 lety +10

    This is based on a problem from a brazilian math professor Júlio César de Mello e Souza. during the 1930 decade. My father was one of his students and told that he was a wornderfull mathematician. I'd lije to suggest that the Google give credit to him. He wrote a book called "O homem que calculava" Something like "The man that used to do calculus"

  • @nickwisely2581
    @nickwisely2581 Před 4 lety +96

    for the first few minutes, "Ahh I got this, simply do it as TedEd has explained".
    the second explanation, "Ohh wait, what was that? how could you... but... nevermind."

    • @LOGICALLYYOURS
      @LOGICALLYYOURS  Před 4 lety +13

      But i believe, even the first approach is not easy.. if compared with TedEd... because in their version of puzzle we don't have to figure out the DEFECT (if the object is heavier or lighter).

    • @aps9369
      @aps9369 Před 3 lety +1

      @@LOGICALLYYOURS when 2 set of four men left , try with balancing 1-1 in

    • @grayfurt95
      @grayfurt95 Před 3 lety +3

      @@LOGICALLYYOURS In this problem there is a trick that is "lever" thats why I would just say it cannot be solved. Cuz as you can imagine at seesaw the nearest man close to the middle, will be the lightest. But its true just for this question.

    • @snuscaboose1942
      @snuscaboose1942 Před 3 lety

      @@grayfurt95 Even if you factor in the lever, that implies that the force of a person's weight is relative to their position on the scale, as long as people or objects being weighed are evenly distributed along the scale on the scale and both sides have the same number of people, the problem is still solvable. If all people on the scale weigh the same, it will balance. If a single lighter or heavier person is on the scale, it will be uneven regardless of the outlier's position as there will be a difference in the total amount of downward force between the two sides of the scale.

    • @Akashkumar-ot1sw
      @Akashkumar-ot1sw Před 2 lety

      @@LOGICALLYYOURS bro I actually found a realistic way to solve

  • @archanagupta8921
    @archanagupta8921 Před 4 lety +268

    Use the sand on the island
    Measure the amount of compression one guy makes then see all compressions and compare the deeper or shallower one

    • @sai_neko_reddy
      @sai_neko_reddy Před 4 lety +36

      Man u think out of the box 💯💯respect

    • @krishbedi6410
      @krishbedi6410 Před 4 lety +11

      Where would you find an apparatus for measuring the compression in the sand? Think realistically.

    • @KeeperOfEvil
      @KeeperOfEvil Před 4 lety +16

      @@krishbedi6410 a stick. It doesnt need to be a ruler lol

    • @krishbedi6410
      @krishbedi6410 Před 4 lety +9

      Epik using a stick would not yield accurate results and also the compression of sand particles could result in the elasticity of the the sand as a whole

    • @krishbedi6410
      @krishbedi6410 Před 4 lety

      Hampering of the elasticity*

  • @loklokeshava9725
    @loklokeshava9725 Před 4 lety +81

    When we are going to attend for aptitude classes.....we can easily test the trainer by giving this question....🙋‍♂️

  • @thatrandomguy8988
    @thatrandomguy8988 Před 2 lety +11

    At first I thought this was one of those bs "Only 1% with 6000 IQ can solve" puzzles but it was a genuine programming problem. Thank you algorithm

  • @chrismoule7242
    @chrismoule7242 Před rokem +2

    Just found this: my father gave me this one when I was a young teenager. His only clue was "you must get the maximum amount of information from each weighing". When I couldn't do it, he amended this to "what does each weighing tell you?". I did it - in the end. Later on I did programming and got to know about the "even more logical" approach mapped out here.

  • @coffeecuppepsi
    @coffeecuppepsi Před 3 lety +5

    I did group of 4 vs 4. Then shift out 3 pleople from the left and shift in three to the right. Weigh again. By tracking which way scale tilts you can tell which group of three has lighter/hevier person. If last guy is left alone just weigh him against anyone else. .

  • @muhammadahmed-hi9bu
    @muhammadahmed-hi9bu Před 4 lety +110

    Well after strong focusing on the procedure I still do not understand nothing 😂

    • @Jatin-xm1zl
      @Jatin-xm1zl Před 3 lety +10

      Ya bro,same here with me🥴I made the first method myself and then I didn't get the second one explained by him😑

    • @manassinha9145
      @manassinha9145 Před 3 lety +1

      Don't apply for the job at google.... Hope you understand this..

    • @ko-Daegu
      @ko-Daegu Před 3 lety +4

      @@manassinha9145 you don’t need to Ans to actually get a job

    • @adlerdoesstuff1872
      @adlerdoesstuff1872 Před 3 lety +4

      that means you understand everything if you don't understand nothing

  • @zilvarro5766
    @zilvarro5766 Před 3 lety +7

    I think in general you should balance the following three quantities as good as possible in every step (while making sure Left and Right contain the same number of people by filling up with Confirmed Persons):
    A) 2 * Unknowns Outside + Suspects Outside
    B) Unknowns Inside + Heavy Suspects Left + Light Suspects Right
    C) Unknowns Inside + Light Suspects Left + Heavy Suspects Right
    If not perfectly possible you should prefer to have the Inside a bit larger.
    Reasoning: This optimizes the worst possible outcome of the scaling step.

  • @magicmulder
    @magicmulder Před 11 měsíci +10

    The key idea is the "balancing with known normal men" part. That's what I didn't see initially when I considered how many to place on the see-saw.

  • @djuradjkastriot2877
    @djuradjkastriot2877 Před 4 lety +31

    When u answered 1 but friend told you answer is Egypt

  • @justsomeguywithawoodenstic3684

    The solution i came up with :
    Just devide them into 2 equal groups and place them on the seesaw
    Then let them jump down one by one ,
    1 man from each side at the same time
    When the pair with oddman jumps down the seasaw will be balanced
    Then we know one of them is heavier or lighter
    For the 2nd time
    Just weigh one of them with a normal man
    If he is the oddman we will know
    And if the seesaw balances then the other man is odd
    And we just have to weigh him with a normal to know if he is heavier or lighter

    • @Abhishek-dp5tc
      @Abhishek-dp5tc Před 3 lety

      You can't perform such jumping

    • @illuminaut
      @illuminaut Před 3 lety +1

      every time you let people jump off the seesaw you are essentially weighing the remaining people, counting against the three weightings that are allowed.

    • @theman5007
      @theman5007 Před 2 lety

      haha;;{{)) love it,... yeah, you're right,...

  • @danielleza908
    @danielleza908 Před 4 měsíci +1

    I've seen this question many times before Google even existed...This is a famous puzzle.

  • @codbaribeau
    @codbaribeau Před 3 lety +23

    Google taking indiana jones' puzzles as interview questions XD

  • @kamineetoshniwal6864
    @kamineetoshniwal6864 Před 4 lety +13

    I want to get job in Google
    After watching this video,this has totally inspired me

  • @6pprii
    @6pprii Před 3 lety +17

    I don't want your job, Google.

  • @johannesvanderhorst9778
    @johannesvanderhorst9778 Před 9 měsíci +2

    My first solution had a slight difference: in the second weighting, on both sides I put two suspects to be heavy and one suspect to be light. This removes case 2b and adds an additional case 2c.

  • @freddymintarja2186
    @freddymintarja2186 Před rokem +4

    Not going to lie, I had a migraine trying to solve this puzzle, but it was the good kind of migraine. Thank you for the challenge!

    • @LOGICALLYYOURS
      @LOGICALLYYOURS  Před rokem +1

      Thanks Freddy:) I appreciate your comments on many of the videos :)

  • @sunnydeol2011
    @sunnydeol2011 Před 2 lety +5

    My solution to the problem was to divide all the 12 men into two groups and put them on either sides of the see saw, obviously it will be imbalanced. Then we ask one person from each side to step down together and when the see saw becomes balanced this way, we select the pair which stepped down at last. The suspect is one of them. Then we can weigh the two of them one by one with a safe person to know who it is and if he is lighter or heavier.

    • @adityachopra5688
      @adityachopra5688 Před 9 měsíci

      too many uses of the see saw

    • @dcastgaming6506
      @dcastgaming6506 Před 7 měsíci

      12 men into 2 groups
      6-6.
      One side will be unbalanced
      Take everyone off the see saw. Take the 6 from the unbalanced side and split em 3-3. One side will be unbalanced.
      Take everyone off. Take the 3 left, put 2 on the seasaw. If it's equal then the one not on the sea saw is the odd man. If it's not equal then you've found your odd man.

  • @sshaa115
    @sshaa115 Před 4 lety +23

    First
    I might be slow
    But when there's an upload
    I click so fast I glow!

  • @workbyme4874
    @workbyme4874 Před 9 měsíci +1

    I created the same puzzle to challenge myself when I was a high school student back to 50 years ago. 12 coins with one fake without knowing it is heavier or lighter, the measurement tool is a balance scale. The solution I found was divided them into 3 groups, 4 each. 1,2,3,4 5,6,7,8 and, 9,10 ,11,12. The first measurement is to place 1,2,3,4 on left side and 5,6,7,8 on right side. If it is balanced, 9,10,11,12 has one fake coin, it's easy to find it with 2 measurements. If it is not balanced, then the tricky part is to do a rotation. Left side to be 1,6,7,8 right side to be 5,10,11,12. Then you'll find 2,3,4 or 6,7,8 or 1,5 has a fake coin in it. You can easily find it with 3rd measurement. Then I ask myself what is the maximum coin I can inspect with 4 measurements? How about 5 and more? Then I found the answer is 12*3^(n-3). I read most of the comments, I like the one solution to use 3x3 grid.

    • @David_K_Booth
      @David_K_Booth Před 9 měsíci

      I remember reading a solution in verse to the 12 coin problem in the early 1970s, possibly by H E Dudeney:
      "F" set the coins out in a row
      And chalked on each a letter, so
      To form the words: F AM NOT LICKED
      (An idea in his brain had clicked)
      And now his mother he'll enjoin:
      MA, DO / LIKE
      ME TO / FIND
      FAKE / COIN !

  • @revanthvr4359
    @revanthvr4359 Před 3 lety +2

    I have another answer for 1st question
    Seperate into 2 batches 6 and 6 balance them once 1 batch will either weight more or less then again seperate the weight variation into 2 batches 3 and 3 one batch will varry and balance the 2 guys while 1 guy waiting if they both weights same then the remaining person is diff weight

    • @ericray7173
      @ericray7173 Před 3 lety

      That was my solution

    • @miki_the_little198
      @miki_the_little198 Před 29 dny

      problem with that is that after first step you dont know which group has the odd man, because he could either be heavier or lighter

  • @008abhishekvishwakarma9
    @008abhishekvishwakarma9 Před 3 lety +15

    After watching the second approach I'm like toote udh gye bhaishab 😂😂

    • @gunmun2005
      @gunmun2005 Před 3 lety

      Toote ,kabutar
      Sab udgaye bro
      🥴

  • @xeoler4124
    @xeoler4124 Před 4 lety +43

    This is totally out of topic but isn't this the same riddle given by captain holt in the show B99 😕

    • @rudrapratapsingh6859
      @rudrapratapsingh6859 Před 4 lety +1

      Read the description

    • @alidhan1299
      @alidhan1299 Před 4 lety

      It's definitely older than that. The first time I heard this puzzle was from my uncle when I was a kid. It was years before the release of the show. Now I wonder about the origins of this puzzle.

    • @samjohnston1887
      @samjohnston1887 Před 4 lety +1

      Yes, but it wasn’t invented by Brooklyn writers.

    • @xeoler4124
      @xeoler4124 Před 4 lety +2

      Yeah obviously it must be much older of a puzzle ..... I was just pointing it out that this was mentioned in that show as well 😅

    • @Tara-fc2wo
      @Tara-fc2wo Před 4 lety +1

      I mean I'm here cause I saw the title and thought of B99 😂

  • @Akashkumar-ot1sw
    @Akashkumar-ot1sw Před 2 lety +2

    2nd way is take 11 mens first one in COM of see saw and 5 on left 5 on right then If one of them weighs more take those 5 mens (also as we know the middle one is not the odd men so we discard that man) and 2nd time make them sit 2 on left and 2 on right one on the middle and If this time also the more wighted 2 mens left take the COM one out take these 2 mens out.
    Then in last attempt you will get to know that who is more in weight definitely cuz this time only 2 mens are left and also the man which was left at first would not be the man with odd weight cuz if he was then there would be case 1 which I answered in the comment already
    Hope it helps 👍👍

  • @summertimevideos8110
    @summertimevideos8110 Před 3 lety +2

    Put 6 on both sides, find the heavier one then put 3 each from the heavier side. Once u find the heavier 3, put 2 of them on the scale, if one of them is heavier, then u found ur guy, if u don't its the third dude

  • @dhwyll
    @dhwyll Před 3 lety +3

    This problem was the climax of _With a Tangled Skein_ by Piers Anthony. The solution given was the same if the first weighing balanced, but it had an interesting concept for when the scale was unbalanced.
    Suppose at first weighing, you have:
    W1: H1 H2 H3 H4 vs L1 L2 L3 L4
    Meaning the side with Hs is heavier and the side with Ls is lighter.
    Then proceed as follows:
    W2: H1 L1 L2 L3 vs N1 N2 N3 L4
    If this balances, the odd one is one of H2, H3, or H4.
    Weigh:
    W3: H2 vs H3
    If this balances, the odd one is H4.
    If this does not balance, then the odd one is the heavier one of H2 and H3.
    But if W2: H1 L1 L2 L3 vs N1 N2 N3 L4 does not balance, there are two scenarios:
    If the H1 L1 L2 L3 side is still heavier, then the odd one is either H1 or L4.
    Weigh:
    W3: H1 vs N1
    If this balances, then the odd one is L4.
    If this does not balance, then the odd one is H1
    If the H1 L1 L2 L3 side is now lighter, then the odd one is one of L1, L2, or L3
    Weigh:
    W3: L1 vs L2
    If this balances, then the odd one is L3.
    If this does not balance, then the odd one is the lighter of L1 and L2.

  • @bhaskarpandey8586
    @bhaskarpandey8586 Před 4 lety +18

    Wow ! Soo Difficult !! I am grateful Google doesn't ask these questions nowadays otherwise every applicant will get the job !!! 🤣🤣🤣

  • @devildog6698
    @devildog6698 Před 7 měsíci

    Took me around 30 seconds. Put 4 on each side and leave 4 out. If the scale tips remove the 4 left out and the high side. If it balances remove those 8. Then take the 4 that were on the low side or the 4 that were not on the scale. Place those 4 men on the scale, 2 on each end. Remove the two from the high side. That’s the second scale move. Then take the remaining two men and put them on the scale. The heavy guy drops the scale to his side. That’s the third scale move. I then watched the video and the explanation. His explanation had me shaking my head

  • @joustintoribio
    @joustintoribio Před 9 měsíci +1

    I don't know if this is right but I did pause at the beginning of the video. Here's how I would solve it. Put 6 men on each side. The side with the odd weight will be highlighted. For the 2nd time put in 3 men on each side and again the odd will show up leaving 3 men. Now on the last time I could use the seesaw, I am gonna put 1 on each side. If it tilts then there goes the odd one. If it's balanced then it's the one standing. 👌🏻

    • @endeavor4299
      @endeavor4299 Před 9 měsíci +1

      How do you know which side has the odd weight? If the seesaw tilts right, it could either mean there’s a heavy man on the right side or a light man on the left

  • @wernerviehhauser94
    @wernerviehhauser94 Před 4 lety +8

    The big problem that threw me off track when I first was confronted with this problem in the late 90s is the amount of if/then/else branching you have to do. And if you know the 9 ball / 1 heavier problem, it actually makes it harder for you to solve this since you start off trying to solve it the same way, which does not work.

  • @saiprakash163
    @saiprakash163 Před 4 lety +8

    The hell of a question and hell of an explanation.. we need to get to the 2nd approach to make computers work... Hoping to get these type of puzzles 🤛

    • @heiko3169
      @heiko3169 Před 4 lety

      This puzzle actually gives a glimpse into how an AI model is trained. It compares known data to the test data. ;-)

    • @eriktrimble8784
      @eriktrimble8784 Před 3 lety

      Actually, the 2nd "solution" is a great example of poor optimization - that is, optimizing the WRONG THING. The 2nd solution only works better on an ideal machine - one which has no performance limits based on data set size, and no memory performance limits. Such machines, of course, don't exist in the Real World, and thus, the optimization done in the 2nd solution will perform significantly worse than a solution that uses the 1st solution as it's base algorithm, but which is tuned to understand how limits of hardware affect actual computation.

    • @toddsstuff1268
      @toddsstuff1268 Před 3 lety

      @@eriktrimble8784 for optimization, both explanations in the video are wrong. Elimination by consistent half is always mathematically the fastest procedure for narrowing. and also finds the Odd man in three steps in this situation. this approach would not always tell the weight of the odd man. but it would be more proficient to weight the odd man at the end instead of considering the weight of everyone during the process.

  • @RobertWF42
    @RobertWF42 Před 11 měsíci

    New Google hire brilliantly solves the puzzle!
    First task: "Could you help us maintain this Excel spreadsheet that tracks business metrics?"

  • @AlexDiesTrying
    @AlexDiesTrying Před 11 měsíci

    Took the one who gave me the puzzle 20 years ago 2 weeks to solve it. I did it in 2 days. Didn't make me very popular with him. I guess there are people who, without being trained in such logical structures, just take a few seconds.

  • @sramey101
    @sramey101 Před 3 lety +3

    Why's the solution you're proposing so complex, it's just a basic binomial sort and takes less than 30 seconds to solve

  • @AmritEdits13
    @AmritEdits13 Před 4 lety +30

    I ask this puzzles I'm my tution and no one is able to answer

  • @RapidReveal541
    @RapidReveal541 Před 3 lety

    My solution. Put half men on each side. It will either R or L. Now, each side put a man down so they come down in pair.
    See when the seesaw become balance. The last pair is the one having odd man. Weigh one of them with one normal man.
    You got your answer dude. Even with 100 men you only need 2 weighing.

  • @oz25
    @oz25 Před 9 měsíci

    Whilst the maths is very impressive, I would be asking...1/How do you know one man weighs diferently before the exercise starts if they haven't alteady been weighed? 2/Why can we only weigh three times? 3/Why do we need to know who has a different weight? 4/What are the men doing on the island?Knowing why you are doing something/the purpose of the data is also important. Logic. X

  • @Tom-H1
    @Tom-H1 Před 3 lety +24

    Me: *Doesn't understand something*
    Random indian man: I shall reach you.

  • @arpanmascarenhas1048
    @arpanmascarenhas1048 Před 3 lety +18

    Next time you're stuck on an island with 10 other unknown men who weigh the same, remember this 😌

    • @manassinha9145
      @manassinha9145 Před 3 lety

      Then the first thing that will come to my mind is "how to get the hell out of here"..

  • @Shafiat07
    @Shafiat07 Před 3 lety +1

    I use only two time, first time 6-6.
    One side wight is large,
    Split the large 3-3.
    3-3 using seesaw.
    There are equal the odd one is lighter to others,
    3-3 are not eqal the odd one is heavier.

  • @raterus
    @raterus Před 2 měsíci

    "Hey Guys, I brought donuts, have one, they taste great!"
    "You're odd..."

  • @SACHINVERMA-wh5ri
    @SACHINVERMA-wh5ri Před 4 lety +8

    Thnks a lot, it's really beneficial to all CSE students...This is a very good concept for dynamic programming

  • @joshcarson9919
    @joshcarson9919 Před 4 lety +8

    The moment when you thought you were smart and are proven wrong...

    • @sprytnychomik
      @sprytnychomik Před 3 lety +1

      Then it means that you've learned something new, so it's a win.

  • @user-wt1ul7ki6p
    @user-wt1ul7ki6p Před 11 měsíci +6

    There is an alternative way describing the 2nd method:
    Again, we use the seesaw independently. Instead of encoding on the results, we encode the men.
    We have total 3 times to use the seesaw. So, a man is encoded as X = (X₁, X₂, X₃), where Xₖ can be R, L, 0, and Xₖ = R (L) means this man appears on the right (left) side of the seesaw for the k-th turn, and Xₖ = 0 means the men does not appear on the seesaw for the k-th turn, k = 1, 2, 3.
    Now, the rule of encoding:
    0. Of course, each man must have a distinct encoding.
    1. Each turn, the number of men on the right and left sides must be equal, i.e. the number of R assigned to Xₖ must be the same as the number of L assigned to Xₖ, for all k = 1, 2, 3
    2. Each man must appear at least once on the seesaw, so you can not encode (0, 0, 0) to a man. (because even though we find everyone else having equal weights, we cannot make sure this odd man to be heavier or lighter: he never went on the seesaw!)
    3. If an encoding is assigned to a men, the inverse encoding (R L, e.g. X=(R, 0, R) vs X=(L, 0, L)) will be dropped (cannot be assigned to another man), otherwise since the two men always take the opposite positions, if one of the two men is the odd man, we cannot distinguish them (the results would be either A is lighter of B is heavier, but we cannot make sure which man of the two is odd).
    Similar to the arguments in the video, it's obvious that we need to drop (0, 0, 0), (L, L, L), and (R, R, R) to make number of R's and L's balanced. Similarly, we have 27-3 = 24 combinations, and by Rule #3, we only use half of them, and drop all the inverse encodes: So we use only 12 combinations, and assigned to 12 men.
    We further define the 3 results Y = (Y₁, Y₂, Y₃), where Yₖ can be 'R', 'L', or '='. Yₖ = 'R'('L') means the seesaw resulting in Right (Left) side heavier, while Yₖ = '=' means the seesaw balances, at the k-th turn.
    After we assigned the men's encoding, it's obvious, for example, if the results of the three times are Y = (L, R, =), it must be some men encoded either X=(L, R, 0) or X=(R, L, 0) to be the odd man. In this case, If we found a men is encoded as (L, R, 0) , we can also confirm this man is heavier (because the man stayed each time on the heavier side), while if we found men is encoded as (R, L, 0), we can confirm that man is lighter.

  • @ChannelMath
    @ChannelMath Před 11 měsíci +2

    Puzzle extension (Information theory):
    The puzzle asks you for 4.58496 bits of information (1 out of 12 people is log2(12) bits, plus one bit for whether the person is heavier or lighter).
    How many bits does weighing get you? Since it can show if two sides weigh the same, it seems to tell you 1 out of 3 possibilities, or log_2(3) = 1.58496 bits, and so 3 weighings give 3 times the info, or 4.75489 bits.
    since 4.75489 is just greater than the 4.58496 bits you are asked for, a solution possible, but just barely.
    Is this a correct Information theory analysis? and if so, does it prove it's possible to solve the riddle? And if so, what does it say (if anything) about how likely a random strategy is to yield enough information for a solution?

    • @BinJWu
      @BinJWu Před 7 měsíci

      Interesting. The calculation will also indicate that 13 is possible with 3 weighings, which is indeed true if one extra known non-odd person is available (so you don’t have same numbers on left and right scales).

  • @lordmahakaal
    @lordmahakaal Před 11 měsíci

    First divide group in 6 and 6 balance them,
    Heavier group of 6, balance them in 2 groups of 3
    3rd balancing: keep one man aside, balance 2 folks, if they are same weight, then person aside is odd or
    ...
    But i dont find if odd one is heavier or lighter

  • @jackalmytube
    @jackalmytube Před 3 lety +10

    The biggest problem of this interview question is that it does not tell you anything about the quality of the candidate, no matter if his answer is right or not. That is why Google failed in more projects then he successfully finished 🙂

    • @pavs9970
      @pavs9970 Před 3 lety +9

      Actually this type of question does help know more bout a person. It helps Google know whether the person is a creative, quick or logical thinker. By answering the question in a creative way, maybe google would want to hire them, for creative solutions to problems. If they can answer the question quickly, then that person is great for quick responses to problems. And if they are logical in there answer then, there’s a great chance that the person makes smart decisions. Also if the person maybe takes longer to answer, they may be the type of person to make an informed choice to a decision. All these types of answering a simple question could really show how the person thinks when asked a spontaneous question. Although I do agree that only 1 question does not determine how the person actually makes decisions or choices, it gives a good gist on how the person thinks in an interview setting, with the stress. 🙂

    • @TheJacklikesvideos
      @TheJacklikesvideos Před 2 lety

      Literally any question can at least lead to inference of something qualitative. You have no clue what position the person is applying for or what qualities that are looking for, just made an empty negative claim.

    • @jackalmytube
      @jackalmytube Před 2 lety

      @@TheJacklikesvideos During my carrer, I have interviewed dozens of people and yet I am far from to be an expert but I have at least SOME experience. May I ask you what real experience you have?

  • @JagatK_
    @JagatK_ Před 3 lety +24

    Lesson learned :
    Always take a weight machine with you, when you go to an island. 🙏

  • @baronfam8747
    @baronfam8747 Před 3 lety

    All 12 on the seesaw, 6 on each side. Then have one from each side step off. Repeat until there's a change. Once the change is found have all step off and the two that caused the change to get on one side with two others on the other side. Have one from each side step off. Change? Then the one that stepped off on the affected side is guilty. No change? The other is.
    I've used the seesaw twice. To use the seesaw you have to load it and then unload it. The load/unload process happened two times.

  • @gibbeldon
    @gibbeldon Před 2 lety

    I know the puzzle using coins instead of men with a scale instead of a seesaw and one has to figure out the faked one.
    I did solve it like the following:
    N - normal weight (eliminated)
    L - if it's different, it's lighter
    H - if it's different, it's heavier
    First Round:
    Split in three groups
    4 | 4 | 4
    weigh: 4 vs 4
    == Case 1: Scale level => 8N | 4
    We got to eliminate 8 and only need to deal with 4 in 2 rounds.
    == Case 2: Scale unlevel => 4H | 4L | 4N
    We still have 8 to deal with, but we already know whether they are lighter or heavier.
    Second Round:
    Coming from Round 1, Case 1 (R1C1)
    Split: 1 | 3 | 8N
    weigh: 3 vs 3N
    == Case 1: Scale level => 1 | 11N
    Solution is trivial, we are done here.
    == Case 2/3: Scale unlevel => 3H/L | 9N
    Either case will be solved the same way.
    Coming from R1C2
    Split: 3H+1L | 1H+3L | 4N
    weigh: 3H+1L vs 3N+1H (one could switch weights here)
    == Case 1: Scale level => 3L | 9N
    Same as R2C2/3
    == Case 2: Scale tilts towards 3H1L => 3H | 9N
    Same as R2C2/3
    == Case 3: Scale tilts towards 3N1H => 1H | 1L | 10N
    Counterpart to R2C1, trivial solution, we are done.
    Third Round:
    Apart from the trivial cases that are solved by weighing 1(H/L) vs 1N,
    there is really only one left.
    Split: 3H/L | 9N
    weigh: 1H vs 1H (or 1L vs 1L)
    == Case 1: Scale level => 1H/L | 11
    done.
    == Case 2: Scale unlevel => 1H/L | 11
    done.

  • @ninthelement7289
    @ninthelement7289 Před 3 lety +13

    The solutions presented are quite impressive. My personal solution involved some lateral thinking:
    1. Take half of the 12 men randomly, and weigh them against each other (3 vs 3). If the seesaw is balanced, we know the other half of the men contains the suspect, otherwise he is in the half that was weighed. So now we have identified the suspect group, and the even group, each with half of all the men.
    2. Take the even group and put them all on one side of the seesaw, and the suspect group on the other side. The seesaw will be unbalanced slightly, and now we will know whether the suspect is lighter or heavier .
    3. With all the men still on the seesaw, instead of having everyone get off at once, have just 1 man from each side get off at the same time, and continue the disembarkation in this manner. When the seesaw becomes balanced, pause to acknowledge that the last man who got off the seesaw from the suspect side is the one with the odd weight, unless it is the last man from the suspect group in which case it will remain unbalanced when there is one man left from each side.
    This technically only uses the seesaw twice, and can be scaled up to any number of men assuming the seesaw is big enough to support them all. The method of each side taking it turns to let a man off makes sense too because the first man to get off will make the other side heavier and sink closer to the ground, making it easier for them to leave.

    • @TomCee53
      @TomCee53 Před 2 lety +2

      Actually, each observation is considered a trial, so this doesn’t work in the allotted trials. Good logical thinking, though. 👍🏻👨🏼‍🏫

    • @TrueHolarctic
      @TrueHolarctic Před 11 měsíci +1

      ​@@TomCee53that depends on definition of 'use' in the problem. Which opens the possibility for many interpretations

    • @vitang8926
      @vitang8926 Před 10 měsíci +1

      pick one to stand on seesaw...and line up everyone else..........done!

    • @sly1024
      @sly1024 Před 7 měsíci

      That is why a computer programming definition is more precise. You can call a function measure(men_left_side, men_right_side) which gives you the output L, R, =, and you can only call it 3 times. No ambiguity.

  • @subhambisht8327
    @subhambisht8327 Před 3 lety +3

    So simple first divide 6-6 then weigh them then take odd one side on account then divide them 3-3 then take odd again and then chose randomly two of them and eliminate the the odd one

  • @lilledirr
    @lilledirr Před 3 lety

    I came up with a totally diferent approach. If the defenition of using the scale is to put objects on it to see the result I would:
    1, Place everyone on the midle and ask one person on each side to walk to the end. The scale will be balanced until we find the odd one. then we have two candidates.
    2, Compare the first candidate to the control group in the midle.
    3, Compare the second one to the control group if needed.

    • @TheJacklikesvideos
      @TheJacklikesvideos Před 2 lety +1

      Man, everyone thinks they've stumbled into greatness pretending constant adjustment and observation is a single instance of weighing.

  • @noeldunn126
    @noeldunn126 Před 9 měsíci +1

    I have not read all comments, so this may be covered already. The puzzle clearly makes the simplification of not taking account of the distance of individual men from the fulcrum. Further away from fulcrum greater lever arm, and vice versa. If this simplification were removed, this would make things way harder.
    Maybe it should be noted in the intro that somehow all men stand at equal distance from fulcrum - thus eliminating the effect of differing lever arms (force x distance)

    • @donsurlylyte
      @donsurlylyte Před 9 měsíci

      right, that's why it is shit. if they had used a balance scale instead of a seesaw it would be different.

    • @donsurlylyte
      @donsurlylyte Před 9 měsíci

      and a point for you for pointing that out.

  • @sushantkanojiya8342
    @sushantkanojiya8342 Před 4 lety +7

    Okay, Now I got why I am not in Google. 🙄😟😅😂

  • @Akashkumar-ot1sw
    @Akashkumar-ot1sw Před 2 lety +3

    Thanks bro for questions actually its improving my logical thinking I actually solved it using COM(physics) concept. 👍👍

  • @obakengpilane7875
    @obakengpilane7875 Před 9 měsíci

    My approach was like this
    1st split the 12 men into 2 groups and weigh them
    Obviously the seesaw won't be balanced
    Remove one from each side and observe a change
    If the seesaw is still unbalanced repeat
    If the seesaw gets balanced that means one of those I just removed is the odd man
    I then remove the rest from the seesaw and weigh the last 2 I just removed against each other
    Therefore we will know if the odd man is heavier or lighter

    • @obakengpilane7875
      @obakengpilane7875 Před 9 měsíci

      Couldn't edit for some odd reason
      * when the seesaw changes and becomes balanced I set aside the 2 I recently removed and then get rid of all but one from the rest
      I then weigh one of the recently removed against the one normal man
      If balanced the one outside is the odd man
      If unbalanced then it will be revealed if the odd man Is lighter or heavier

  • @kidcantstop
    @kidcantstop Před 7 měsíci

    How about 1st, weigh 6 v 6. The lighter 6 we split into 3 and weigh 3 v 3 (2nd). Take the lighter 3 and weigh 2 of them (3rd). You will have either the obvious light person, or 2 equals, and we know the person not on scale is light.

  • @cricketcoachingforchildren4446

    This is indeed a nice puzzle which tests your logic and patience.

  • @AttilaAsztalos
    @AttilaAsztalos Před 3 lety +27

    Turns out I'm not interested in any job that throws puzzles at you when hiring.

    • @jayceh
      @jayceh Před 3 lety +1

      Yah fuck logical reasoning

  • @wanttodor_mir
    @wanttodor_mir Před 3 lety +2

    In your last example 4 could be lighter as well. I don‘t see why 5 should be the unique correct answer.

    • @peterdavis9403
      @peterdavis9403 Před 3 lety

      If 4 was Light the 3rd Weighing balance would have been = but it wasn't

    • @wanttodor_mir
      @wanttodor_mir Před 3 lety

      ​@@peterdavis9403 Ah, now I see it, yes.

  • @username-ur6dq
    @username-ur6dq Před rokem +1

    Just to add on this, coding this is actually very trivial, because if you assign L=0, (=) = 1, R = 2 than the numbering of the people will match the weighting scheme if you look at the numbers in base 3

  • @sagarbhowmick7274
    @sagarbhowmick7274 Před 4 lety +3

    3 friends A B and C,C knows how much time A and B individually watched Titanic movie.C said, between a and b, one of them watched the movie 1time more...
    A said B= video watched one time more than me?
    B replied- No,Did You?
    A said- No,but i got it, how much time you watched Titanic movie.
    B said,- O really? Then I also know how much time you watched Titanic movie...
    Question is how much times A and B watched Titanic movie?

    • @belajarsudoku
      @belajarsudoku Před 4 lety

      A: once
      B: twice

    • @belajarsudoku
      @belajarsudoku Před 4 lety

      But I think this one is also a possibility
      A: twice
      B: three times
      isn't it?

    • @anksssssssss
      @anksssssssss Před 4 lety

      If b didn't know that at start how many times a watched , how could he ans the first question ?

    • @belajarsudoku
      @belajarsudoku Před 4 lety

      @@anksssssssss I think the writer meant to write "A to B: Did you know whether you watch video more than me?"

  • @PsyQoBoy
    @PsyQoBoy Před 3 lety +5

    It's basically a mathematical induction of finding out the Imposter in Among Us.

  • @HemantPandey123
    @HemantPandey123 Před 3 lety

    6,6 then 3,3 then 1,1. Else 2,2 after 6.Done. The division by 3 trick will work when total cases are power of three like 9, 27, 81 etc. Since 12 has both powers of three and two both methods will work.
    Similarly for 18 balls 6,6,6 and 9,3,1 will both work. Hence for 3n and 3n+1 cases division by 3 method will work well. For numbers which are 6n both by 2 and by 3 work.
    For 3n+2 balls like 14 (even) division by 2 is optimal.
    For 3n+2 balls (odd) like17, division by 2 is again better.

  • @ganeshnimbalkar2792
    @ganeshnimbalkar2792 Před 3 lety

    I found one more approach. Please tell me if it fails for some test case.
    So,
    W1: measure 6v6, remember which side was up and which one was down.
    W2: take any one side of 6 mens from previous step.
    measure 3v3.
    Case1: they balance. Means the odd man is in 2nd group (in W1).
    If that group was up that means odd man was light weight.
    If that group was down means odd man was heavy.
    Case 2: they don't balance.
    means odd man is in this group.
    That means in first step (W1). He caused the weight to shift.
    So in first step (W1) if this group was up this means the odd man is lighter and if this group was down then odd man was heavier.
    So in the 3v3 results check which side matches the results of W1.
    The odd man is in that side.
    So, after W2 we know that if the odd man is heavy or light. One question is answered.
    W3: we have 3 men's from W2 and we if he is lighter or heavier.
    Keep one man outside.
    measure 1v1.
    Case 1: they balance.
    means the one who is outside is odd man.
    Case 2: they don't balance.
    We know from W2 whether the odd man is lighter or heavier.
    see which one of them matches the to the conclusion from W2.
    If you don't understand the approach.
    Just make two test cases.
    1. Add light weight man.
    2. Add heavy weight man.
    and follow the steps.
    Please let me know if theres anything wrong with this approach. I would be very happy to find it.

  • @noellerhee463
    @noellerhee463 Před 4 lety +28

    I’m Quite Sure That This Is. a Teded Riddle. I remember doing a similar riddle like this

    • @kabir97
      @kabir97 Před 4 lety +3

      You need to identify whether the defective object is lighter or heavier.... that makes it difficult.... whereas in ted-ed version you don't have to find out the defect.

    • @aabhyaahuja3140
      @aabhyaahuja3140 Před 4 lety +1

      Yes ur right

    • @prasadsawant1358
      @prasadsawant1358 Před 4 lety +1

      Yup the coin riddle

    • @Thaplayer1209
      @Thaplayer1209 Před 4 lety

      kabir md in ted-Ed version, you don't know whether the fake coin is lighter or heavier too.

    • @incendiary6243
      @incendiary6243 Před 4 lety

      @@Thaplayer1209 that video gives the path to determining both the odd coin and whether or not it is heavier or lighter

  • @manmeetkaur6957
    @manmeetkaur6957 Před 4 lety +5

    •Divide 6-6 on each side of see-saw and then note the one side which is tilting.
    •Then from the chosen 6, divide 3-3 on each side and note which side is tilting
    •Now that one last turn left( as your condition was to use see-saw 3 time) so divide 3persons into 1 on one side and 2 on the other then note which side is tilting and you'll get the answer

  • @kokulperinparajah4148
    @kokulperinparajah4148 Před 3 lety +1

    I am very average student from sri lanka and i was solved this puzzle when i was 17 and i know that i was correct 😌

    • @TheJacklikesvideos
      @TheJacklikesvideos Před 2 lety

      There are countless sophomores elsewhere in these comments very confidently assuring the same blatantly invalid solution. You sound just like them but offer no attempted solution at all.

  • @timcarter8664
    @timcarter8664 Před 3 lety +1

    12 men.
    3 uses of seesaw.
    1: 6 on one side, 6 on another side.
    --- Take heavier side. (Down to 6 men)
    2: 3 on one side, 3 on another side.
    --- Take heavier side. (Down to 3 men)
    3: 1 on one side, 1 on another.
    -- If Balanced: The one you left out is the heavier man.
    -- If Unbalanced: Take the heavier side.

    • @awekeningbro1207
      @awekeningbro1207 Před 3 lety

      Lol what? part question is to find whether the odd man is lighter or heavier. But here, you are assuming the heavier it is.

    • @awekeningbro1207
      @awekeningbro1207 Před 3 lety

      And What if the suspect is lighter? Your attempt just fails at your step 1 because the "heavier" ones you choose are all like weighted one.

    • @timcarter8664
      @timcarter8664 Před 3 lety

      @@awekeningbro1207 if it's lighter. It's reversed. Take the lighter side. Not hard to grasp.

  • @mohdshahil399
    @mohdshahil399 Před 4 lety +5

    I haved watched almost all of your videos...and this video could be hardest one😂

  • @gameonyolo1
    @gameonyolo1 Před 4 lety +10

    But when given in an interview, how much time do we have to answer and do we get pen and paper?

    • @haio7710
      @haio7710 Před 3 lety +1

      We get pen 🖊️ and paper 📓 but only three minutes

    • @Ħæïķăł
      @Ħæïķăł Před 3 lety

      @@haio7710
      Three?!!!
      No thx

    • @guitaek4100
      @guitaek4100 Před 3 lety

      Jesus did anyone ever solved it without knowing the solution beforehand?

    • @svilenacarapica4491
      @svilenacarapica4491 Před 2 lety

      @@guitaek4100 Ofc not. Thats why youll never have a riddle on a job interview. It doesnt provide any info about the candidate. Its pointless. Talking as a Psychologist.

    • @guitaek4100
      @guitaek4100 Před 2 lety

      @@svilenacarapica4491 Interesting. In my job interview I had a riddle (not google) I didn't found the solution my own however I found an own (not as good as) solution. I guess it should test you wether you're creative. So why do you think it's pointless?

  • @johnvriezen4696
    @johnvriezen4696 Před 11 měsíci

    A seesaw does not compare weights. It compares torque. It will balance = only if torque is same on both sides and that's highly unlikely as men will not be at exactly the same distances from the center. The puzzle makes much more sense (cents?) with coins on a balance scale where the weight is concentrated at the pan's suspension point.

  • @rajarshibasak559
    @rajarshibasak559 Před 3 lety

    This is a very easy question.
    My solution-
    6 vs 6 here we know odd man is heavier or lighter. Let's say lighter.
    Which side is up or down, we will take those 6 people and 3 vs 3.
    Now again which part is up or down we take those 3 .
    Now we will take any 2 and measure. Is they are equal then third man is odd. Else we will take ligher side man as odd man as we find that the 12 th man is lighter.
    😎

  • @satvik333S3
    @satvik333S3 Před 3 lety +3

    Thank you very much sir for sharing such a important and valuable problem with solution and all your videos helped me a lot in improving my knowledge and I am now able to ace many of the aptitude test and I am really thankful to you a lot sir and plz keep posting videos. I am your big fan sir

  • @abdullahhadi6564
    @abdullahhadi6564 Před 3 lety +3

    Me(when he said there is a twist at the end):are they blind???..... Can't they figure out just by seeing!!! Lol i was wrong.. 😂😂

  • @cmilkau
    @cmilkau Před 4 lety

    My version with coloured hats (all hats have equal weight)
    Strategy behind this is, roughly, that you have 1/3 of non-greens off-scale, 1/3 of them staying on their side and 1/3 of them switching side. If the scale balances the odd one is off the scale, if the scale switches the odd one is in the group that switched and if the scale stays the odd one is in the group that stayed.
    1. Everyone gets a white hat (white like blank paper)
    2. Whenever the scale is balanced, everyone on it trades their hat for a green one (green like all good, not the odd one out)
    3. Whenever the scale is imbalanced, everyone NOT on the scale gets a green hat (because the odd one out must be on the scale)
    4. On the "lighter" side, if any, white hats are traded for blue hats (blue like air) and black hats (black like ground) are traded for green hats.
    5. On the "heavier side", if any, white hats are traded for black hats and blue hats are traded for green hats
    6. Start by weighing 4 vs. 4. You get 8green/4white or 4blue/4black/4green.
    7. Continue weighing 3 white vs. 3 green or 3blue+1black vs. 3green+1blue
    8. You now have 1 white or 3 blue or 3 black or 1 of each blue and black, all the others are green (this is a bit tedious to check, but straightforward).
    9. weigh 1 blue vs. 1 blue or 1 black vs. 1 black, if possible. If not you weigh a non-green vs. a green.
    10. You now have 11 greens and a blue or a black (even more tedious to verify, sorry).

  • @HYOKSU1
    @HYOKSU1 Před 8 měsíci

    Hmm. Why not..
    W1: 6 vs 6 -> heavy group proceed
    W2: 3 vs 3 -> heavy group proceed
    W3: pick 2 randomly -> 1 vs 1 -> if one is heavier then he is certainly the heavy man. If the seesaw is balanced then, the 3rd is certainly the heavy man

  • @kartik-agarwal
    @kartik-agarwal Před 4 lety +4

    Amazing

  • @ashisharma888
    @ashisharma888 Před 4 lety +4

    Good one...

  • @getchrismo
    @getchrismo Před 10 měsíci

    Split into 2 groups of 6, then heaviest group into 2 groups of 3, then get the heaviest 3 and get 2 men to stand on the seesaw. If unbalanced that’s the heaviest guy, if balanced, the man not on the seesaw is heaviest.

  • @iyappanr7527
    @iyappanr7527 Před 3 lety

    It is a very easy buzzle,
    Divide 12 into 6 and 6,,
    1) 6 on one side and another 6 on other side of see saw..
    Now we know only one group has higher lesser weight
    2) now divide 6 men into 3 group
    2 groups on the see saw, we can find which group has high or less weight
    3) from 2 men group one and one
    Higher or lesser weight person find out

  • @gman3243
    @gman3243 Před 3 lety +3

    I found a diffrent way: It has to do with the fact that the distance from the center matters. Ex if the odd man is near the end the saw's change will be more dramatic. Using this approuch we can split the men in half and find two possible candidates. Weight each candidate with a normal man and boom it works. It also works with any amount of men.

    • @sommarsam3468
      @sommarsam3468 Před 3 lety

      But you don’t know how much more or less the odd man weighs. If someone slightly lighter than the rest would stand near the end, wouldn’t the change be less dramatic compared to if someone much, much heavier stood closer to the center? We wouldn’t know the difference in weight and therefor this approach could fail to find the odd man.

  • @zilvarro5766
    @zilvarro5766 Před 3 lety +6

    Here is a simpler algorithm for the general case: For each step, balance the Positions in such a way that 2 * Unknowns + 1 * Suspects is the same no matter what the scale does. (If not perfectly possible, place the remainder ON the scale.)
    This does not account for cases where there are not enough Confirmed Persons to make sure both sides of the scale have the same number of persons.

    • @coraxster
      @coraxster Před 3 lety

      Working solution. I've solved this puzzle the same way.

  • @junkoe3808
    @junkoe3808 Před rokem +1

    Oh I actually solved this problem back in 2019 or 2018 because a friend sent it to me. Spent a good 30 min on it.

  • @zeeandrew2876
    @zeeandrew2876 Před 3 lety

    In my solution why need a case study ...we can point exactly who is lighter or heavier
    6-6 first each (1st)
    Then 2-2 each (2nd)
    If goes down or up either way compare both the 2 with each other ....
    If it is equal then then compare the remaining ones
    Simple and easy .....
    No different case study required

  • @Champiansh
    @Champiansh Před 4 lety +8

    amazing!!

  • @Athrun000
    @Athrun000 Před 4 lety +4

    I guess i'm not working for Google in this lifetime then

  • @parthsolanki5741
    @parthsolanki5741 Před 3 lety

    you can also divide 12 people into two groups of 6 people
    1) balance 6 and 6 and whichever is higher select that group
    2) now balance 3 and 3, select whichever is higher
    3) now you have 3 people, now balance only two people if it balances out then it is the third person who is havier, if it is not balanced then you have found that person.

  • @vishvaraj501
    @vishvaraj501 Před 3 lety

    1)6-6
    2)3-3
    3) now we have 3 persons but 1 chance simple just compare only two of them
    1)if the weigher is equal the remaining one is odd or
    2) the balance which side is differ that is the answer