diff --git a/source/sec-Confidence-Intervals.ptx b/source/sec-Confidence-Intervals.ptx
index 8616362..6605c34 100644
--- a/source/sec-Confidence-Intervals.ptx
+++ b/source/sec-Confidence-Intervals.ptx
@@ -181,6 +181,12 @@
Give an approximate 95% confidence interval for the value of p.
+
+
+
+ [0.504, 0.696].
+
+
@@ -197,6 +203,12 @@
Give a 95% confidence interval for the proportion p of left-handed people.
+
+
+
+ [0.056, 0.184].
+
+
@@ -206,6 +218,12 @@
Give a 90% confidence interval.
+
+
+
+ [0.066, 0.174].
+
+
@@ -220,27 +238,45 @@
-
-
- | mouse i |
- 1 |
- 2 |
- 3 |
- 4 |
- 5 |
+
+
+ | mouse i |
+ weight W_i (g) |
- | weight \widetilde{w}_i (g) |
- 26 |
- 32 |
- 33 |
- 20 |
- 29 |
+ 1 |
+ 26 |
+
+
+
+ | 2 |
+ 32 |
+
+
+
+ | 3 |
+ 33 |
+
+
+
+ | 4 |
+ 20 |
+
+
+
+ | 5 |
+ 29 |
+
+
+
+ [23.39, 32.61].
+
+
@@ -254,27 +290,45 @@
-
-
- | plant i |
- 1 |
- 2 |
- 3 |
- 4 |
- 5 |
+
+
+ | plant i |
+ height H_i (in) |
- | height \widetilde{h}_i (in) |
- 15 |
- 14 |
- 18 |
- 21 |
- 17 |
+ 1 |
+ 15 |
+
+
+
+ | 2 |
+ 14 |
+
+
+
+ | 3 |
+ 18 |
+
+
+
+ | 4 |
+ 21 |
+
+
+
+ | 5 |
+ 17 |
+
+
+
+ [14.61, 19.39].
+
+
\ No newline at end of file