1

I'm stuck on this one. I am not expected to know how to solve cubic equations so this gets even more confusing, as i get $\binom n 3 = 120$. So I can't even calculate $n$.

Is there a way to go around solving the cubic equation?

John Doe
  • 1,080

1 Answers1

2

We have $$\dfrac{n(n-1)(n-2)}{3!} = 120 \implies (n-1)^3-(n-1) = 720 \implies (n-1)^3 > 720$$ Hence, $n > 1+\sqrt[3]{720}$. By a same argument $(n-2)^3 < 720$, which implies that $n < 2+\sqrt[3]{720}$. It is not that hard to approximate $\sqrt[3]{720}$, since $9^3 = 729$. This means $9<n<11$. Hence, the only possible integer is $10$, which indeed satisfied $\dbinom{10}3 = 720$.

Adhvaitha
  • 20,259