Exercise 3: How This Course Builds Directly on Its Sibling — Possible Solution ==================================================================== HOW CHAPTER 2 (SAMPLING DISTRIBUTIONS) DEPENDS ON FUNDAMENTALS' OWN CHAPTER 8 (THE CENTRAL LIMIT THEOREM) ------------------------------ Fundamentals' Chapter 8 already established that a sample mean's own distribution approaches a normal shape as sample size grows, with a standard error (sigma/sqrt(n)) that shrinks as more data is collected - regardless of what the original underlying distribution looked like. This course's Chapter 2 doesn't need to re-derive any of that; it takes the CLT as an already-proven starting point and builds directly on top of it to describe how sample means behave across many different possible samples - exactly the foundation needed before confidence intervals (Chapter 3) can be built at all. HOW CHAPTER 9 (BAYESIAN UPDATING) DEPENDS ON FUNDAMENTALS' OWN CHAPTER 4 (BAYES' THEOREM) ------------------------------ Fundamentals' Chapter 4 already established the full Bayes' Theorem mechanism - converting a known P(evidence|hypothesis) into the actually useful P(hypothesis|evidence), using the law of total probability to build the denominator. That chapter applied the formula once, to a single fixed piece of evidence (a positive test result, a suspicious word in an email). This course's Chapter 9 reuses that exact same formula but applies it repeatedly, treating the posterior from one round of evidence as the new prior for the next - generalizing a single Bayes' Theorem calculation into an ongoing process of updating a belief as evidence keeps arriving over time. WHY THIS WORKS AS AN ANSWER ------------------------------ Both explanations are grounded directly in this chapter's own "not starting from zero" finding, naming the specific sibling-course chapter each dependency comes from and describing concretely what is being reused (the CLT's standard-error behavior, and the Bayes' Theorem formula itself) rather than describing the connection only in vague, general terms.