A youth soccer league has a group of players. The players can be divided into equal-sized teams of either 12 or 18, with no players left over. However, if they are divided into teams of 15, there are exactly 3 players left over. What is the least possible number of players in the league?
- A3
- B36
- C72
- 108Answer
- E180
Answer
The least possible number of players in the league is 108.
To satisfy the condition that players can be divided into teams of 12 or 18 with no remainders, the total number of players must be a multiple of their least common multiple (LCM). The prime factorization of 12 is , and for 18 it is , so their LCM is . Next, we evaluate the positive multiples of 36 to find the smallest one that leaves a remainder of 3 when divided by 15. Testing 36: (remainder 6). Testing 72: (remainder 12). Testing 108: (remainder 3). Thus, 108 satisfies all conditions.
Step-by-Step Solution
Key Concept
Using the least common multiple (LCM) to satisfy multiple divisibility and remainder constraints.
Estimated Time:1m 30s