Hi Dylan,
Point-slope form of an equation for a line is the easiest way to find a line's equation when you know only a) one point on that line, and b) its slope. Point-slope form is expressed as follows, where y1 = the y coordinate for the point you know, and x1 = the x-coordinate for the same point:
y - y1 = m(x - x1)
y, x, and m are the variables for ANY y-coordinate on the line, any x coordinate on the line, and the slope of the line, respectively. You might recognize these from the more familiar slope-intercept formula of y = mx + b.
Ok, so on to this line:
For a), our point is given: ( - 2, 4). So we plug these into the point-slope equation:
y - 4 = m(x - [-2])
We can simplify a little:
y - 4 = m(x + 2)
But what is the slope? You probably know it's impossible to determine slope from just one point (since a literal infinity of possible lines through it!), so... ah-ha! This is where b) comes in: if the line y = -5/2(x) + 5 is PARALLEL to our line, then our line will have the same slope: -5/2. This is because any lines that are parallel to each other necessarily have the same slope.
So now, we're done:
y - 4 = -5/2(x + 2)
That's the line in point-slope equation form. If you wanted (or more likely, were required!) to change that into slope-intercept form, you would use basic algebra:
y - 4 = -5/2x + (-5/2)(2/1)
y - 4 = -5/2x + (-5)
y - 4 = -5/2x - 5
y = -5/2x - 1
I hope this helps!
Evan