Difficulty: Medium
Correct Answer: B=900;H=300
Explanation:
Introduction / Context:Convert cost to area using the per-hectare rate, then use the relation between base and height to compute actual dimensions.
Given Data / Assumptions:
Concept / Approach:Area (hectares) = total cost / rate. Convert hectares to m^2 (1 ha = 10,000 m^2). For a triangle, Area = (1/2)*b*h = (1/2)*3h*h = 1.5*h^2.
Step-by-Step Solution:
Area = 333.18 / 24.68 = 13.5 hectares.Area in m^2 = 13.5 * 10000 = 135000.1.5*h^2 = 135000 ⇒ h^2 = 90000 ⇒ h = 300 m.b = 3h = 900 m.Verification / Alternative check:Area = 0.5*900*300 = 135000 m^2 = 13.5 ha; cost = 13.5*24.68 = 333.18 Rs.
Why Other Options Are Wrong:Only B=900;H=300 satisfies both the proportionality and the cost-derived area.
Common Pitfalls:Forgetting to convert hectares to square metres; mixing up base and height roles.
Final Answer:B=900;H=300
Discussion & Comments