A stick of length $a$ is broken in three parts. Find the probability that the length of each part is less than $b$, where $b>a/3$.
A sample space, $\Omega$, is defined as:
$$\Omega=\{(x,y): x>0,y>0,a-x-y>0\}$$ $$=\{(x,y): x>0,y>0,x+y<a\}$$
where $x,y,a-x-y$ are lenghts of broken parts.
Event $A$: "The length of every part is less than $b,b>a/3$."
$$A=\{(x,y)\in\Omega\::0<x<b,0<y<b,0<a-x-y<b\}$$ $$=\{(x,y)\in\Omega\::0<x<b,0<y<b,a-b<x+y<a\}$$
Now, what I don't understand is the following:
In my book's solution it says that we consider two cases:
First case $$0<\frac{a}{3}<b\le \frac{a}{2}$$
In this case, $\Omega$ is a right angled triangle with sides $a$.
The problem in this case is how to determine event $A$ (I am given the geometric approach).
In my book's solution it says that event $A$ is also a right angled triangle. How?
Shouldn't it be quadrilateral surface?
We have that $$m(A)=\int_{a-2b}^b(b-(-x+a-b))dx$$
How?
Second case $$b > \frac{a}{2}$$
Here, $\Omega$ is defined as a square with side $b$, and event $A$ as a hexagonal surface.
How?
We have that $$m(A)=b^2-\frac{1}{2}(a-b)^2-\frac{1}{2}(2b-c)^2$$
Why do we choose $\frac{a}{2}$ as a bound in both cases?