We need to find the area of a quadrilateral with these boundaries:
Left side: Y-axis (x=0)
Right side: Line x=5
Top and bottom: The equation ∣x−y∣−∣x−5∣=2 The key insight is that since our region is between x=0 and x=5, we know x≤5 always. This means ∣x−5∣=5−x.
Simplifying the equation:
∣x−y∣−∣x−5∣=2
∣x−y∣−(5−x)=2
∣x−y∣=2+5−x=7−x
Removing the remaining absolute value gives us two cases: Case A: When x−y≥0 (meaning x≥y):
x−y=7−x
2x−y=7
y=2x−7 Case B: When x−y<0 (meaning x<y):
−(x−y)=7−x
−x+y=7−x
y=7
Finding the vertices where these lines meet x=0 and x=5: At x=0:
Line y=2x−7: y=2(0)−7=−7 → Point (0,−7)
Line y=7: y=7 → Point (0,7) At x=5:
Line y=2x−7: y=2(5)−7=3 → Point (5,3)
Line y=7: y=7 → Point (5,7)
Our quadrilateral has vertices: (0,−7), (0,7), (5,7), (5,3) This forms a trapezoid with:
Left side height: from y=−7 to y=7, so height =14
Right side height: from y=3 to y=7, so height =4
Width: 5−0=5 Using trapezoid formula: Area=21×(sum of parallel sides)×width Area=21×(14+4)×5=21×18×5=45