

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Homework assignments for a math 1780.001 (cherry) class, focusing on probability and statistics. Students are required to work through examples in the textbook, practice problems, and complete a written assignment. Topics include applications of chebyshev's theorem, binomial distributions, and calculating probabilities using a simple calculator or excel.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Math 1780.001 (Cherry) Homework for Wednesday, July 22
Reading. Work carefully through Examples 3.5 and 3.6 on pages 82–83. Read sections 3.3 and 3.4 and work carefully through the examples with the book. Things will start to seem hard now.
Practice Problems. Work out the solutions to the following problems in a notebook and check your answers in the back of your text book. YOU WILL NOT TURN THESE PROBLEMS IN for a grade. They are only to help you study. Note however that these problems may appear verbatim on the weekly tests.
3.20–3.22, 3.23, 3.24, 3.25, 3.26, 3.
Written assignment on the back
Homework to turn in Wednesday, July 22
Applications of Techbysheff’s Theorem
Binomial Distributions
Excel notes: Instead of using Table 2 in your book, you can use Excel. To get the numbers in Table 2 you type =BINOMDIST(k,n,p,TRUE). For example, =BINOMDIST(1,0.10,5,TRUE) gives the value 0. 919 from Table 2. This number is P (X ≤ 1). If you want P (X = 1), you could change the “TRUE” to “FALSE” to =BINOMDIST(1,0.10,5,FALSE) and you get 0. 329.
TI-83 notes: Instead of using Table 2 in your book, you can use a TI-83 calculator. To get the numbers in Table 2 you use the “Distribution menu” accessible using the “DISTR” key (located above “VARS”): 2nd VARS. Now, arrow down until you get to “binomcdf(” which stands for “binomial cumulative distribution function.” To get the values in Table 2 of your book, you enter: binomcdf(n,p,k). For example, binomcdf(5,0.10,1) gives the value 0. 919 from Table 2. This number is P (X ≤ 1). If you want P (X = 1), you could enter binompdf(5,0.10,1) and you get 0. 329. The name binompdf( stands for “binomial probability distribu- tion function.”