Y < 4x so
when x = 1 then y <4
when x = 2 then y <8
when x = 3 then y < 12
....
4x+y<0
(P.S. The "<" sign has a line underneath it, which means greater than or equal to..?)
Please help, thaaanks.c:
3 answers
What about the 0?
Issy, two points. that signmeans less than or equal to.
Secondly,
4x+y<=0
subtract 4x from each side.
y<=-4x+0
the zero identity principle leads to
y<=-4x
If x=1, then y<=-4
and so on
Secondly,
4x+y<=0
subtract 4x from each side.
y<=-4x+0
the zero identity principle leads to
y<=-4x
If x=1, then y<=-4
and so on