By definition, the Binomial Theorem states:
$$(x+y)^n = {n\choose 0}x^n + {n\choose 1}x^{n-1}y + {n\choose 2}x^{n-2}y^2 + \cdots + {n \choose {n-1}}xy^{n-1} + {n \choose n}y^n$$
For any $x,y\in\mathbb R$ and $n \in \mathbb N$.
Now I know I could expand this simply by using the binomial theorem as stated above and just look at the coefficient of $x$ where $n = 7$, however that gets very lengthy, especially when - like in this case - our $n$ is a large number.
I was hoping for a better understanding through an explanation of how I may go about tackling this problem without expanding to the $n$th term.