Sports competition team gaming

110 Views Asked by At

Let $A,B,C,D,E,F$ be six teams in a sports competition, and each team will play exactly once with another team.

Now we know that Team $A,B,C,D,E$ had already played $5,4,3,2,1$ games, correspondingly.

So, how do I figure out which team haven't played a game with team $B$ yet?

2

There are 2 best solutions below

0
On

enter image description here

This is to fulfill the 30 characters requirement.

0
On

A has played all 5 other teams and E has only played one team. That means E must have only played A, so the only team B hasn't played must be E.