You can use the following syntax to check your answers. Note the answers you get in R will not be EXACTLY the same you get by hand but they should be pretty close.
If your \(x = 542\) (ie the number of “successes” and your \(n = 3611\), this is how you can have R calculate a 90% Confidence Interval for you.
binom.test(x = 542, n = 3611, conf.level = .90)[["conf.int"]]
## [1] 0.1403939 0.1602214
## attr(,"conf.level")
## [1] 0.9
25.
- .150
- 3611(.15)(1-.15) = 460.40 which is greater than 10. The sample size is less than 5% of the population
- (.1403, .1597)
- We are 90% confident the proportion is between .1403 and .1597
26.
- .43
- 1153(.43)(1-.43) = 282.60 which is greater than 10. The sample size is less than 5% of the population
- (.401, .459)
- We are 95% confident the proportion is between .401 and .459
27.
- .519
- 1003(.519)(1-.519) = 250.39 which is greater than 10. The sample size is less than 5% of the population
- (.488, .55)
- Yes technically it is possible but it’s not very likely
- (.45,512)
28.
- .75
- 1024(.75)(1-.75) = 192 which is greater than 10. The sample size is less than 5% of the population
- (.715, .785)
- Yes its possible but its not likely.
- (.215, .285).
29.
- .540
- 1748(.54)(1-.54) = 432.20 which is greater than 10. The sample size is less than 5% of the population
- (.520, .560)
- (. 509, .517)
- The width also increases