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:
Convert tile side: 50 cm = 0.5 m.Room area = 10^2 = 100 m^2.Tile area = 0.5^2 = 0.25 m^2.Tiles needed = 100 / 0.25 = 400.Verification / Alternative check:
Alternatively, along each side we place 10 / 0.5 = 20 tiles; total tiles = 20 * 20 = 400.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:400.
Discussion & Comments