Substitute x-values into x.
e.g. y>-3.5x + 2
let x be 1...
thus, y>-3.5(1) + 2
y> -1.5 or y<1.5
another e.g. let x be 2.
y> -3.5(2) + 2
y> -4.4 or y<4.4
And so forth. pluck in these coordinates into you graph and sketch a line through the points.
NOTE: < in my explanation is equivalent to less than or equal to. same goes to >… greater than or equal to.
I hope you followed through. Good luck!
Answer:
I'm not really sure what the question might be asking or if I've been given all the information but this is how you would solve it as (-2,4] meaning any real number between these will give you a real x on the domain.
Step-by-step explanation:

Let x be the fifth number

⇔

⇔ 23.3 + x = 34
⇔ x = 10.7
Answer:
We have the equation of the line as : 4x+2y=12
Step-by-step explanation:
Now 4x+2y=12
=> 2y = 12 - 4x
=> y = 6 - 2x
A line with a slope m and y-intercept c can be written as y = mx + c
In the case of y = -2x -...