All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Logic
An easy whodunit (Posted on 2017-03-08) Difficulty: 2 of 5
Mr. Smith was murdered in Kansas City. The police determined that the time of death was between 11:10 pm and 11:30 pm. Four suspects were questioned: Butler, the butler; Cook, the cook; Ruby, the maid; and Irma, Mr. Smith’s secretary.

The suspects made the following statements:
Butler: I did not do it. Irma did it. Mr. Smith was blackmailing Irma. Ruby and I were watching television together from 10:10 p.m. until 12:30 a.m.
Cook: I am innocent. Irma was being blackmailed. Butler murdered Mr. Smith. I saw Irma leave the house at 10:00 p.m.
Ruby: I am innocent. Butler and I were watching television together at the time of the murder. Irma was being blackmailed. I saw Irma speaking to Mr. Smith at 9:30 p.m. on the night of the murder.
Irma: I did not kill Mr. Smith. I was not being blackmailed. I was in St. Louis during the entire night of the murder. Ruby is the murderess.

If each suspect made exactly two true statements and told exactly two lies, determine who killed Mr. Smith.

See The Solution Submitted by Ady TZIDON    
Rating: 3.3333 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution No Subject | Comment 5 of 9 |
<style type="text/css">P { margin-bottom: 0.21cm; }</style>

It's true, it is an easy whodunit. Nevertheless it is an amusing and interesting one: There is a need to distuinguish conditional from biconditional connections. For example, from the truth of the statements by the butler and Ruby, saying that they were watching tv together at the time of the murder, follows the truth of their innocence. But from the truth of their innocence does not follow that they were watching tv at the time of the murder. And from the falsity of what they are saying, it does not follow that either the butler or Ruby is the murderer.

The proof below makes only sense if one is interested to see as many small steps as possible, otherwise it is ridiculous. If one is interested to see an efficient method of reasoning, we can look at the far better proof given by hoodat.

We know that only one of the four suspects (B,C,R,I) did the murder (premises 1 - 7). Our goals are to show that neither B nor C nor I can be the murderer (three subproofs) and therefore R must be the murderess.

The proof begins with 55 premises. Many of them are superflous (especially the doubles no. 30 and no. 46).

Propositional variables:

B = Butler is the murderer

B1-B4 = Each for the true statements of Butler

C = Cook is the murderer

C1-C4 = Each for the true statements of Cook

R = Ruby is the murderess

R1-R4 = Each for the true statements of Ruby

I = Irma is the murderess

I1-I4 = Each for the true statements of Irma


Premises 1 - 7:

The murderer was one of the four suspects and acted alone:

1. B v C v R v I

2. ~(B & R)

3. ~(B & C)

4. ~(B & I)

5. ~(R & C)

6. ~(R & I)

7. ~(C & I)


Premises 8 - 11:

Each suspect made two true statements and told two lies:

8. ( ((B1 & B2) & ~(B3 v B4)) v ((B1 & B3) & ~(B2 v B4))

      v ((B1 & B4) & ~(B2 v B3)) v ((B3 & B4) & ~(B1 v B2))

      v ((B2 & B4) & ~(B1 v B3)) v ((B2 & B3) & ~(B1 v B4)) )

9. ( ((R1 & R2) & ~(R3 v R4)) v ((R1 & R3) & ~(R2 v R4))

      v ((R1 & R4) & ~(R2 v R3)) v ((R3 & R4) & ~(R1 v R2))

      v ((R2 & R4) & ~(R1 v R3)) v ((R2 & R3) & ~(R1 v R4)) )

10. ( ((C1 & C2) & ~(C3 v C4)) v ((C1 & C3) & ~(C2 v C4))

        v ((C1 & C4) & ~(C2 v C3)) v ((C3 & C4) & ~(C1 v C2))

        v ((C2 & C4) & ~(C1 v C3)) v ((C2 & C3) & ~(C1 v C4)) )

11. ( ((I1 & I2) & ~(I3 v I4)) v ((I1 & I3) & ~(I2 v I4))

        v ((I1 & I4) & ~(I2 v I3)) v ((I3 & I4) & ~(I1 v I2))

        v ((I2 & I4) & ~(I1 v I3)) v ((I2 & I3) & ~(I1 v I4)) )


Premises 12 - 55:

Conditional or biconditional connections from the suspects' statements:

12. (B1 <-> ~B)

13. (B2 <-> I)

14. (B3 <-> R3)

15. (B3 <-> C2)

16. (B3 <-> ~I2)

17. (B4 <-> R2)

