Here's the challenge.
Prove that choose k, is always an integer. However, you are not allowed to use the fact that this is an integer counting function ie. that this is the way of choosing objects from a set of objects and therefore an integer.
Leave a proof in the comments :)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let's suppose that all coefficients for a particular n are integers. Check how this goes
k!(n−k)!n!+(k−1)!(n−k+1)!n!=
k!(n−k)!n!+k!(n−k)!(n−k+1)n!k=
k!(n−k)!n!(1+n−k+1k)=
k!(n−k)!n!(n−k+1n+1)=
k!(n−k)!n!(n+1−kn+1)=
k!(n+1−k)!(n+1)!
We've proved by induction that the coefficients for n+1 are also all integers. Etc.
Log in to reply
Nice one :) Can you see an intuitive reason why it is an integer (with the restriction still applying) ? I feel like I am missing something obvious.
Log in to reply
The sum of two integers is an integer. The assumption is that for all coefficients for a particular n are already integers. This then proves that they're all integers for n+1. I can spend more time making this more rigorous, but the essential point is the same. Pascal triangle, remember? If one row is all integers, then so is the next.
I suppose you'd like a proof where we can't start with the assumption that any of them are integers?
Log in to reply
Log in to reply
Let's make k<=2n.
(kn)=(n−k)!k!n!=(k)!(n−k+1)(n−k+2)...(n−1)n
We have numbers (n−k+1) through n in the numerator and 1 through k in the denominator, k numbers in both cases. Consecutive natural numbers will have its multiples in the range (n−k+1) through n which will make it possible for them to simplify. In other words, any set of k consecutive natural numbers will contain multiples of first k natural numbers.
It would be intuitive approach to understand why, not exactly the full proof.