CSC344 Assignment 2 (Lisp)

Here's an abstraction of a Roman gladiator game: Your program has two parts
  1. Compute and print the probablility that, for each K from 0 to N, that K gladiators remain alive after the game, where N is an input to the program/function; assume it is at most 20. Express all results as rational numbers (i.e. fractions) as well as decimal proportions.
  2. Simulate the game 1000 times, and display the observed frequencies of each outcome.