Say you were solving 27 + 19. If you were planning on using the friendly numbers strategy, you'd look at the first <span>addend, 27, and determine that</span> the closest "friendly number" here is thirty, which you'd get by adding 3. From there, you can jump to the next friendly number, forty, by adding another 10. So far you'd've added 13, and you'd need another 6 for that too add up to 19, your second addend. After adding 3, 10, and 6 to 27, you'd find your sum, or "final answer"- 46.
I hope this was what you were looking for!
Answer:

Step-by-step explanation:

z=xm+n-p
We need to isolate x to one side I will do that on the left side so it looks cleaner, therefore I will first flip the equation.
xm+n-p=z
Now move the n and p to the right side
xm=z-n+p
x=(z-n+p)/m
Hope this helped, if you have any questions about this just comment and I will come answer.
The points you found are the vertices of the feasible region. I agree with the first three points you got. However, the last point should be (25/11, 35/11). This point is at the of the intersection of the two lines 8x-y = 15 and 3x+y = 10
So the four vertex points are:
(1,9)
(1,7)
(3,9)
(25/11, 35/11)
Plug each of those points, one at a time, into the objective function z = 7x+2y. The goal is to find the largest value of z
------------------
Plug in (x,y) = (1,9)
z = 7x+2y
z = 7(1)+2(9)
z = 7+18
z = 25
We'll use this value later.
So let's call it A. Let A = 25
Plug in (x,y) = (1,7)
z = 7x+2y
z = 7(1)+2(7)
z = 7+14
z = 21
Call this value B = 21 so we can refer to it later
Plug in (x,y) = (3,9)
z = 7x+2y
z = 7(3)+2(9)
z = 21+18
z = 39
Let C = 39 so we can use it later
Finally, plug in (x,y) = (25/11, 35/11)
z = 7x+2y
z = 7(25/11)+2(35/11)
z = 175/11 + 70/11
z = 245/11
z = 22.2727 which is approximate
Let D = 22.2727
------------------
In summary, we found
A = 25
B = 21
C = 39
D = 22.2727
The value C = 39 is the largest of the four results. This value corresponded to (x,y) = (3,9)
Therefore the max value of z is z = 39 and it happens when (x,y) = (3,9)
------------------
Final Answer: 39