Question

Difficulty: Very hardLinear Inequalities and Absolute Value

If xx is a real number that satisfies the inequality 2x574||2x - 5| - 7| \le 4, and y=3xy = |3 - x|, what is the difference between the maximum possible value and the minimum possible value of yy?

  1. A
    3
  2. B
    4
  3. 5Answer
  4. D
    6
  5. E
    7

Answer

The difference between the maximum possible value and the minimum possible value of yy is 5.
Solving 2x574||2x - 5| - 7| \le 4 gives 32x5113 \le |2x - 5| \le 11, which restricts xx to the disconnected domain [3,1][4,8][-3, 1] \cup [4, 8]. Evaluating y=3xy = |3 - x| across these intervals gives a maximum value of 6 (at x=3x = -3) and a minimum value of 1 (at x=4x = 4). The difference between the maximum and minimum values is 61=56 - 1 = 5.

Step-by-Step Solution

1
Unpack the outer absolute value inequality 2x574||2x - 5| - 7| \le 4.
42x574    32x511-4 \le |2x - 5| - 7 \le 4 \implies 3 \le |2x - 5| \le 11.
An absolute value inequality ua|u| \le a (for a0a \ge 0) is equivalent to aua-a \le u \le a.
2
Solve the double inequality 32x5113 \le |2x - 5| \le 11 by splitting it into two conditions.
Condition 1: 2x511    112x511    3x8|2x - 5| \le 11 \implies -11 \le 2x - 5 \le 11 \implies -3 \le x \le 8.
Condition 2: 2x53    2x53|2x - 5| \ge 3 \implies 2x - 5 \ge 3 or 2x53    x42x - 5 \le -3 \implies x \ge 4 or x1x \le 1.
The quantity 2x5|2x - 5| must simultaneously satisfy upper and lower absolute value bounds.
3
Intersect Condition 1 and Condition 2 to determine the complete domain of xx.
x[3,1][4,8]x \in [-3, 1] \cup [4, 8].
Values in the open interval (1,4)(1, 4) make 2x5<3|2x - 5| < 3 and must be excluded from the domain.
4
Evaluate the range of y=3xy = |3 - x| over the valid domain of xx.
On [3,1][-3, 1], y=3xy = 3 - x decreases from 3(3)=63 - (-3) = 6 to 31=23 - 1 = 2, giving y[2,6]y \in [2, 6].
On [4,8][4, 8], y=x3y = x - 3 increases from 43=14 - 3 = 1 to 83=58 - 3 = 5, giving y[1,5]y \in [1, 5].
The complete range of yy is [1,6][1, 6].
Combining the output ranges of both disjoint intervals yields all possible values for yy.
5
Calculate the difference between the maximum and minimum values of yy.
Maximum y=6y = 6, Minimum y=1y = 1, Difference = 61=56 - 1 = 5.
Subtracting the minimum value 1 from the maximum value 6 gives the required difference.

Key Concept

Solving compound nested absolute value inequalities and finding the extreme values of a transformed function over disconnected solution intervals.
Estimated Time:2m 0s
Rate this question