Difficulty: Easy
Correct Answer: 400
Explanation:
Introduction / Context:
Counting tiles requires dividing the floor area by the area of one tile, keeping units consistent. Here, dimensions mix metres and centimetres, so converting to the same unit avoids mistakes.
Given Data / Assumptions:
Concept / Approach:
Room area = 10 * 10 = 100 m^2. Tile area = 0.5 * 0.5 = 0.25 m^2. Number of tiles = 100 / 0.25 = 400. This is a simple area division once units are aligned in metres.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
400.
Discussion & Comments