I came across a question related to right triangles with side lengths that are natural numbers:
Q. A "natural" triangle is one where all the side lengths are natural numbers. Prove that a natural right triangle always has an area that is divisible by $6$.
My Attempt:
I labelled the sides as $a,b,$ and $c$ ($c$ is the hypotenuse). We have $a^2+b^2=c^2$. If we consider this equation modulo $4$ we see that atleast one of $a^2$ or $b^2$ must be divisible by $4$. This ensures that the area, which is given by $A=\frac{1}{2}ab$, is also a natural number. Now I considered the equation modulo $3$ and so, atleast one of $a^2$ or $b^2$ must be divisible by $3$. From this, we also get that atleast one of $a$ or $b$ must be divisible by 3. From here, I don't know what to do.
Note that I am aware of the solution that uses the general formula for all primitive pythagorean triplets, but that doesn't seem like something I could've come up with on my own during an exam, so please let me know if there are solutions that don't use that formula.
Addendum added to respond to the comment of Thomas Anton.
You have solved the problem without realizing it.
Perhaps you were thrown by the significance of the $(1/2)$ factor in the formula $(1/2) \times a \times b$.
While it is necessary to show that one of the two numbers $a,b$ was a multiple of $4$, the problem is completed merely by showing that one of the two numbers $a,b$ is a multiple of $3$.
As you indicated, a simple (mod $3$) argument does the trick, and so you are done.
Therefore, there is no need to reference the general formula for generating pythagorean triples.
Addendum
Responding to the comment of Thomas Anton.
Nice catch.
Unclear if the following $\pmod{8}$ argument was intended by the OP (i.e. original poster).
Assume, without loss of generality, that
$a = (4r + 2), b = (2s + 1).$
This implies that
$$a^2 + b^2 = 16r^2 + 16r + 4 + 4s^2 + 4s + 1. \tag1 $$
Note that $~4s^2 + 4s = 4s(s+1),~$ which must be a multiple of $8$. Therefore, the expression in (1) above must be congruent to $5 \pmod{8}$.
This implies that $~c^2 \equiv 5\pmod{8},~$ which is impossible.
Therefore, under the assumption that $a$ is even, either $a$ is a multiple of $4$ or $a$ and $b$ are both even.