Part (a)
To verify a point is on the line, we plug the coordinates into that equation. If we get a true result at the end, then we've confirmed the point is on that line.
For point A(-5,0) we have x = -5 and y = 0 pair up together. Let's plug these coordinates into x - 3y = -5 to get the following steps shown below.
x - 3y = -5
-5 - 3(0) = -5
-5 - 0 = -5
-5 = -5
We get a true statement at the end, which confirms x-3y = -5 is true when x = -5 and y = 0. Therefore, point A is definitely on the line x - 3y = -5
Repeat similar steps for B(4,3) to show that this point is also on x - 3y = -5
x - 3y = -5
4 - 3(3) = -5
4 - 9 = -5
-5 = -5
This confirms point B is also on this line.
We have confirmed line AB is x-3y = -5
I'll let you check to see if C(-3,9) and D(1,-3) are on the line 3x+y = 0. The steps will follow the same outline as shown above.
=========================================================
Part (b)
The standard form equation Ax+By = C has the slope m = -A/B, where B cannot be zero.
The equation x-3y = -5 has A = 1 and B = -3 to give us a slope of m = A/B = -1/(-3) = 1/3
Meanwhile the equation 3x+y = 0 gives the slope of A/B = -3/1 = -3
Notice that slopes 1/3 and -3 multiply to -1. This is one useful property of perpendicular lines. Their slopes always multiply to -1; this is assuming neither line is vertical, nor horizontal.
Put another way, the slopes are negative reciprocals of one another. We flip the fraction and flip the sign to go from 1/3 to -3, or vice versa.
I recommend using GeoGebra to plot out the points mentioned, and forming the lines AB and CD. This helps give a quick visual confirmation the lines are perpendicular.
----------
To summarize: We found the slopes of line AB and CD to be 1/3 and -3 respectively. The slopes multiply to -1 which is sufficient to conclude the lines are perpendicular.
=========================================================
Part (c)
We have this system of equations
x - 3y = -5
3x + y = 0
To represent lines AB and CD respectively.
Let's triple everything in line CD to go from 3x+y = 0 to 9x+3y = 0
Therefore, an equivalent system is this
x - 3y = -5
9x + 3y = 0
The first equation hasn't changed. After this point, we can see the y terms add to 0 since -3y+3y = 0y = 0. Therefore, the y terms cancel which lets us solve for x.
10x = -5
x = -5/10
x = -0.5
Then we use this to find y
x-3y = -5
-0.5-3y = -5
-3y = -5+0.5
-3y = -4.5
y = -4.5/(-3)
y = 1.5
The point of intersection is (-0.5, 1.5)
Notes:
-0.5 = -1/2
1.5 = 3/2
=========================================================
Part (d)
The x coordinates of points A and B are -5 and 4 in that order.
Add them up: -5+4 = -1
Divide the result in half: -1/2 = -0.5
This is the x coordinate of the midpoint of segment AB.
Repeat for the y coordinates
Add: 0+3 = 3
Divide in half: 3/2 = 1.5
The midpoint of segment AB is (-0.5, 1.5) which is exactly the result of part (c).
You should find that the midpoint of segment CD is also (-0.5, 1.5)
I'll let you do those steps.
=========================================================
Part (e)
Quadrilateral ACBD is a kite because of the perpendicular diagonals. This was confirmed in part (b).
The sides aren't all the same length (which you can confirm with the distance formula), which means we don't have a rhombus.