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:
-3/4
Step-by-step explanation:
Option 1
Direction of the line: Down
-Negative Slope
Rise=-3
Run=4
Rise/Run=-3/4
Option 2
Points: (1,-2) and (-3,1)
y2-y1/x2-x1= 1-(-2)/-3-1
1+2/-3-1
-3/4
Answer:
The length is 2.5 units
Step-by-step explanation:
Before we find the value of the length of the side, we need the measure of the coordinates after dilation
B’ = 1/2 B = 1/2(3,2) = (1.5, 1)
C’ = 1/2 C = 1/2( 0,-2) = (0,-1)
The measure of the length is the distance between the two points
Mathematically, that would be;
D = √(x2-x1)^2 + (y2-y1)^2
D = √(0-1.5)^2 + (-1-1)^2
D = √(2.25 + 4)
D = √6.25
D = 2.5 units