Difficulty: Medium
Correct Answer: 176
Explanation:
Introduction / Context:
To minimise the number of square tiles covering a rectangle without cutting, choose the largest possible tile that exactly divides both dimensions, i.e., the HCF of the side lengths (in the same unit).
Given Data / Assumptions:
Concept / Approach:
Tile side = HCF(544, 374). Number of tiles = (544 × 374) / (HCF^2).
Step-by-Step Solution:
Verification / Alternative check:
Try any larger tile side (>34 cm): it will not divide at least one dimension; using smaller sides increases count.
Why Other Options Are Wrong:
136, 146, 166 arise from incorrect HCF or arithmetic; 176 is exact.
Common Pitfalls:
Not converting metres to centimetres consistently; computing LCM instead of HCF; arithmetic slips.
Final Answer:
176
Discussion & Comments