Okay to split a segment in half you just need to find the midpoint of the two endpoints. Mathematically this is just the average of the coordinates of the endpoints which is:
mp=((x1+x2)/2, (y1+y2)/2)
Which in this case is:
mp=((-2+3)/2, (4+7)/2)
mp=(1/2, 11/2)
mp=(0.5, 5.5)
So the x-coordinate by itself is just 0.5, or answer c.
A
area = 97*79=7663 ft^2
perimeter = 2(97)+2(79) = 194+158 = 352 ft
b perimeter
c area
This is a quadratic equation, which is also a polynomial. Polynomials all have the domain (-infinity, +infinity).
As for the range: You can see from the graph that the smallest y-value is -2. Thus, the range is [-2, infinity).