From 43136070bd1796501946a94ef14367fb4ec8fedd Mon Sep 17 00:00:00 2001 From: osmarks Date: Wed, 19 Mar 2025 13:20:59 +0000 Subject: [PATCH] =?UTF-8?q?Edit=20=E2=80=98quant=5Finterview=5Fquestions?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quant_interview_questions.myco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quant_interview_questions.myco b/quant_interview_questions.myco index 652c021..d9794be 100644 --- a/quant_interview_questions.myco +++ b/quant_interview_questions.myco @@ -15,7 +15,7 @@ * What is the sum of the numbers one to 100? * Two entangled quantum prisoners choose Cooperate or Defect in superposition. If measured in a Bell basis, payoffs are superposed. Derive the Nash equilibrium when payoffs are \( \sqrt{2} \$ \) for mutual cooperation. * You have a 3 gallon jug and 5 gallon jug. How do you measure out exactly 4 gallons? Is this possible? -* You have 17 coins and I have 16 coins, we flip all coins at the same time. If you have more heads then you win, if we have the same number of heads or if you have less then I win. What's your probability of winning? +* You have 17 coins and I have 16 coins. We both flip the all coins at the same time. If you have more heads then you win; if we have the same number of heads or if you have less then I win. What's your probability of winning? * What is the probability you draw two cards of the same color from a standard 52-card deck? You are drawing without replacement. * You're in a room with three light switches, each of which controls one of three light bulbs in the next room. You need to determine which switch controls which bulb. All lights are off to begin, and you can't see into one room from the other. You can inspect the other room only once. How can you find out which switches are connected to which bulbs? Is this possible? * Find the smallest multi-digit prime number that is a palindrome with an even number of digits.