InterviewSolution
Saved Bookmarks
| 1. |
How to find area and perimeter of top view and bottom view of the given figure. |
|
Answer» Let the side of each face be ‘1’ unit say. Shapes of different positions (I) Their areas (II) 1. Front view A = (1 × 1) + (1 × 1) + (1 × 1) = 3 Sq. Units 2. Top view A = (1 + 1 + 1) × (1 + 1) = 3 × 2 = 6 Sq. Units 3. Bottom view A = (1 + 1 + 1) × (1 + 1) = 3 × 2 = 6 Sq. Units Perimeters (III) 1. —————> 1 + 1 + 1 = 3 Units 2. —————> 2(l + b) = 2 (3 + 2) = 2 × 5 = 10 Units 3. —————> 2(l + b) = 2 (3 + 2) = 2 × 5 = 10 Units |
|