A school supply drive has notebooks, pens, and pencils. Volunteers want to pack these supplies into identical boxes so that each box contains the same number of notebooks, the same number of pens, and the same number of pencils, with no supplies left over. If they pack the maximum possible number of boxes, how many pens will be in each box?
- A24
- 4Answer
- C8
- D12
- E1440
Answer
4
To find the number of pens in each box, we must first find the greatest common divisor (GCD) of the three quantities (, , and ) to determine the maximum number of identical boxes that can be created. The prime factorizations are , , and . The GCD is the product of the lowest powers of the common prime factors: . This means a maximum of boxes can be packed. Dividing the pens by the boxes gives pens per box.
Step-by-Step Solution
Key Concept
Using the Greatest Common Divisor (GCD) to solve distribution word problems.
Estimated Time:1m 15s