#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Y = 8x - 11 using the slope-intercept form.
Given:
The vertices of a quadrilateral ABCD are A(0, 4), B(4, 1), C(1, -3), and D(-3, 0).
To find:
The perimeter of quadrilateral ABCD.
Solution:
Distance formula:

Using the distance formula, we get





Similarly,




And,


Now, the perimeter of the quadrilateral ABCD is:



Therefore, the perimeter of the quadrilateral ABCD is 20 units.
Answer:
the third graph
Step-by-step explanation:
hope this helps!