Make a tree which models the following condition. A player decides to play maximum of 4 times, betting upon red each time. The player will quit after losing twice. In tree, any possible last plays will be an ending point of the tree. Branches of the tree should indicate the winning or losing, and how that affects whether a new play is made.