Combinatorial justification on $n^{2} = (n-1)^{2} + 2(n-1) +1$
Not sure how how to prove this through combinatorial justification, now I know that the RHS is just $n^{2}$ after simplification but that would be an algebraic proof not combinatorial.
In the LHS, say there are a group of size of $2n$ items, evenly separated into $2$ sub-groups, each sub-group contain exactly $n$ items. To pick $2$ items total, that is to pick $1$ item from each of the sub-groups, together there will be $n^{2}$ of possibility to pick from.
Now the RHS. I can say that $(n-1)^{2}$ is somewhat similar from what i described above but with only a sub-group that has size $(n-1)$, in the end, you would still be able to pick 2 items that each is from a $(n-1)$ sub-group.
And that $2(n-1) = 2n - 2$. Which is kind of similar like $n-1$ situation but is choosing from $2n-2$ size group of items. in the end, you just add another item with $+1$ at the end to combine into $2$ items ..
I know this is wrong. But I really dont know how to prove it through combinatorial justification.
Consider this argument:
Suppose you have a collection of balls, of $n$ different colors (red, blue, etc.) and $n$ different patterns (striped, solid, etc.). Each one has a unique color-and-pattern combination, and each possible combination is used. How might you count them?
Trivially, $n \cdot n = n^2$ gives one enumeration.
What if you set aside all of the balls that have a specific color or a specific pattern? Then you have $n-1$ colors and patterns that don't fit, for $(n-1)^2$ total. Of those you set aside, you have $n$ balls of the given color, and $n$ of the given pattern, and one that is both. Hence, you have $2(n-1)$ balls that only fit one criteria, and $1$ that fits both.
Hence,
$$n^2 = (n-1)^2 + 2(n-1) + 1$$
More pictorially, it's like finding two different ways to find the area of this square:
Then
$$n^2 = \color{blue}{(n-1)^2} + \color{green}{2(n-1)} + \color{red}{1}$$