Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Oct 19, 2014
I'm tempted to tag #-Link-Snipped-# who cracked all such questions and went to IIM Indore. I always got severe headaches upon reading those questions.
-
@prasad-aSUfhP • Oct 19, 2014
I'd say that the solution sheet is wrong 😀
Regarding the first question (money order), its a simple equation. commission = (floor((x - 0.01)/10) + 1 )/2 ... use this formula on both the amounts (71 and 47). You will get the answer (correctly marked)
Regarding the second question, for 11 coins, lets say in the first round X picks x1 and Y picks y1. so for X to win, we know that
11 - x - y <= 6 (since X is smart and wants to finish the game in the second round)
11 - x - y > 1 (at the end of one round, at least 1 coin is remaining)
and x <= 5, x >= 1
and y <= 5, y >= 1
I'd guess x to be 4 (since that way, whatever Y picks, X can pick just the right amount to keep just 1 coin in the 2nd round). Which brings me to why I think the soln sheet is wrong. -
@thebigk • Oct 19, 2014
☕ ...I'll envy you for my life, #-Link-Snipped-# .
-
@ramani-VR4O43 • Oct 19, 2014
The coin problem has multiple solutions: 2, 3 and 4 are all valid. In my opinion the question is wrongly worded. If it were: "How many should he not pick up in the beginning to ensure a win no matter what strategy Y adopts?" the answer would be 5.