document.write( "Question 1160662: Helen and David are playing a game by putting chips in two piles (each player has two
\n" ); document.write( "piles P1 and P2), respectively. Helen has 6 chips and David has 4 chips. Each player
\n" ); document.write( "places his/her chips in his/her two piles, then compare the number of chips in his/her
\n" ); document.write( "two piles with that of the other player’s two piles. Note that once a chip is placed in one
\n" ); document.write( "pile it cannot be moved to another pile. There are four comparisons including Helen’s
\n" ); document.write( "P1 vs David’s P1, Helen’s P1 vs David’s P2, Helen’s P2 vs David’s P1, and Helen’s P2
\n" ); document.write( "vs David’s P2. For each comparison, the player with more chips in the pile will score 1
\n" ); document.write( "point (the opponent will lose 1 point). If the number of chips is the same in the two piles,
\n" ); document.write( "then nobody will score any points from this comparison. The final score of the game is
\n" ); document.write( "the sum score over the four comparisons. For example, if Helen puts 5 and 1 chips in her
\n" ); document.write( "P1 and P2, David puts 3 and 1 chips in his P1 and P2, respectively. Then Helen will get
\n" ); document.write( "1 (5 vs 3) + 1 (5 vs 1) - 1 (1 vs 3) + 0 (1 vs 1) = 1 as her final score, and David will get
\n" ); document.write( "his final score of -1.
\n" ); document.write( "(a) Give reasons why/how this game can be described as a two-players-zero-sum game.
\n" ); document.write( "(b) Formulate the payoff matrix for the game.
\n" ); document.write( "(c) Explain what is a saddle point. Verify: does the game have a saddle point?
\n" ); document.write( "(d) Construct a linear programming model for each player in this game;
\n" ); document.write( "(e) Produce an appropriate code to solve the linear programming model in part (c).
\n" ); document.write( "(f) Solve the game for David using the linear programming model you constructed in
\n" ); document.write( "part (d). Interpret your solution.
\n" ); document.write( "

Algebra.Com's Answer #784079 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Looks like an entire semester of problem(s).
\n" ); document.write( "Good luck with that.
\n" ); document.write( "
\n" ); document.write( "
\n" );