To find the number of positive integral solutions for the equation $x+y+z=12$, given the constraint $x \le y \le z$, we need to follow a systematic approach. This problem can be solved using the method of generating functions or combinatorial arguments.
The inequality constraint $x \le y \le z$ requires us to partition the solutions of $x+y+z=12$ into cases where each solution satisfies the constraint. Begin by assuming $x=a$, $y=a+b$, and $z=a+b+c$, where $a$, $b$, and $c$ are non-negative integers. Then, we have:
$$a+ (a+b) + (a+b+c) = 12$$
This simplifies to:
$$3a + 2b + c = 12$$
We solve this equation for non-negative integers $a$, $b$, and $c$. Consider different values for $a$:
Adding all these gives $7+5+4+2+1=19$ solutions.
However, we need to constrain the result further by ensuring $x \le y \le z$. We realize that these 19 solutions account for all permutations of $(x,y,z)$, overcounting as some permutations don't satisfy the constraints. For each triplet where $x=y$, $y=z$, or both, there are no permutations violating $x \le y \le z$. We need to divide by 3! (since for $a \ne b \ne c$, each set can be arranged in 6 ways, but only one satisfies $x \le y \le z$).
The number of distinct solutions satisfying $x \le y \le z$ is $19/3! \approx 11$.
Thus, the number of solutions is 11.