Optimal strategy for a two player game.
$begingroup$
Player one has a black ace (worth 1 point) and a red four (worth 4 points)
Player two has a black two (worth 2 points) and a red three (worth 3 points)
Both players select a card and show each other. If the colors match, player two gives player one the sum of the cards in dollars. Otherwise, player one gives player two the sum of the cards in dollars.
Is there an optimal strategy to this game? It seems to me like the expected value of either player is zero dollars.
game-theory
$endgroup$
add a comment |
$begingroup$
Player one has a black ace (worth 1 point) and a red four (worth 4 points)
Player two has a black two (worth 2 points) and a red three (worth 3 points)
Both players select a card and show each other. If the colors match, player two gives player one the sum of the cards in dollars. Otherwise, player one gives player two the sum of the cards in dollars.
Is there an optimal strategy to this game? It seems to me like the expected value of either player is zero dollars.
game-theory
$endgroup$
add a comment |
$begingroup$
Player one has a black ace (worth 1 point) and a red four (worth 4 points)
Player two has a black two (worth 2 points) and a red three (worth 3 points)
Both players select a card and show each other. If the colors match, player two gives player one the sum of the cards in dollars. Otherwise, player one gives player two the sum of the cards in dollars.
Is there an optimal strategy to this game? It seems to me like the expected value of either player is zero dollars.
game-theory
$endgroup$
Player one has a black ace (worth 1 point) and a red four (worth 4 points)
Player two has a black two (worth 2 points) and a red three (worth 3 points)
Both players select a card and show each other. If the colors match, player two gives player one the sum of the cards in dollars. Otherwise, player one gives player two the sum of the cards in dollars.
Is there an optimal strategy to this game? It seems to me like the expected value of either player is zero dollars.
game-theory
game-theory
edited Dec 7 '18 at 2:28
David M.
1,709418
1,709418
asked Dec 7 '18 at 0:00
SneakosSneakos
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
In fact, Player 2 can guarantee an average payout of $$0.15$
Let's make a table of the payoffs for Player 1. Since this is a zero-sum game, we can treat Player 2 as trying to minimize Player 1's payoff.
begin{matrix}
& B2 & R3\
B1 & $3 & -$4 \
R4 & -$6 & $7
end{matrix}
This obviously has no pure strategy Nash equilibria, so a mixed strategy will be optimal.
Now suppose Player 1 plays his red card with probability $p$ and Player 2 plays her red card with probability q. Then the expected payoff is
$$
E(P) = $3(1-p)(1-q) -$4(1-p)q - $6(1-q)p + $7pq = $3 - $9p - $7q + $20pq = $20left(p-0.35right)left(q-0.45right)-$0.15
$$
Player 2 thus has a winning strategy, as if she plays his red card 45% of the time and his black card 55% of the time, Player 1 will on average give her $$0.15$ every game no matter how he chooses his card. For Player 1, the winning move is not to play.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029245%2foptimal-strategy-for-a-two-player-game%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
In fact, Player 2 can guarantee an average payout of $$0.15$
Let's make a table of the payoffs for Player 1. Since this is a zero-sum game, we can treat Player 2 as trying to minimize Player 1's payoff.
begin{matrix}
& B2 & R3\
B1 & $3 & -$4 \
R4 & -$6 & $7
end{matrix}
This obviously has no pure strategy Nash equilibria, so a mixed strategy will be optimal.
Now suppose Player 1 plays his red card with probability $p$ and Player 2 plays her red card with probability q. Then the expected payoff is
$$
E(P) = $3(1-p)(1-q) -$4(1-p)q - $6(1-q)p + $7pq = $3 - $9p - $7q + $20pq = $20left(p-0.35right)left(q-0.45right)-$0.15
$$
Player 2 thus has a winning strategy, as if she plays his red card 45% of the time and his black card 55% of the time, Player 1 will on average give her $$0.15$ every game no matter how he chooses his card. For Player 1, the winning move is not to play.
$endgroup$
add a comment |
$begingroup$
In fact, Player 2 can guarantee an average payout of $$0.15$
Let's make a table of the payoffs for Player 1. Since this is a zero-sum game, we can treat Player 2 as trying to minimize Player 1's payoff.
begin{matrix}
& B2 & R3\
B1 & $3 & -$4 \
R4 & -$6 & $7
end{matrix}
This obviously has no pure strategy Nash equilibria, so a mixed strategy will be optimal.
Now suppose Player 1 plays his red card with probability $p$ and Player 2 plays her red card with probability q. Then the expected payoff is
$$
E(P) = $3(1-p)(1-q) -$4(1-p)q - $6(1-q)p + $7pq = $3 - $9p - $7q + $20pq = $20left(p-0.35right)left(q-0.45right)-$0.15
$$
Player 2 thus has a winning strategy, as if she plays his red card 45% of the time and his black card 55% of the time, Player 1 will on average give her $$0.15$ every game no matter how he chooses his card. For Player 1, the winning move is not to play.
$endgroup$
add a comment |
$begingroup$
In fact, Player 2 can guarantee an average payout of $$0.15$
Let's make a table of the payoffs for Player 1. Since this is a zero-sum game, we can treat Player 2 as trying to minimize Player 1's payoff.
begin{matrix}
& B2 & R3\
B1 & $3 & -$4 \
R4 & -$6 & $7
end{matrix}
This obviously has no pure strategy Nash equilibria, so a mixed strategy will be optimal.
Now suppose Player 1 plays his red card with probability $p$ and Player 2 plays her red card with probability q. Then the expected payoff is
$$
E(P) = $3(1-p)(1-q) -$4(1-p)q - $6(1-q)p + $7pq = $3 - $9p - $7q + $20pq = $20left(p-0.35right)left(q-0.45right)-$0.15
$$
Player 2 thus has a winning strategy, as if she plays his red card 45% of the time and his black card 55% of the time, Player 1 will on average give her $$0.15$ every game no matter how he chooses his card. For Player 1, the winning move is not to play.
$endgroup$
In fact, Player 2 can guarantee an average payout of $$0.15$
Let's make a table of the payoffs for Player 1. Since this is a zero-sum game, we can treat Player 2 as trying to minimize Player 1's payoff.
begin{matrix}
& B2 & R3\
B1 & $3 & -$4 \
R4 & -$6 & $7
end{matrix}
This obviously has no pure strategy Nash equilibria, so a mixed strategy will be optimal.
Now suppose Player 1 plays his red card with probability $p$ and Player 2 plays her red card with probability q. Then the expected payoff is
$$
E(P) = $3(1-p)(1-q) -$4(1-p)q - $6(1-q)p + $7pq = $3 - $9p - $7q + $20pq = $20left(p-0.35right)left(q-0.45right)-$0.15
$$
Player 2 thus has a winning strategy, as if she plays his red card 45% of the time and his black card 55% of the time, Player 1 will on average give her $$0.15$ every game no matter how he chooses his card. For Player 1, the winning move is not to play.
answered Dec 7 '18 at 3:02
eyeballfrogeyeballfrog
6,208629
6,208629
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029245%2foptimal-strategy-for-a-two-player-game%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown