Why is $r^2 + 2rs + s^2$ composite for all positive integer $r$ and $s$?
By definition,
A integer $n > 1$ is composite if and only if there exist positive integer, $r$ and $s$, so that $n = r \times s$ and $r$ does not equal $1$ and $s$ does not equal $1$.
So from the question above, it says for all positive integer $r$ and $s$.
All positive integers includes $1$, however, by definition, it says $r$ and $s$ must not be equal to $1$.
Therefore, I conclude they are not composite.
Unfortunately, the answer said that they are composite.
How is this so and how do I prove that they are composite even it says "for all positive integer $r$ and $s$"?
This is essentially a rephrasing of the other answers that might make you understand it.
We have that $$r^2 + 2rs + s^2 = (r+s)\cdot(r+s). $$
Hence the expression is composed of two factors, and it is a composite number as long as non of the factors are equal to $1$.
However, since $r$ and $s$ are positive integers they satisfy $r\geq 1$ and $s\geq 1$, and hence the factors satisfy $r+s\geq 2$. Since the factors are larger than $2$, they are in particular not equal to $1$, and hence the given number is composite.