Solving Combination Problem: 11Cn=330

  • Thread starter Thread starter temaire
  • Start date Start date
  • Tags Tags
    Combination
AI Thread Summary
To solve the combination problem 11Cn=330, the equation can be expressed using the combination formula, leading to n!(11-n)!=133056. The solutions for n are identified as 4 or 7, with both values satisfying the equation due to the symmetry in combinations. A combination of algebraic manipulation and guess-and-check methods is suggested to find the correct n values efficiently. The approach involves simplifying the factorials to reveal patterns, ultimately confirming that n must be less than 8. The discussion emphasizes the effectiveness of combining algebra with practical testing to solve the problem.
temaire
Messages
275
Reaction score
0

Homework Statement


Solve for n.
11_{C}_n=330


Homework Equations


n_{C}_r=\frac{n!}{(n-r)!r!}
Sorry if the combination formula looks bad. I don't know how to write the comb. formula with Latex.


The Attempt at a Solution


I solved for n as far as n!(11-n)!=133056 How do I go further with this? The answers are 4 or 7.
 
Physics news on Phys.org
Honestly the easiest way to do this would be a combination of algebra and guess and check. You should see that both n and 11-n would solve the equation, so finding one answer would give you the answer.

The usual way to reduce factorials is to try to keep as much of the factorial together as possible, which often let's you see patterns easier. For instance:

_{11}C_n = \frac{11!}{n!(11-n)!} = 330 \implies n!(11-n)! = \frac{11!}{2 \cdot 3 \cdot 5 \cdot 11}

You can cancel out the 11 and the 10 on top, leaving you with:

n!(11-n)! = 3 \cdot 8!

Now you start with the guess and check. You know that n has to be less than 8.
 
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