Hint: Assume head has true and tail has false truth values.
Assuming :
head as True and tail as false.
A' indicates NOT of A
ABC indicates AND of A, B and C
A + B + C indicates OR of A, B and C
Case 1:
Player 1 gets head and the other two gets tail
We can write it as: P1P'2P'3 . It means that this expression evaluates to true only when P1 gives head and other two gives false.
Case 2:
Player 2 gets head and the other two gets tail
We can write it as: P'1P2P'3 . It means that this expression evaluates to true only when P2 gives head and other two gives false.
Since any the above two cases will give us winner we can write final statement for a group to win as:
P1P'2P'3 + P'1P2P'3
Get Answers For Free
Most questions answered within 1 hours.