The first thing I'd need to do is creating a term equal to $n \choose k $ just using multiplications. Then I need to show that the amount of multiplactions isn't exceeding $O(log(n))$.
But I'm missing out onto both parts. Do you have an idea? Or at least some starting help for me.
I already figured that due to Exponentation by Squaring it is possible to do this with $x^n$. That's why I feel like there has to be a way for $n \choose k$ aswell.