Consider the modified game: Player A makes an offer x in 0, 1, ...10 to player B; Player B can accept or reject; A gets 10 x and B gets x if accepted; If rejected, player A gets 0 and player B gets a punishment of -1. Which is a possible outcome (payoff to players A,B) from backward induction? a) (9, 1). b) (5, 5). O c) (0, -1). O d) (10,0).