Algebra · real student question

Given -1 <= x + y <= 4 and 2 <= x - 6y <= 3, find the range of z = 6x - 8y.

Question

Given

1x+y4,2x6y3,-1\le x+y\le 4,\qquad 2\le x-6y\le 3,

find the range of z=6x8yz=6x-8y.

Step-by-step solution

  1. Do not try to bound x and y separately. Bounding each variable on its own and recombining always overestimates the range, because the two constraints are linked. The correct method is to express the target as a linear combination of the two given expressions.

  2. Set up the combination. Look for constants α,β\alpha,\beta with

    6x8y=α(x+y)+β(x6y).6x-8y=\alpha(x+y)+\beta(x-6y).

    Matching coefficients gives the system

    α+β=6 (from x),α6β=8 (from y).\alpha+\beta=6\ (\text{from }x),\qquad \alpha-6\beta=-8\ (\text{from }y).

  3. Solve for the weights. Subtracting the second equation from the first:

    7β=14  β=2,α=62=4.7\beta=14\ \Longrightarrow\ \beta=2,\qquad \alpha=6-2=4.

    Check: 4(x+y)+2(x6y)=4x+4y+2x12y=6x8y4(x+y)+2(x-6y)=4x+4y+2x-12y=6x-8y ✓.

  4. Scale each given interval by its weight. Both weights are positive, so the inequalities keep their direction:

    1x+y4  44(x+y)16,-1\le x+y\le 4\ \Longrightarrow\ -4\le 4(x+y)\le 16,
    2x6y3  42(x6y)6.2\le x-6y\le 3\ \Longrightarrow\ 4\le 2(x-6y)\le 6.

    If a weight had come out negative, that inequality would have to be flipped before adding — the standard trap in this method.

  5. Add the two bounded intervals.

    4+4z16+6  0z22.-4+4\le z\le 16+6\ \Longrightarrow\ 0\le z\le 22.

  6. Confirm both endpoints are attainable. The bounds are reached when both constraints sit at their extremes. Taking x+y=1x+y=-1 and x6y=2x-6y=2 gives x=47x=-\tfrac47, y=37y=-\tfrac37, and z=6(47)8(37)=247+247=0z=6(-\tfrac47)-8(-\tfrac37)=-\tfrac{24}{7}+\tfrac{24}{7}=0. Taking x+y=4x+y=4 and x6y=3x-6y=3 gives x=277x=\tfrac{27}{7}, y=17y=\tfrac17, and z=162787=1547=22z=\tfrac{162}{7}-\tfrac{8}{7}=\tfrac{154}{7}=22. Both ends are achieved, so the range is exactly [0,22][0,22].

Answer

0z220\le z\le 22

Need to solve a different problem like this? Open the solver →