Algebraically Determining the Solution to this Combination

  • Thread starter Thread starter Euler2718
  • Start date Start date
  • Tags Tags
    Combination
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 · 2K views
Euler2718
Messages
90
Reaction score
3

Homework Statement



[tex]\dbinom{7}{r} = 21[/tex]

Homework Equations



[tex]\dbinom{n}{r} = \frac{n!}{(n-r)!r!}[/tex]

The Attempt at a Solution



[tex]\dbinom{7}{r} = 21[/tex]

[tex]\frac{7!}{(7-r)!r!} = 21[/tex]

[tex]7! = 21(7-r)!r![/tex]

[tex]240 = (7-r)!r![/tex]

So I get here and the convention is to guess in check (to my knowledge). I found a way to do it on my TI-84; simply go y= 7 nCr x ; then observe the table to gather the solutions of 5 and 2. But how would you do this algebraically (no guess and check)?
 
Physics news on Phys.org
Morgan Chafe said:

Homework Statement



[tex]\dbinom{7}{r} = 21[/tex]

Homework Equations



[tex]\dbinom{n}{r} = \frac{n!}{(n-r)!r!}[/tex]

The Attempt at a Solution



[tex]\dbinom{7}{r} = 21[/tex]

[tex]\frac{7!}{(7-r)!r!} = 21[/tex]

[tex]7! = 21(7-r)!r![/tex]

[tex]240 = (7-r)!r![/tex]

So I get here and the convention is to guess in check (to my knowledge). I found a way to do it on my TI-84; simply go y= 7 nCr x ; then observe the table to gather the solutions of 5 and 2. But how would you do this algebraically (no guess and check)?
Write out both the factorials and 21 in product form.
##7! =2\cdot3\cdot4\cdot5\cdot6\cdot7##.
##21=3\cdot7##.
See what factors should cancel.
 
  • Like
Likes   Reactions: Euler2718
ehild said:
2,3,4,5, should cancel with r!

What do you mean?
 
Think of the definition of n!.
[tex]\dbinom{7}{r} = \frac{2\cdot3\cdot4\cdot5\cdot6\cdot7}{(2\cdot3\cdot \cdot\cdot)(\cdot\cdot\cdot)}=3\cdot7[/tex]

Simplifying the fraction, you get 7*3.
 
  • Like
Likes   Reactions: Euler2718
ehild said:
Think of the definition of n!.
[tex]\dbinom{7}{r} = \frac{2\cdot3\cdot4\cdot5\cdot6\cdot7}{(2\cdot3\cdot \cdot\cdot)(\cdot\cdot\cdot)}=3\cdot7[/tex]

Simplifying the fraction, you get 7*3.

Sorry, I still don't quite follow what's happening in the denominator.
 
ehild said:
Think of the definition of n!.
[tex]\dbinom{7}{r} = \frac{2\cdot3\cdot4\cdot5\cdot6\cdot7}{(2\cdot3\cdot \cdot\cdot)(\cdot\cdot\cdot)}=3\cdot7[/tex]

Morgan Chafe said:
Simplifying the fraction, you get 7*3.

Sorry, I still don't quite follow what's happening in the denominator.
ehild is asking you to fill in the missing parts, using the definition of ##\dbinom{7}{r}##. What should be the last (largest) number in (##2 \cdot 3 \cdot \dots ?##)? What should be the factors in (##\dots##)?
 
  • Like
Likes   Reactions: Euler2718
Mark44 said:
ehild is asking you to fill in the missing parts, using the definition of ##\dbinom{7}{r}##. What should be the last (largest) number in (##2 \cdot 3 \cdot \dots ?##)? What should be the factors in (##\dots##)?

I think I have some clarity on it. In the numerator, the only pairs of numbers that even have a chance to be divided (once multiplied together) to make 21 are 7 and 6. So that means that 5! must cancel up in the numerator to leave these two factors. By consequence, (7-5)! = 2! = 2, thus 42/2 = 21. It's also then obvious that if r=2, 5! occurs in the (7-r)!, and also works. Does this reasoning make sense?
 
Yes.
Morgan Chafe said:
I think I have some clarity on it. In the numerator, the only pairs of numbers that even have a chance to be divided (once multiplied together) to make 21 are 7 and 6. So that means that 5! must cancel up in the numerator to leave these two factors. By consequence, (7-5)! = 2! = 2, thus 42/2 = 21. It's also then obvious that if r=2, 5! occurs in the (7-r)!, and also works. Does this reasoning make sense?
Yes. But why do you multiply the factors? 21 = 3*7 and you have to divide 6*7 by 2 to get it.
 
  • Like
Likes   Reactions: Euler2718