This repository contains my organized solutions and study notes for the textbook Introduction to Probability by Joseph K. Blitzstein and Jessica Hwang. It serves as a personal study log and problem set archive as I work through key concepts and exercises to deepen my intuition and technical fluency in probability.
All problems are taken from: Joseph K. Blitzstein & Jessica Hwang β Introduction to Probability (2nd Edition) π ISBN: 978-1-138-19790-9 π Harvard Course Site (Archived)
Each folder corresponds to a major topic or chapter in the book. Within each folder you'll find:
- Problem Sets with my handwritten or typed solutions
- Brief Notes summarizing key concepts when needed
- Diagrams or visualizations (if applicable)
- Subdirectories for specific sections (e.g.,
Basic Counting
,Conditional Probability
,Random Variables
)
problem-sets/
βββ 01_probability_and_counting/
β βββ README.md
β βββ permutations-combinations.md
β βββ inclusion-exclusion.md
β βββ ...
βββ 02_conditional-probability/
β βββ total-probability.md
β βββ bayes-rule.md
β βββ ...
βββ 03_random-variables/
βββ 04_expectation/
βββ 05_distributions/
βββ ...
βββ README.md
Most problems are:
- Solved by hand in a notebook
- Then typed using Markdown for clarity and future reference
- Accompanied by concise notes explaining the reasoning behind each solution
The focus is not speed but masteryβthis effort is part of my long-term technical foundation building under my Project10X Stats study plan.
This repository is growing gradually as I progress through the book. Some sections may still be drafts or contain only partial work.
- Basic Counting (sets, permutations, combinations)
- Conditional Probability
- Bayesβ Rule & Independence
- Random Variables
- Expectation, Variance
- Discrete and Continuous Distributions
- Joint Distributions
- Law of Large Numbers
- Central Limit Theorem
- Markdown + Git for version control and formatting
- LaTeX (via KaTeX or MathJax) for clean math notation
- Diagrams created by hand or with drawing tools (Desmos, draw.io, etc.)
This project is for educational and personal use only. Problems and concepts are based on the book Introduction to Probability by Blitzstein & Hwang, Β© Cambridge University Press.