I think it is C. or D. but if I'm wrong I'm really sorry. the closest one that I figured is D. If that helps.
Answer: the points from a line
Step-by-step explanation:
I just did the test

It should be x=11 instead of x=-11, so
he is not correct because he made a sign error.
Answer:
The <em>p</em>-value of the test is 0.0512.
Step-by-step explanation:
The <em>p</em>-value of a test is well-defined as per the probability, [under the null hypothesis (H₀)], of attaining a result equivalent to or more extreme than what was the truly observed value of the test statistic.
In this case the output of the t-test_ind method from scipy module is provided as follows:
Output = (-1.99, 0.0512)
The first value within the parentheses is the test statistic value.
So the test statistic value is, -1.99.
And the second value within the parentheses is the <em>p</em>-value of the test.
So the <em>p</em>-value of the test is 0.0512.
It is possible to calculate mathematically the area under the normal curve between any two values of z.
However, tables/software have been developed to give the areas under the normal curve to the left of particular values of z. The function is the probability of Z<z, or P(Z<z).
The area between two values z1 and z2 (where z2>z1) is therefore
P(Z<z2)-P(Z<z1).
For example, to find the area between z1=1.5, z2=2.5
is
P(Z<2.5)-P(Z<1.5)
=0.99379-0.93319
=0.06060
(above values obtained by software, such as R)
For example, the value P(Z<2.5) can be calculated using
P(Z<2.5)=erf(2.5/sqrt(2))/2+1/2
where erf(x) is a mathematical function that does not have an explicit formula (calculated by summation of series, or tabulated).