Answer:
Option D
Step-by-step explanation:
Complete question
A student wants to survey the sophomore class of 200 students about whether the school should require uniforms. A random sample of 18 sophomores is surveyed and asked whether they support the school adopting uniforms, and three students said yes. The student wants to construct a 95% confidence interval for the proportion of sophomores who favor the adoption of uniforms. Are the conditions for inference met?
- Yes, the conditions for inference are met.
- No, the 10% condition is not met.
- No, the randomness condition is not met.
- No, the Large Counts Condition is not met.
Solution
10 % of population size of 200 is 20. The sample of 18 is smaller than the 10 % of sample size of 200. As per the 10% rule, the size of sample must be less than 10% of the total size of population. This indicate that the sample is random but its size is less that 30. However, it should be greater that 30. Hence, the large count condition is not met.
Hence, option D is the correct choice of answer
Answer:
Step-by-step explanation:
Answer: -1410
Step-by-step explanation:
Let's start by subbing in -4 for x

Now we can solve

Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Answer:
Below
Step-by-step explanation:
● f(x) = -2x + 3
● f (0) = -2 (0) +3 = 3
● f(-32) = -2(-32)+3 = 64 + 3 = 67
● f(10) = -2(10) +3 = -20 + 3 = -17
● f(-17) = -2(-17) + 3 = 34 + 3 = 37
● f(10) => -17
● f(-17) => 37