In going over a question about expectation and payoff, I am a bit confused by one aspect of the solution.
Briefly, we have six sided fair die that is rolled three times. We are asked, considering the following rules, for what value of payoff $k$ is the game fair?
Rule 1: if no sixes are rolled, we lose 1 dollar
Rule 2: if exactly 1 six is rolled, we gain 1 dollar
Rule 3: if two sixes are rolled, we gain 2 dollars
Rule 4: if three sixes are rolled, we gain $k$ dollars
Since we are looking for fairness, it seems to make sense (though I'm not really sure why this is the case) to add up all cases times their probabilities and set it equal to zero.
Thus $pr(zero six)(-1) + pr(one six)(1) + pr(two six)(2) + pr(three six)(k) = 0$
However, in the solution to the problem, it is written this way:
$pr(zero six)(-1) + 3 * pr(one six)(1) + 3 * pr(two six)(2) + pr(three six)(k) = 0$
I am wondering what those "threes" are for in the middle of the equation, and also why setting the equation equal to zero gives you some notion of "fairness".