Combinations: C(28,2n)/C(24,2n-4)=225/11 Solve for n

  • Thread starter Thread starter yourmom98
  • Start date Start date
  • Tags Tags
    Combinations
yourmom98
Messages
42
Reaction score
0
i am given C(28,2n)/C(24,2n-4)=225/11 where C are combonations. i am supposed to solve for n. after subbing in n and k and simplifying i get (11*28!)/2n!=(225*24!)/(2n-4)! (i am pretty sure this is correct). i do not seem to be able to continue after that. how do i solve for n?
 
Physics news on Phys.org
No, a combination is
C(n, k) = n!/(k!(n-k)!)
it looks like you are using permutations. Once you fix that, you should look for ways to cancel out the factorials by writing them as products. n!/k! = n * (n-1) * ... * (n-k+1) with n > k will be useful.
 
C(28, 2n)= \frac{28!}{(2n)!(28- 2n)!}
C(24,2n-4)= \frac{24!}{(2n-4)!(24- (2n-4))!}
so the quotient is (fortunately for us 24- (2n-4)= 24- 2n+ 4= 28- 2n)
\frac{28!}{(2n)!(28- 2n)!}\frac{(2n-4)!(28-2n!)}{24!}<br /> <br /> Now, what is \frac{28!}{24!}? What is \frac{(2n-4)!}{(2n)!}?<br /> Set equal to \frac{225}{11} and solve for n.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top