Trying to find coordinates of point that splits the line between (-8,-4) to (-5,8) at a ratio of 5:1.
Since the ratio is 5:1 we are going find the point that is 5/6 of the distance from (-8,-4) to (-5,8)
The x coordinate of that point will be 5/6 of the distance between -8 and -5 (3) added to -8 = 5/6 * 3 + -8 = -5.5
The y coordinate of that point will be 5/6 of the distance between -4 and 8 (12) added to -4 = 5/6 * 12 + -4 = 6
Coordinate of C is (-5.5,6).