Question 688565
The x-intercept is (7,0) because 7 is the value under the 'x'


The y-intercept is (0,-4) because -4 is the value under the 'y'


So this gives us this graph


{{{ drawing(500, 500, -10, 10, -10, 10,
 graph( 500, 500, -10, 10, -10, 10,0,(1-x/7)*(-4))

)}}}