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
Answer:
Im pretty sure A
Step-by-step explanation:
multiply both sides by 3/4 (reciprocal)
3/4X=pie(r)cubed
divide by pi on both sides
3/4X
-------- = r(cubed)
pi
cube root both sides
3/18 = 0.166667
hope this helps .
Answer:
{1, (-1±√17)/2}
Step-by-step explanation:
There are formulas for the real and/or complex roots of a cubic, but they are so complicated that they are rarely used. Instead, various other strategies are employed. My favorite is the simplest--let a graphing calculator show you the zeros.
___
Descartes observed that the sign changes in the coefficients can tell you the number of real roots. This expression has two sign changes (+-+), so has 0 or 2 positive real roots. If the odd-degree terms have their signs changed, there is only one sign change (-++), so one negative real root.
It can also be informative to add the coefficients in both cases--as is, and with the odd-degree term signs changed. Here, the sum is zero in the first case, so we know immediately that x=1 is a zero of the expression. That is sufficient to help us reduce the problem to finding the zeros of the remaining quadratic factor.
__
Using synthetic division (or polynomial long division) to factor out x-1 (after removing the common factor of 4), we find the remaining quadratic factor to be x²+x-4.
The zeros of this quadratic factor can be found using the quadratic formula:
a=1, b=1, c=-4
x = (-b±√(b²-4ac))/(2a) = (-1±√1+16)/2
x = (-1 ±√17)2
The zeros are 1 and (-1±√17)/2.
_____
The graph shows the zeros of the expression. It also shows the quadratic after dividing out the factor (x-1). The vertex of that quadratic can be used to find the remaining solutions exactly: -0.5 ± √4.25.
__
The given expression factors as ...
4(x -1)(x² +x -4)