Two people are competing with each other during a Ping-Pong tournament, whoever wins four matches first wins (No tie game). How many possible scenarios are there? (Ex: WWLWW and LWWWW count as different scenarios)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As an upgrade version of Ping Pong Tournament the idea is similar.
The game may last from 4(One person WWWW) up to 7 (One person lose three wins four games) So we break down the possible scenarios into 4 games, 5 games, 6 games, and 7 games. - We only count the ways a person can win the game then times it by two for the sake of simplicity. - We also assume the person wins the last game, otherwise, the game would end early before reaching the total number of matches (Ex: WWWWLL is not possible).
( 1 + 4 + 1 0 + 2 0 ) × 2 = 7 0