Skip to content

Organized problem set solutions from Introduction to Probability by Blitzstein. Part of my Project10X initiative to master probability through deep, structured problem-solving.

Notifications You must be signed in to change notification settings

eigenlambda123/probability-problemSets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Probability Problem Sets – Based on Introduction to Probability by Blitzstein

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.


Resource Used

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)


Structure & Organization

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

How I'm Solving

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.


Work In Progress

This repository is growing gradually as I progress through the book. Some sections may still be drafts or contain only partial work.


Covered Topics (in progress)

  • 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

Tools Used

  • 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.)

πŸ“œ License

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.

About

Organized problem set solutions from Introduction to Probability by Blitzstein. Part of my Project10X initiative to master probability through deep, structured problem-solving.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published