A group of 25 consists of knights, knaves and liars. Each was asked two questions. 17 answered truthfully to the first question and 6 answered truthfully to the second.
What can be determined about the number of knights and liars in the group?
Let the group consist of n knights, v knaves and r liars.
Let v_1 of the knaves responded truthfully to the first question
and v_2 of the knaves responded truthfully to the second question.
Since a knight will always respond truthfully to both the questions, we must have:
(a) v= v_1 + v_2
(b) 2n + v_1 + v_2 = 17 +6 = 23
(c) n + v + r = 25
(d) n < = 6
From (a) and (b), we have 2n + v = 23, or v = 23 - 2n
So, 23 - 2n + n + r = 25
Or, r = n + 2
v = 23 - 2n implies that the number of knaves will always be an odd number.
Now the group must contain at least one knight, otherwise the group would consist entirely of Knaves and Liars. This is a contradiction.
Thus, 1<=n<=6, giving: 11< = v< = 21
Consequently:
(i) The total number of liars will be precisely 2 more than the
number of knights.
(ii) The total number of knights is at least 1 but at most 6
(iii) The total number of liars is at least 3 but at most 8.
(iv) The total number of knaves is odd
(v) The total number of knaves is at least 11 but at most 21.
(vi) There are at most 6 knights and at most 8 liars.
Edited on September 8, 2023, 2:22 am