Difficulty: Medium
Correct Answer: 56 m
Explanation:
Introduction / Context:This question connects real-life interpretation (rope length) with circle geometry. If the cow is tied to a fixed point, the rope length acts as the radius of the circular grazing area. The area is given, so you use the circle area formula A = pi * r^2 to solve for r. The value of pi is specified (22/7) to avoid approximation differences.
Given Data / Assumptions:
Concept / Approach:Rearrange A = pi*r^2 to r^2 = A/pi, then compute r by taking square root. The rope length equals the computed radius.
Step-by-Step Solution:
Step 1: A = pi * r^2 => r^2 = A / pi Step 2: r^2 = 9856 / (22/7) = 9856 * 7 / 22 Step 3: 9856 / 22 = 448, so r^2 = 448 * 7 = 3136 Step 4: r = sqrt(3136) = 56 mVerification / Alternative check:Check by forward calculation: area = (22/7) * 56^2 = (22/7) * 3136. Since 3136/7 = 448, area = 22 * 448 = 9856 sq m, matching exactly. So rope length must be 56 m.
Why Other Options Are Wrong:
28 m: would give area about 2464 sq m, too small. 76 m: would give area far larger than 9856 sq m. 16 m and 14 m: produce very small areas and cannot match 9856 sq m. Only 56 m yields exactly 9856 sq m using pi = 22/7.Common Pitfalls:Common errors include using circumference 2*pi*r instead of area, forgetting to divide by pi, or making mistakes in fraction division by (22/7). Also, some compute r^2 correctly but forget to take the square root at the end. Always interpret rope length as the radius of the grazed circle.
Final Answer:56 m
Discussion & Comments