How many different integer values can $m$ take, given that the following expression is an integer?
$$\frac{\sqrt{8}+\sqrt{32}}{\sqrt{m}}$$
Well
$$\frac{\sqrt{8}+\sqrt{32}}{\sqrt{m}} = \frac{\sqrt{8}+2\sqrt{8}}{\sqrt{m}} = 3\frac{\sqrt{8}}{\sqrt{m}} = 3\sqrt{\frac{8}{m}}$$
So we can only choose $m\in \{2, 8\}$. However, are there other integer values that I might be missing?
EDIT: Writing
$$3\sqrt{\frac{8}{m}} = \sqrt{\frac{72}{m}}$$
It's now obvious that $m\in \{2, 8, 18, 72\}$.