This document discusses two topics: balls into bins and randomized quick sort. For balls into bins, it calculates the probability of certain events, such as the probability that there is at least one empty bin if balls are randomly placed into bins. For randomized quick sort, it examines the probability that two specific elements get compared during the sorting process and notes that directly calculating this probability is not feasible. It then presents an alternative approach that models the problem as a random experiment involving two friends to make the probability analysis more tractable. The document also introduces random variables and expected value as tools for probability theory.