So I have this question, and I know that I need to start off with downgrading $782$ to $762$ (to account for $x_4$ and $x_5$ being equal to $10$).
$x_1 +x_2+x_3+x_4+x_5 ≤ 782$
where $x_1,x_2 > 0$, $x_3 ≥ 0$
$x_4,x_5 \geq 10$.
How would I go about solving this using the combination formula after deflating $782$ to $762$?
$y_1=x_1+1, y_2=x_2+1,y_3=x_3, y_4=x_4+10,y_5=x_5+10, y_6 \geq 0 \to (y_1+1)+(y_2+1)+y_3+(y_4+10)+(y_5+10)+y_6 = 782 \to y_1+y_2+y_3+y_4+y_5+y_6=762$. The number of solutions is:
$\binom{762+6-1}{6-1} = \binom{767}{5}$