1. We are given the function f(x) which is defined as the minimum of three linear functions: 4x+1, x+2, and −2x+4. We need to find the maximum value of f(x).
2. To determine the intervals where each function is the minimum, we first find the points of intersection of the three lines:
- Set 4x+1=x+2:
4x+1=x+2⟹3x=1⟹x=31
- Set 4x+1=−2x+4:
4x+1=−2x+4⟹6x=3⟹x=21
- Set x+2=−2x+4:
x+2=−2x+4⟹3x=2⟹x=32
3. We now have the points of intersection x=31, x=21, and x=32. These points divide the real line into intervals. We will analyze each interval to determine which function is the minimum in that interval.
4. For x≤31:
- Compare 4x+1, x+2, and −2x+4:
4x+1≤x+2and4x+1≤−2x+4
- At x=31:
4(31)+1=34+1=37
5. For 31≤x≤32:
- Compare 4x+1, x+2, and −2x+4:
x+2≤4x+1andx+2≤−2x+4
- At x=32:
32+2=32+36=38
6. For x≥32:
- Compare 4x+1, x+2, and −2x+4:
−2x+4≤4x+1and−2x+4≤x+2
- At x=32:
−2(32)+4=−34+4=38
7. From the above analysis, the maximum value of f(x) is 38.
The final answer is 38.