I have the following equation: $${{x}\choose{3}}=10$$ I want to solve it for $x$ so I wrote: $${{x}\choose{3}}=\frac{x!}{3!(x-3)!}=10$$ which follows: $$\frac{x!}{(x-3)!}=60$$ I wonder how to proceed from here and solve for $x$? As $(x-3)!\neq x!-3!$.
2026-03-26 09:45:45.1774518345
On
Solve an equation which contains binomial coefficient
572 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
$$\frac{x!}{(x-3)!} = x(x-1)(x-2)$$
as $x(x-1)(x-2)=60$ which is a cubic equation it can easily be solved
giving $x=5$
Hint: Simplifying $$\binom{x}{3}=\frac{x(x-1)(x-2)}{1\cdot 2\cdot3}$$ we get $$\frac{x^3-3x^2+2x}{6}=10$$