Answer:
## Part 1 of 4
The point-slope formula is
```
y - y1 = m(x - x1)
```
where m is the slope of the line and (x1, y1) is a point on the line.
Substitute the coordinates of the point (-5, 14) and the slope -2 into the point-slope formula:
```
y - 14 = -2(x - (-5))
```
```
y - 14 = -2(x + 5)
```
Now, we can simplify the equation by distributing the -2 on the right-hand side:
```
y - 14 = -2x - 10
```
Finally, we can add 14 to both sides to isolate y:
```
y = -2x - 10 + 14
```
```
y = -2x + 4
```
Therefore, the equation of the line is **y = -2x + 4**.
Explanation:
I got lost on the United Kingdom server, btw I'm from Indonesia