You can
put this solution on YOUR website!we need to find the gradient between these two points first. This is found by the formula

where x1,x2,y1,y2 are your coordinates.
(-2,4)=(x1,y1)
(5,0)=(x2,y2)
so x1=-2 x2=5 y1=4 y2=0
gradient(m)=

=
you then have to use your point gradient formula to find the equation of the line.: (y-y1)=m*(x-x1)
you can use the x1 and y1 from above
we have :