Homework 3
Lessons 5-6
Key dates
- Assignment due 10/25
- Solutions due 11/3
- Presentation
- Due 11/12 for videos
- Meetings scheduled for week of 11/11
Directions
Please turn in this homework on Sakai. Please submit your homework in pdf format. You can type your work on your computer or submit a single file with photos of your written work or any other method that can be turned into a pdf. The Adobe Scan phone app is an easy way to scan photos and compile into a PDF. Please let me know if you greatly prefer to submit a physical copy. We can work out another way for you to turn in homework.
You can download the .qmd file for this assignment from Github if you want to work in a Quarto doc. You do not need to work in a Quarto doc for this homework!!
- The non-R exercises may be completed not using Quarto. I especially recommend writing out by hand the chapter 3 probability questions, whether on paper or a tablet.
- Some problems involve R code to calculate a probability, but the code is brief and you can write out the code and the answer by hand if you want.
- You can also have all your R code together at the end of your homework file
- If you are completing the homework on paper, you can use a scanning app, such as Adobe Scan, to create a pdf of your assignment.
Book exercises
3.5 Gull clutch size
Note that the solutions in the back of the book are not quite right. For part (a), the answer is correct, but there is an error in the work and the notation is sloppy. For part (b), the answer is not correct, as a result of the error in the work for part (a).
For part b, you can assume the seagulls are independent!
3.6 Scooping ice cream
Assume all random varibles are independent.
3.8 Chickenpox, Part I.
For #3.8, you can use R functions to calculate the binomial probabilities instead of directly using the formula. However, include the mathematical formulas that would be used to calculate the probabilities.
In part d, \(|Z| < 0.5\) uses an absolute value. This translates to \(-0.5 < Z < 0.5\).
3.10 Chickenpox, Part II.
For #3.10, you can use R functions to calculate the binomial probabilities instead of directly using the formula. However, include the mathematical formulas that would be used to calculate the probabilities.
3.20 Area under the curve, Part II
For this problem:
- Make a sketch of the normal distribution curve with the mean and 1 sd away from the mean clearly labeled, and the area representing probability of interest shaded in.
- Calculate probabilities using R (You can hand write the code you used to find your answer if you do not want submit typed R code or a Quarto document.)