Question 1039567
It cuts the x axis at ({{{x[0]}}},{{{0}}}) where {{{x[0]>0}}}.
It cuts the y axis at ({{{0}}},{{{y[0]}}}) where {{{y[0]>0}}}.
Since you have two points, you can calculate the slope(gradient) of your line,
{{{m=(y[0]-0)/(0-x[0])=-y[0]/x[0]}}}
Since both {{{y[0]}}} and {{{x[0]}}} are positive, {{{y[0]/x[0]}}} is positive and then {{{m<0}}}
True.