Difficulty: Easy
Correct Answer: 62
Explanation:
Introduction:
This is a basic geometry question about rectangles. It tests whether you know and can apply the formula for the perimeter of a rectangle using its length and breadth. Such questions are common in aptitude tests to check speed and accuracy in applying simple formulas.
Given Data / Assumptions:
Concept / Approach:
The perimeter of a rectangle is the total distance around the figure. Since a rectangle has two equal lengths and two equal breadths, its perimeter is given by: P = 2 * (L + B). We simply substitute the given values of L and B into this formula and compute the result.
Step-by-Step Solution:
Step 1: Write the perimeter formula: P = 2 * (L + B). Step 2: Substitute the given length and breadth: L = 24 cm, B = 7 cm. Step 3: Compute L + B: L + B = 24 + 7 = 31. Step 4: Multiply by 2: P = 2 * 31 = 62 cm.
Verification / Alternative check:
You can also think of the perimeter as adding all four sides explicitly: P = L + B + L + B = 24 + 7 + 24 + 7 = 62 cm. This matches the formula based calculation and confirms that the perimeter is correct.
Why Other Options Are Wrong:
Common Pitfalls:
Some learners forget to multiply by 2 and stop at L + B. Others wrongly apply formulas from area (L * B) instead of perimeter. To avoid confusion, remember that perimeter is the boundary length around a shape, while area is the region inside it.
Final Answer:
The perimeter of the rectangle is 62 cm.
Discussion & Comments