After plotting the quadrilateral in a Cartesian plane, you can see that it is not a particular quadrilateral. Hence, you need to divide it into two triangles. Let's take ABC and ADC.
The area of a triangle with vertices known is given by the matrix
M =
![\left[\begin{array}{ccc} x_{1}&y_{1}&1\\x_{2}&y_{2}&1\\x_{3}&y_{3}&1\end{array}\right]](https://tex.z-dn.net/?f=%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D%20x_%7B1%7D%26y_%7B1%7D%261%5C%5Cx_%7B2%7D%26y_%7B2%7D%261%5C%5Cx_%7B3%7D%26y_%7B3%7D%261%5Cend%7Barray%7D%5Cright%5D%20)
Area = 1/2· | det(M) |
= 1/2· | x₁·y₂ - x₂·y₁ + x₂·y₃ - x₃·y₂ + x₃·y₁ - x₁·y₃ |
= 1/2· | x₁·(y₂ - y₃) + x₂·(y₃ - y₁) + x₃·(y₁ - y₂) |
Therefore, the area of ABC will be:
A(ABC) = 1/2· | (-5)·(-5 - (-6)) + (-4)·(-6 - 7) + (-1)·(7 - (-5)) |
= 1/2· | -5·(1) - 4·(-13) - 1·(12) |
= 1/2 | 35 |
= 35/2
Similarly, the area of ADC will be:
A(ABC) = 1/2· | (-5)·(5 - (-6)) + (4)·(-6 - 7) + (-1)·(7 - 5) |
= 1/2· | -5·(11) + 4·(-13) - 1·(2) |
= 1/2 | -109 |
<span> = 109/2</span>
The total area of the quadrilateral will be the sum of the areas of the two triangles:
A(ABCD) = A(ABC) + A(ADC)
= 35/2 + 109/2
= 72
Answer:
327.21 euros.
Step-by-step explanation:
Answer:
cost per mile = $2.
Step-by-step explanation:
Given the cost function, c(m) = 2m + 4,
Where the m represents the number of miles traveled, and $2 is the cost per mile of the cab. The $4 represents the flat rate, a set fee, or the initial value.
Therefore, the cost per mile of the cab is $2.
Answer:
Triangle #2
Step-by-step explanation:
Translation involves the movement of a triangle without changing its direction or shape. It basically involves the sliding of a triangle, so Triangle 2 satisfies the definition of translation.
Answer:
Cost function = 40a + 500
Cost of 90 articles = $4,100
Step-by-step explanation:
The fixed cost is $500 and it will.not change regardless of production level.
The Variable cost is $40 and increases by every additional unit produced.
Assume the number of articles produced is a.
Cost function would be:
Total cost = Variable cost * Number of articles + Fixed cost
TC = 40a + 500
Using this, the cost of 90 articles is:
= 40 * 90 + 500
= $4,100