Can anyone explain part c) to me from this explanation? I don't understand how the author gets:
$x=\frac1b$ when $a>b$
and
$x=\frac1a$ when $b>a$
Intuitively I don't see how x can be used in both of those equations.
I tried drawing it but I don't see the connection.

In my opinion there are infinite solutions on the line since there is only one constraint and there are no other constraints that intersect this constraint. Even when $a>b$ or $b>a$ since you still have the same number of constraints from the linear program.
Update
I just realized now why this didn't click with me as I wasn't properly understanding the linear program. My assumption was $x$ AND $y$ need to be maximized meaning whatever point on the line is a solution.
I was not thinking:
$result = x + y$
Maximize the $result$
Where an isosceles region has many solutions because all points on the line have the same $result$. And a scalene region has only one unique solution since it is the max $result$.



