Rock, Paper, Scissors

Algebra Level 2

Alice and Bob are playing a game of rock, paper, scissors. They follow the scoring system:

  • 2 points if you win.
  • 1 point if you tie.
  • 0 point if you lose.

After 5 rounds, Alice has a score of 4. Did Alice obtain more points than Bob??

Cannot be determined No Yes

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Jon Haussmann
Sep 17, 2017

For each round, Alice and Bob split two points, so after five rounds, Alice and Bob have 10 points between them. If Alice has 4 points, then Bob must have 6 points, so Alice did not earn more than Bob.

Nice, this was my solution, too. Every bit as rigorous as the other solution, but intuitive and simple.

Nick Singer - 3 years, 8 months ago
Michael Huang
Sep 16, 2017

With respect to Alice's score, let x x denote the number of wins, y y the number of ties and z z the number of losses. If Alice's score is 2 x + y + 0 z = 2 x + y 2x + y + 0z = 2x + y , then Bob's score is 2 z + y + 0 x = 2 z + y 2z + y + 0x = 2z + y , which indicates that in a round:

  • only one player can win the game, so another loses
  • otherwise, both players earn a tie

The given situation can be presented as the following system of equations

2 x + y = 4 (Alice’s score) 2 z + y (Bob’s score) x + y + z = 5 (Alice’s summary after five rounds) \begin{array}{rll} 2x + y &= 4&{\color{#3D99F6}\text{(Alice's score)}}\\ 2z + y& &{\color{#3D99F6}\text{(Bob's score)}}\\ x + y + z &= 5&{\color{#3D99F6}\text{(Alice's summary after five rounds)}} \end{array}

where Bob's score value is not given.


For this problem, suppose that Alice earns points strictly more than Bob. Then, (Alice’s score) > (Bob’s score) 2 x + y > 2 z + y \begin{array}{rl} {\color{#3D99F6}\text{(Alice's score)}} &> {\color{#3D99F6}\text{(Bob's score)}}\\ 2x + y &> 2z + y \end{array} Since x + y + z = 5 x + y + z = 5 , 2 x + y > 2 ( 5 x y ) + y 2 x + y > 10 2 x y 2 x + y + ( 2 x + y ) > 10 2 ( 2 x + y ) > 10 2 x + y > 5 \begin{array}{rl} 2x + y &> 2(5 - x - y) + y\\ 2x + y &> 10 - 2x - y\\ 2x + y + (2x + y) &> 10\\ 2(2x + y) &> 10\\ 2x + y &> 5 \end{array} However, by the given, 2 x + y = 4 2x + y = 4 , which contradicts the inequality above. Thus, it is impossible for Alice to earn more points than Bob.


Here are all possibilities from the givens:

  • Alice has 2 2 wins and 3 3 losses, whereas Bob has 3 3 wins and 2 2 losses. So Bob earns 6 6 points.
  • Alice has 1 1 win, 2 2 ties and 2 2 losses, whereas Bob has 2 2 wins, 2 2 ties and 1 1 loss. So Bob earns 6 6 points.
  • Alice has 4 4 ties and 1 1 loss, whereas Bob has 1 1 win and 4 4 ties. So Bob earns 6 6 points.

So Bob ends up earning more points than Alice.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...