Determine the interior angles of triangle ABC for A(5,1), B(4,-7) and C(-1, -8).

2 methods ...

1. find the length of each of the sides, then used the cosine law to find the largest angle,
then use the sine law to find a second angle.
Once you have 2 angles, use the supplementary angle theorem to find the 3rd

2. find vectors AB and AC, then use the dot product to find angle A
repeat for another angle

To determine the interior angles of triangle ABC, we can use the concept of vectors and dot product.

The vectors AB and BC can be obtained by subtracting the coordinates of the points:
AB = B - A = (4, -7) - (5, 1) = (-1, -8)
BC = C - B = (-1, -8) - (4, -7) = (-5, -1)

To find the dot product of two vectors, we multiply their corresponding components and then add them together:
AB · BC = (-1)(-5) + (-8)(-1) = 5 + 8 = 13

The dot product of two vectors can be related to the cosine of the angle between them using the formula:
AB · BC = |AB| * |BC| * cos θ
where |AB| and |BC| are the magnitudes of the vectors AB and BC, and θ is the angle between them.

To find the magnitudes of the vectors AB and BC, we can use the formula:
|AB| = √(ABx^2 + ABy^2)
|BC| = √(BCx^2 + BCy^2)
where ABx, ABy, BCx, BCy are the x and y components of vectors AB and BC, respectively.

For AB:
|AB| = √((-1)^2 + (-8)^2) = √(1 + 64) = √65
For BC:
|BC| = √((-5)^2 + (-1)^2) = √(25 + 1) = √26

Now, we can substitute the values into the dot product formula:
13 = √65 * √26 * cos θ

To find the angle θ, we can rearrange the formula to solve for cos θ:
cos θ = 13 / (√65 * √26)

Finally, we can use the inverse cosine function (cos^(-1)) to find the angle θ:
θ = cos^(-1)(13 / (√65 * √26))

By calculating the value of θ, we can determine the interior angles of triangle ABC.