$\big(^n_7\big)$ denotes the number of ways of choosing $7$ objects from among $n$ objects.
For a real number $n , [n]$ denotes the greatest integer not exceeding x.
My attempt :
I simplified $\big(^n_7\big)$ as $\frac {\prod_{j=0}^{6} {(n-j)}} {7!} $.
For ${ \begin{bmatrix}{\frac {n}{7}} \end{bmatrix} }$, the only thing I could infer was that if $n=7k+m $, where $(k,m) \in N$ and $m < 7$ , ${ \begin{bmatrix}{\frac {n}{7}} \end{bmatrix} }$ would equal $k$.
How should I proceed? Can anyone help?