147k views
1 vote
A credit score is used by credit agencies​ (such as mortgage companies and​ banks) to assess the creditworthiness of individuals. Values range from 300 to​ 850, with a credit score over 700 considered to be a quality credit risk. According to a​ survey, the mean credit score is 703.8. A credit analyst wondered whether​ high-income individuals​ (incomes in excess of​ $100,000 per​ year) had higher credit scores. He obtained a random sample of 40 ​high-income individuals and found the sample mean credit score to be 715.4 with a standard deviation of 82.7. Conduct the appropriate test to determine if​ high-income individuals have higher credit scores at the alphaequals0.05 level of significance.

1 Answer

3 votes

Answer:


t=(715.4-703.8)/((82.7)/(√(40)))=0.887


p_v =P(t_((39))>0.887)=0.1902

If we compare the p value and the significance level given
\alpha=0.05 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis. And we can conclude that the true mean i not significantly different from 703.8

Explanation:

Data given and notation


\bar X=715.4 represent the sample mean


s=82.7 represent the sample standard deviation for the sample


n=40 sample size


\mu_o =703.8 represent the value that we want to test


\alpha=0.05 represent the significance level for the hypothesis test.

t would represent the statistic (variable of interest)


p_v represent the p value for the test (variable of interest)

State the null and alternative hypotheses.

We need to conduct a hypothesis in order to check if the mean is higher than 703.8, the system of hypothesis would be:

Null hypothesis:
\mu \leq 703.8

Alternative hypothesis:
\mu > 703.8

If we analyze the size for the sample is > 30 but we don't know the population deviation so is better apply a t test to compare the actual mean to the reference value, and the statistic is given by:


t=(\bar X-\mu_o)/((s)/(√(n))) (1)

t-test: "Is used to compare group means. Is one of the most common tests and is used to determine if the mean is (higher, less or not equal) to an specified value".

Calculate the statistic

We can replace in formula (1) the info given like this:


t=(715.4-703.8)/((82.7)/(√(40)))=0.887

P-value

The first step is calculate the degrees of freedom, on this case:


df=n-1=40-1=39

Since is a right tailed test the p value would be:


p_v =P(t_((39))>0.887)=0.1902

Conclusion

If we compare the p value and the significance level given
\alpha=0.05 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis. And we can conclude that the true mean i not significantly different from 703.8

User ACascarino
by
3.4k points