From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.185.79 with SMTP id cn15mr10182763qab.4.1364339890250; Tue, 26 Mar 2013 16:18:10 -0700 (PDT) X-Received: by 10.49.82.134 with SMTP id i6mr1243559qey.20.1364339890231; Tue, 26 Mar 2013 16:18:10 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news-out.readnews.com!transit3.readnews.com!209.85.216.87.MISMATCH!t2no18057273qal.0!news-out.google.com!k8ni11100qas.0!nntp.google.com!ca1no8590362qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Mar 2013 16:18:10 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=152.15.9.249; posting-account=OorKfwoAAAAEG64-jj7QakHqbp6ymd2J NNTP-Posting-Host: 152.15.9.249 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5c51e9ce-b8d1-42f1-999c-a37c3c600bc8@googlegroups.com> Subject: Three of a crime Card game From: gattamaneni abhiram Injection-Date: Tue, 26 Mar 2013 23:18:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2189 Xref: number.nntp.dca.giganews.com comp.lang.ada:180790 Date: 2013-03-26T16:18:10-07:00 List-Id: Three-of-a-crime is a simple logic game for up to 3 players. There are 7 different criminals. The computer randomly chooses three of these (the "perpetrators"), but doesn't tell the players which are chosen. The computer then puts down three random criminals. 0, 1, or 2 of these may be the actual perpetrators. The computer also tells the player how many (but not which) of the three criminals are perpetrators. The players may either guess which three criminals are the actual perpetrators or they may pass. If a player guesses wrong, she is out of the game and the other players continue. If no player chooses to guess, the computer puts down another three randomly chosen criminals (0, 1, or 2 of which may be actual perpetrators) and tells the players how many (but not which) of these are actual perpetrators. Players can again use logic to deduce the three actual criminals and may guess. Play continues until some player guesses correctly or until all players have guessed incorrectly. I am not able to deduce the logic. Can anyone please help me with the logic?