How many Pythagorean triplets $\{a,b,c\}$ exist, where $a,b,c$ are all odd?
As far as I know there are no such triplets. $\{3, 4, 5\}; \{5,12,13\} ; \{7,24,25\}$ and its multiples are examples.
Is there any explanation on why all the integers forming a triplet are not all odd or all even?
Suppose the numbers are $a,b,c$. Suppose $a^2+b^2=c^2$. The order doesn't matter anyway. Since $a$ and $b$ are odd, $a^2+b^2$ will be even. But, $c^2$ is odd. Hence, no such triplet can exist.