this one is killing me for some reason:

Find any of the values of k so that
(-3, 4), (-8,5), and (-5, k) are the verticles of a right traingle.

To have a right angle, the lines must meet perpendicular.

To have perpendicular lines their slopes must be opposite reciprocals of each other.

From a rough sketch it looks like the right angle could be at (-5,k), so

(k-5)/(-5+8) = -(-5+3)/(k-4)
(k-5)/3 = 2/(k-4)
k^2 - 9k + 20 = 6
k^2 - 9k + 14 = 0
(k-2)(k-7) = 0
k = 2 or k = 7

make a sketch to illustrate that both values of k are valid.

BTW, verticles ?, I call them verices.

you rock Reiny! And BTW..I call them vertices also...it was a typo.

Thanks for your help!

To determine whether these three coordinates form the vertices of a right triangle, we can use the Pythagorean theorem. According to the theorem, in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides.

Let's consider the given points:

A = (-3, 4)
B = (-8, 5)
C = (-5, k)

To find the distance between two points, we can use the distance formula:

Distance = sqrt((x2 - x1)^2 + (y2 - y1)^2)

First, we'll find the distances between points A and B, points B and C, and finally, points C and A.

Distance_AB = sqrt((-8 - (-3))^2 + (5 - 4)^2)
= sqrt((-8+3)^2 + (5 - 4)^2)
= sqrt((-5)^2 + (1)^2)
= sqrt(25 + 1)
= sqrt(26)

Distance_BC = sqrt((-5 - (-8))^2 + (k - 5)^2)
= sqrt((-5 + 8)^2 + (k - 5)^2)
= sqrt((3)^2 + (k - 5)^2)
= sqrt(9 + (k - 5)^2)
= sqrt(k^2 - 10k + 25 + 9)
= sqrt(k^2 - 10k + 34)

Distance_CA = sqrt((-5 - (-3))^2 + (k - 4)^2)
= sqrt((-5 + 3)^2 + (k - 4)^2)
= sqrt((-2)^2 + (k - 4)^2)
= sqrt(4 + (k - 4)^2)
= sqrt(k^2 - 8k + 16 + 4)
= sqrt(k^2 - 8k + 20)

Now, we have the distances AB, BC, and CA. We need to check if these satisfy the Pythagorean theorem:

According to the theorem, in a right triangle:

Distance_AB^2 + Distance_BC^2 = Distance_CA^2

Substituting the values we calculated:

(26)^2 + (k^2 - 10k + 34)^2 = (k^2 - 8k + 20)^2

Expanding and simplifying the equation:

676 + k^4 - 20k^3 + 100k^2 - 68k + 1156 = k^4 - 16k^3 + 20k^2 - 320k + 400

Rearranging and simplifying:

k^4 - 20k^3 + 80k^2 - 252k - 880 = 0

Unfortunately, solving this fourth-degree polynomial equation is quite complex and requires advanced methods. It might be difficult to find an analytical solution for specific values of k that satisfy this equation.

Alternatively, you can approximate the solution numerically using numerical methods or software such as a graphing calculator, mathematical software, or an online equation solver. These tools can help you find approximate values for k that satisfy the equation.

So, in this case, it would be best to employ numerical methods or software to find the values of k that make the given points the vertices of a right triangle.