Question 984075
<pre>
We can choose the k numbers to be in their natural positions nCk ways.
The other n-k numbers are not in their natural positions in !(n-k) ways.

Answer (nCk)*!(n-k)

Where !(n-k) = greatest integer not exceeding (n-k)!/e  where e = 2.718281828...

Edwin</pre>