A landscaper is designing a triangular garden bed with vertices A(1,4), B(5,1) and C(8,6). Calculate the cost of planting mango trees in the garden @Rs. 70 per square unit.
Background and Explanation
This problem requires finding the area of a triangle given its vertices in the coordinate plane, then applying a unit rate to determine total cost. The determinant method (also known as the shoelace formula) provides a straightforward way to calculate the area using the coordinates directly.
Solution
First, we find the area of the triangular garden using the determinant method. For a triangle with vertices (x1,y1), (x2,y2), and (x3,y3), the area formula is:
Area=21x1x2x3y1y2y3111
Substituting the given coordinates A(1,4), B(5,1), and C(8,6):
Area of △ABC=21158416111=21[11611−45811+15816]=21[1(1−6)−4(5−8)+1(30−8)]=21[1(−5)−4(−3)+1(22)]=21[−5+12+22]=21(29)=229 sq. units
Now we calculate the cost of plantation at Rs. 70 per square unit:
Cost=70×229=35×29=1015 rupees
Key Formulas or Methods Used
Determinant method for area of a triangle: Area=21x1x2x3y1y2y3111
Cofactor expansion: Expanding the 3×3 determinant along the first row using 2×2 minors
Unitary method for cost: Total Cost=Area×Rate per square unit
Summary of Steps
Identify the coordinates of the three vertices: A(1,4), B(5,1), C(8,6)
Set up the 3×3 determinant matrix with x-coordinates, y-coordinates, and a column of 1s
Expand the determinant along the first row, calculating each 2×2 minor:
First minor: (1×1−6×1)=−5
Second minor: (5×1−8×1)=−3
Third minor: (5×6−8×1)=22
Evaluate: 21[1(−5)−4(−3)+1(22)]=21(29)=229 sq. units