For C(n, m), what values of n and m make C the largest?

  • Thread starter Thread starter asdf1
  • Start date Start date
AI Thread Summary
The values of n and m that maximize C(n, m) depend on the interpretation of C(n, m). If C(n, m) refers to the binomial coefficient, there is no largest value as increasing n indefinitely yields larger coefficients. For a fixed n, the maximum value of C(n, m) occurs at m equal to n/2 when n is even, or at m equal to (n-1)/2 and (n+1)/2 when n is odd. Observing Pascal's triangle reveals the pattern for determining the optimal m for a given n. Understanding these relationships is crucial for maximizing the binomial coefficient.
asdf1
Messages
734
Reaction score
0
for C(n, m), what values of n and m make C the largest?
 
Physics news on Phys.org
Well, that depends a lot on what C(n,m) means!

If it is the binomial coefficient, \frac{n!}{m!(n-m)!}, then the answer depends on precisely what you are asking. If I take your question literally: that n and m can be any positive integers (m<= n) there is no answer: taking n larger and larger gives larger and larger values for C(n,m). There is no largest value.

If you mean "for a specific n, what value of m makes the binomial coefficient C(n,m) largest", write a few rows of Pascal's triangle and the pattern should become obvious. A precise answer then will depend on whether n is even or odd.
 
thank you!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top