Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.41 KB

File metadata and controls

27 lines (23 loc) · 1.41 KB

This repository contains contributed solutions to end of chapter exercises in Introduction to Probability, 2nd edition by Joe Blitzstein and Jessica Hwang.

The book contains many fantastic exercises that help develop intuition for thinking probabilistically. The authors provide solutions to some of these exercises on the book website, but most don't have published solutions. This repository aims to provide solutions for self-learners.

Solved Problems (Recordings): Part I »

How to Contribute

  1. If adding a new chapter, add a reference entry to chapters/index.tex
\subimport*{chapters/[chapter number]/}{index}
  1. If adding a new section, add a reference entry to chapters/[chapter number]/sections/index.tex
\subimport*{sections/[section name]/}{index}
  1. Solution files are named [problem number].tex and placed in the chapters/[chapter number]/sections/[section name]/problems directory.
  2. An entry for the new solution file is added to chapters/[chapter number]/sections/[section name]/index.tex
\subsection{problem [problem number]}
\input{problems/[problem number]}