Answer:
Option d.
Step-by-step explanation:
we know that
The graph of a continuous probability distribution is a curve. Probability is represented by area under the curve.
The curve is called the probability density function (abbreviated as pdf).
We use the symbol f(x) to represent the curve
therefore
The probability density function f(x) represents . the height of the function at x.
In order to find the area for a rectangle, you must multiply length times width, which would be 7 x 3/4 which is 5.25. In order to find the area for a square, you do length^2, also know as length x length. Which would be 2.5^2 which is 2.5 x 2.5 which is 6.25. 6.25 is larger than 5.25, so the square has a larger area.
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:
a
The 90% confidence interval is 
b
Confidence interval for the population men between <u>$52561.13</u> up to <u>$57540.8</u>
Step-by-step explanation:
From the question we are told that
The sample size is 
The sample mean is 
The standard deviation is 
Given that the confidence level is 90% then the level of confidence is mathematically represented as



Next we obtain the critical value of
from the normal distribution table the values is

Generally the margin of error is mathematically represented as

substituting values


The 90% confidence interval is mathematically evaluated as

substituting values


Answer:
Step-by-step explanation:
Using the alternative hypothesis (µ < µ0),
To find the p-value with test statistic -1.25 and assuming a standard level of significance of 0.05, using a p value calculator, the p-value is 0.1057 which is great that 0.05. Thus, the results is not significant.
Using the p value calculation.
1. Check the left tailed z table as the test statistic is negative,
2. Then find the probabilitythat z is greater than your test statistic (look up your test statistic on the z-table- the value under 1.2 and 0.05 which is 0.8944
3. Then, find its corresponding probability, and subtract it from 1 to get your p-value- 1-0.8944 = 0.1056.