An architect is planning to pave a rectangular courtyard using exactly identical square stones. To ensure the space is functional, both the length and the width of the courtyard must consist of at least stones. Assuming the stones cannot be cut, how many different unordered pairs of dimensions (length and width) are possible for this courtyard?
- A16
- B10
- 6Answer
- D20
Answer
6
The correct answer is derived by finding the total number of factor pairs for 240 (which is 10 pairs) and subtracting the 4 pairs that contain a factor smaller than 5 (1, 2, 3, and 4). This leaves exactly 6 valid unordered pairs.
Step-by-Step Solution
Key Concept
Factors, Multiples, and Prime Factorization
Alternative Method
Instead of finding all factors using prime factorization, one could systematically list the factor pairs starting from up to the square root of (which is approximately ). The pairs are (1,240), (2,120), (3,80), (4,60), (5,48), (6,40), (8,30), (10,24), (12,20), and (15,16). Eliminating the first four pairs that contain a number smaller than 5 leaves exactly 6 valid options.
Estimated Time:1m 30s