1/2 or 0.5 hope this helps
The first step in graphing a linear inequality is to graph the linear equality. The equation -x + 4y = -8 is equivalent to 4y = x - 8, which is equivalent to
. This is the equation for the line in slope-intercept form, so the line will have a slope of 1/4 and a y-intercept of -2 (see the first image). Notice that the line is solid, rather than dotted. This represents that points on the line are included in the solution, because the inequality sign is ≥, which is not a strict equality (< or >).
Next, we need to figure out which side to shade. To do so, simply pick any point (I like to use the point (0,0) because it makes the calculations easy) and see whether it satisfies the inequality. If it does, shade the side with that point, and if not, shade the opposite side of the graph.
Here we see that the point (0,0) does satisfy the inequality, since -(0) + 4(0) is 0, and 0 ≥ -8, so the top half of the graph should be shaded (see the second image).
Answer:
we can get 3/2 as the answer
Elimination method:
4m = n + 7
3m + 4n + 9 = 0
<em>First, let's get the equations in the same form.</em>
4m - n - 7 = 0
3m + 4n + 9 = 0
<em>Now let's make multiply the first equation by 4 so we can eliminate n.</em>
16m - 4n - 28 = 0
+3m + 4n + 9 = 0
<em>Now we can add the equations.</em>
16m + 3m - 4n + 4n - 28 + 9 = 0
19m + 0n - 19 = 0
19m - 19 = 0
19m = 19
<em>m = 1</em>
<em>Now we put m back into one (or both) of the original equations.</em>
4(1) = n + 7
4 = n + 7
<em>n = -3</em>
<em>If you plug m into the other equation, you get the same result.</em>
<em />
Substitution method:
4m = n + 7
3m + 4n + 9 = 0
<em>With this method, we plug one of the equations into the other one. I'm going to use m in the second equation as a substitute for m in the second equation.</em>
3m + 4n + 9 = 0
3m = -4n - 9
m = (-4/3)n - 3
<em>Now I can substitute the right side into the first equation like so:</em>
4[(-4/3)n - 3] = n + 7
(-16n)/3 - 12 = n + 7
(-16n)/3 = n + 19
-16n = 3(n + 19)
-16n = 3n + 57
0 = 16n + 3n + 57
0 = 19n + 57
0 = 19n/19 + 57/19
0 = n + 3
<em>-3 = n</em>
<em>And then we put that back into one of the original equations.</em>
4m = n + 7
4m = -3 + 7
4m = 4
<em>m = 1</em>
Hopefully you learned something from this.