The correct option is D (n+5)C5
To find the number of solutions for the inequation x1+x2+x3+x4+x5≤n is same as sum of the number of solutions of the equations x1+x2+x3+x4+x5=k, where 0≤k≤n.
therefore for the given k, such that 0≤k≤n., the number of solutions of the equation are k+5−1C5−1=k+4C4.
Hence the total number of solutions are n∑k=0k+4C4=4C4+5C4+6C4+⋯+n−1+4C4+n+4C4
Now replace 4C4 by 5C5 and use the pascal identity for the first two terms n∑k=0k+4C4=6C5+6C4+⋯+n−1+4C4+n+4C4.
Continuing the process we get the sum as n+5C5.