How to Find Positive Integer Ordered Pairs for Binomial Coefficient Equation?

  • Thread starter Thread starter juantheron
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
juantheron
Messages
243
Reaction score
1
Calculation of Total no. of positive integer ordered pairs ##(n,r)## in ##\displaystyle \binom{n}{r} = 120##

My Solution:: Clearly ##\displaystyle \binom{n}{r} = 120 \Rightarrow \binom{120}{1} = \binom{120}{119} = 120##

So ##(n,r) = (120,1)\;\;,(120,119)## are positive integer ordered pairs which satisfy the given equation.

Now we will calculate for other positive integer ordered pairs whether it is exists or not.

So ##\displaystyle \binom{n}{r} = \frac{n!}{r! \cdot (n-r)!} = 2^3 \times 3 \times 5\Rightarrow \frac{n!}{r! .\cdot (n-r)! \cdot 5} = 2^3 \cdot 3##

So Largest prime factors of ##120## is ##5##. So ##\displaystyle n\geq 5##

Now for ##r##. Here ## 1 \leq r < 119## and ##r \leq \frac{n}{2}##

So my Question is How can I calculate other positive ordered pairs.

So please help me

Thanks
 
Physics news on Phys.org
To Office_Shredder would you like to explain me in Detail

Thanks
 
To Office_Shredder

##\displaystyle \binom{n}{2}= 120\Rightarrow \frac{n.(n-1)}{2} = 120\Rightarrow n^2-n-240 = 0##


after solving we get ## n = -15## and ##n = 16##

So we can say ##\displaystyle \binom{n}{r} = 120## is satisfies for ##(16,2)##

Now How can I calculate other ordered pairs

and can we restrict positive integer value of ##n## and ##r##

Thanks
 
OK, now can you solve it for r=3? It's a little harder (it's a cubic, so you probably want to take out a calculator and try a bunch of values - note that it will be for some value n smaller than 16!). How about r=4, r=5 etc.?
 
Thanks Office_Shredder I did not understand how can i solve for cubic equation.
 
For r=3 you want to solve
[tex]{n \choose 3} = 120[/tex]
which becomes
[tex]\frac{n(n-1)(n-2)}{3!} = 120[/tex]
equivalently,
[tex]n(n-1)(n-2) = 720[/tex]

Based on the r=2 case any solution of n has to be less than 16 (why?), so just take out a calculator and try n=1, n=2, etc. through n=15 and see if there are any possibilities (or factor 720 and see if you can write it as n(n-1)(n-2) for some n)

Then you can similarly solve
[tex]{n \choose 4} = 120[/tex]
and
[tex]{n \choose 5} = 120[/tex]
and at some point your choices for n will be small enough that you will be able to conclude that there are no more solutions to be found (think about why this is, it's similar to the reason why for r=3 I know I can exclude n > 15)