Solving $\binom{39}{5+2x}=\binom{39}{2x-2}$

76 Views Asked by At

I have this equation: $$\binom{39}{5+2x}=\binom{39}{2x-2}$$

And I don't know how to solve it. I've tried by the definition of combination but I get stuck.

I get stuck here:

4

There are 4 best solutions below

0
On BEST ANSWER

Hint:

$$\binom np=\binom nq\iff p+q=n \text{ OR } p=q$$

0
On

we have

$\binom{n}{p}=\binom{n}{n-p}$

so your equation offers two possibilities:

$5+2x=2x-2$ which is not possible

or

$5+2x=39-(2x-2) $ which gives

$x=\frac{36}{4}=9$.

0
On

You can solve this question very easily by using the property $\binom{n}{r} = \binom{n}{n-r} $

Change the term on the RHS to$$ \binom{39}{41-2x} $$ Now equate the bases of both combinations and you'll get $$5+ 2x = 41-2x $$ Solving for x you'll get $$x = 9 $$

0
On

Think about $\binom{n}{k} = \binom{n}{n-k}$.

Then

$39-(5+2x)=2x-2$

$39-5-2x=2x-2$

$34-2x=2x-2$

$4x=36$

$x=9$

Alternatively you could have set it up also as

$5+2x=39-(2x-2)$

and solved for $x$ as well.