Find all values of $n > 1$ for which one can dissect a rectangle into $n$ right triangles.
For $n=2$, it is easy to show that it is possible (just insert the diagonal).
For $n=3$, it is not possible ( I tried on some examples but not able to do it).
For $n=4$, it is possible first make two rectangle from the original rectangle then use the case of $n=2$
So if $n=2k$ (means even) then it is always possible.
I am not able to generalize the result. I am trying induction on $n$, but not getting anything.
You can always dissect a rectangle into $3$ right triangles:
And you can cut any of these trianlges into two, and so on... Eventually you can dissect a rectangle into any number $n \ge 2$ right triangles.