Difficulty: Easy
Correct Answer: 10 cm
Explanation:
Introduction / Context:In a rhombus, diagonals are perpendicular bisectors. Each side equals the hypotenuse of a right triangle with legs equal to half the diagonals. Once one side is known, the perimeter is four times the side length.
Given Data / Assumptions:
Concept / Approach:Apply the Pythagorean theorem to the half-diagonals right triangle to compute the rhombus side, then multiply by 4 for the perimeter. Keep decimals precise to avoid rounding errors.
Step-by-Step Solution:
s = √(2.4^2 + 0.7^2) = √(5.76 + 0.49) = √6.25 = 2.5 cm.Perimeter P = 4 * 2.5 = 10 cm.Verification / Alternative check:
A rhombus with equal sides and perpendicular diagonals is consistent: s computed from halves returns an integer perimeter 10 cm.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:10 cm.
Discussion & Comments