Question
If there are 5 teams in one league and 6 teams in another league and if each team from one league plays one team from the other league once how many games are played?
Answers
visualize the first set of teams as
a b c d e
and the second set of teams as
1 2 3 4 5 6
so we have
a1 a2 a3 a4 a5 a6
b1 b2................b6
....
e1 .....................e6
that would be 30 games
or
we have to choose one from each group
number of games = C(5,1) * C(6,1) = 5*6 = 30
a b c d e
and the second set of teams as
1 2 3 4 5 6
so we have
a1 a2 a3 a4 a5 a6
b1 b2................b6
....
e1 .....................e6
that would be 30 games
or
we have to choose one from each group
number of games = C(5,1) * C(6,1) = 5*6 = 30
Related Questions
The function of g += t^2-t represents the total number of games played by t teams in a sports league...
In a large city league, the boys' baseball teams hold a tournament. If there are 40 teams in the lea...
Getting stumped on this word problem. It is in the section of GCF. It says, "there are 14 baseball...
Each baseball in a baseball league has 14 players. A total of 56 players signed up to play. If t rep...