powered by
Inverts the binomial coefficient for general (n,k).
inverse.choose(x, k)
the binomial coefficient.
the denominator of the binomial coefficient x.
x
the numerator of the binomial coefficient, if the Otherwise
Given a quantity x = choose(n, k) with fixed k, finds n.
# NOT RUN { 100 == inverse.choose(choose(100,2), k = 2) # TRUE 12345 == inverse.choose(choose(12345, 5), k = 5) # TRUE # }
Run the code above in your browser using DataLab