So I have done this question from Boas, Mathematical Methods in Physical sciences, which is
In the expansion of $(a + b)^n$ (see Example 2), let $a = b = 1$, and interpret the terms of the expansion to show that the total number of combinations of n things taken $1, 2, 3, · · · , n$ at a time, is $2^n − 1$
and here is my solution
$2^n=\begin{pmatrix}n\\ 0\end{pmatrix}+\begin{pmatrix}n\\ 1\end{pmatrix}+.....\begin{pmatrix}n\\ r\end{pmatrix}+\begin{pmatrix}n\\ r+1\end{pmatrix}+.....\begin{pmatrix}n\\ n-1\end{pmatrix}+\begin{pmatrix}n\\ n\end{pmatrix}$
as $\begin{pmatrix}n\\ 0\end{pmatrix}=1$
then
$2^n-1=\begin{pmatrix}n\\ 1\end{pmatrix}+.....\begin{pmatrix}n\\ r\end{pmatrix}+\begin{pmatrix}n\\ r+1\end{pmatrix}+.....\begin{pmatrix}n\\ n-1\end{pmatrix}+\begin{pmatrix}n\\ n\end{pmatrix}$
From perivous questions I have done in this book these types of question are generally trying to teach you something, like a concept, but I am having a hard time in seeing what it trying to convey.
What I mean by this is what type of realy life question, physics or maths would this be applied to?
Or am I over thinking it and it was just a question that has no meaning.
edit: The see example 2 refers to $\left(a+b\right)^n=\sum ^n_{r=0}\begin{pmatrix}n\\ r\end{pmatrix}a^{n-r}b^r$