Distinguish novice from competent practitioner:
- Evaluate the binomial coefficient 6 choose 4.
- Write a program to evaluate the ratio of (n+1)! to n! and describe the flaws in the resulting output.
Distinguish expert from competent:
- How can you improve the accuracy of the combinatorical functions without using higher-precision representations?
- How should you set the boundary between direct evaluation and approximation methods when trying to evaluate combinatorical functions like 4563 choose 4988 ?