Difficulty: Medium
Correct Answer: 5808
Explanation:
Introduction / Context:
This problem connects area of a circle with its perimeter (circumference) to determine the cost of fencing a circular field. Converting hectares to square metres is essential before using circle formulas.
Given Data / Assumptions:
Concept / Approach:
Use A = pi * r^2 to find r. Then circumference C = 2 * pi * r. A direct composite relation eliminates r: C = 2 * sqrt(A * pi). Multiply by cost per metre to get total cost.
Step-by-Step Solution:
Verification / Alternative check:
Compute radius first: r = sqrt(A / pi) ≈ sqrt(138,600 / 3.142857...) ≈ 210 m. Then C = 2 * pi * r ≈ 2 * 3.142857... * 210 = 1,320 m. Cost again: 1,320 * 4.40 = Rs 5,808, consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
5808
Discussion & Comments