18. (B4 -> ~(B v R) )


19. (R1 <-> ~R)

20. (R2 -> ~(B v R) )

21. (R3 <-> C2)

22. (R3 <-> ~I2)

23. (R4 -> ~I3)


24. (C1 <-> ~C)

25. (C2 <-> ~I2)

26. (C3 <-> B)

27. (C4 -> ~I3)


28. (I1 <-> ~I)

29. (I2 <-> ~B3)

30. (I2 <-> ~R3)

31. (I2 <-> ~C2)

32. (I3 -> ~I)

33. (I3 -> ~R4)

34. (I3 -> ~C4)

35. (I4 <-> R)


36. (~B1 <-> B)

37. (~B2 <-> ~I)

38. (~B3 <-> ~R3)

39. (~B3 <-> ~C2)

40. (~B3 <-> I2)

41. (~B4 <-> ~R2)

42. ( (B v R) -> ~B4)


43. (~R1 <-> R)

44. ( (B v R) -> ~R2)

45. (~R3 <-> ~C2)

46. (~R3 <-> I2)


47. (~C1 <-> C)

48. (~C2 <-> I2)

49. (~C3 <-> ~B)


50. (~I1 <-> I)

51. (~I2 <-> B3)

52. (~I2 <-> R3)

53. (~I2 <-> C2)

54. (I -> ~I3)

55. (~I4 <-> ~R)

____


     56.   B                                                                  SUBPROOF 'Butler'

    ---

    57. ~B1                                                               <-> Elim. 36,56

    58. ~B4                                                               -> Elim. 42,56

    59. ~B1 & ~B4                                                    & Intro 57,58

    60. B2 & B3                                                        Tautol.Conclus. 8,59

    61. B2                                                                  & Elim. 60

    62. I                                                                     <-> Elim. 13,61

    63. B & I                                                             & Intro 56,62

    64.  _|_                                                                 Contrad.Intro 4,63


65. ~B                                                                       ~ Intro 56 - 64


    66.   C                                                                  SUBPROOF 'Cook'

    ---

    67. ~C1                                                                <-> Elim. 47,66

    68. ~R                                                                  Disj.Syll. 5,66

    69. ~I4                                                                 <-> Elim. 55,68


        70.   C4                                                          SUBSUBPROOF

        ---

        71. ~I3                                                            -> Elim. 27,70

        72. ~I3 & ~I4                                                  & Intro 69,71

        73. I1 & I2                                                      Tautol.Conclus. 11,72

        74. I2                                                               & Elim. 73

        75. ~C2                                                           <-> Elim. 31,74

        76. ~C1 & ~C2                                                & Intro 67,75

        77. C3 & C4                                                    Tautol.Conclus. 10,76

        78. C3                                                               & Elim. 77

        79. B                                                                <-> Elim. 26,78

        80. B & C                                                         & Intro 66,79

        81.  _|_                                                             Contrad.Intro 3,80 (or 65,79)


    82. ~C4                                                                  ~ Intro 70 - 81


    83. ~C1 & ~C4                                                     & Intro 67,82

    84. C2 & C3                                                         Tautol.Conclus. 10,83

    85. C3                                                                   & Elim. 84

    86. B                                                                    <-> Elim. 26,85

    87. B & C                                                             & Intro 66,86

    88.  _|_                                                                  Contrad.Intro 3,87


89. ~C                                                                        ~ Intro 66 - 88


    90.   I                                                                     SUBPROOF 'Irma'

    ---

    91. ~I1                                                                   <-> Elim. 50,90

    92. ~R                                                                    Disj.Syll. 6,90

    93. ~I4                                                                   <-> Elim.  55,92

    94. ~I1 & ~I4                                                        & Intro 91,93

    95. I2 & I3                                                            Tautol.Conclus. 11,94

    96. I3                                                                    & Elim. 95

    97. ~I                                                                   -> Elim. 32,96

    98.  _|_                                                                  Contrad.Intro 90,97


99. ~I                                                                        ~ Intro 90-98


100. ~B & ~C & ~I                                                 & Intro 65,89,99

101. B v C v R v I                                                   Reiteration 1

102. R                                                                     Tautol.Conclus. 100,101


Ruby killed Mr. Smith.



Edited on March 20, 2017, 10:45 am

Edited on March 20, 2017, 10:54 am

Edited on March 20, 2017, 11:19 am

Edited on March 20, 2017, 1:52 pm

Edited on March 20, 2017, 1:54 pm
  Posted by ollie on 2017-03-20 10:33:23

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information