Question: In the game Rock, Scissors, Paper we have the following rules: Rock breaks Scissors Scissors cut Paper Paper covers Rock If we were to create
In the game “Rock, Scissors, Paper” we have the following rules:
Rock breaks Scissors
Scissors cut Paper
Paper covers Rock
If we were to create a code to represent the three entities, Rock, Scissors, and Paper, we would need two bits. Suppose we have the following code, where we call the first bit X and the second bit Y:

Now if we have two players who can each choose one of these codes, we can play the game. Examples:

We see that there are three possible outcomes of the game: Player 1 wins, Tie, Player 2 wins. Complete the following table that describes all the possible outcomes of the game.


Y Rock: Scissors: 1 Paper: 1
Step by Step Solution
3.43 Rating (159 Votes )
There are 3 Steps involved in it
The game Rock Scissors Paper is represented by two bits for each choice with 00 representing Rock 01 representing Scissors and 10 representing Paper L... View full answer
Get step-by-step solutions from verified subject matter experts
