C(n,k) = n! / (n-k)!k!
Find n and k such that the ratios satisfy the equation
C(n,k) : C(n,k+1) : C(n, k+2) = 1:2:3
We sort of never learned factorials, soooo... I get the gist of how they work, but I can't even begin to comprehend what's going on here.