Step by step approach to use a basic recursive factorial block in computing permutations of n things taken r at a time. #permutations = n! / (n-r)! Students should use this model to build the combination calculator.