0% found this document useful (0 votes)
43 views5 pages

Statistical Analysis of Defective Parts

This document contains solutions to several probability and statistics problems: 1) It calculates the probability of randomly selecting 80 parts and finding that 12 or more are defective, given that 10% of the total population is defective. 2) It provides a 90% confidence interval for the mean number of years that US companies have been trading with firms in India, based on survey data. 3) It constructs a 90% confidence interval to estimate the proportion of people in Oklahoma City who prefer boot-cut jeans, based on sales data from two retail outlets. 4) It performs a hypothesis test to determine whether US manufacturing managers rate customer service as a means of retaining customers as highly as UK managers, based on survey

Uploaded by

Shay Shay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views5 pages

Statistical Analysis of Defective Parts

This document contains solutions to several probability and statistics problems: 1) It calculates the probability of randomly selecting 80 parts and finding that 12 or more are defective, given that 10% of the total population is defective. 2) It provides a 90% confidence interval for the mean number of years that US companies have been trading with firms in India, based on survey data. 3) It constructs a 90% confidence interval to estimate the proportion of people in Oklahoma City who prefer boot-cut jeans, based on sales data from two retail outlets. 4) It performs a hypothesis test to determine whether US manufacturing managers rate customer service as a means of retaining customers as highly as UK managers, based on survey

Uploaded by

Shay Shay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

If 10% of a population of parts is defective, what is the probability of 

randomly selecting 80 parts and finding that 12 or more parts are defective? 

Solution:

This is a problem of Binomial Distribution.

Binomial Formula: Suppose a binomial experiment consists of n trials and results in x successes.
If the probability of success on an individual trial is p, then the binomial probability is:

B ( x ; n , p )=n C x × px ×(1− p)n−x

Given:

N=8 0

10
p=10 %= =0.1
100

1− p=1−0.1=0.9

The probability that 12 or less than 12 parts will be defective is given as:

B ( 0; 8 0,0.1 )+ B ( 1; 8 0,0.1 )+ B ( 2 ; 8 0,0.1 )+ B ( 3 ; 8 0,0.1 ) +B ( 4 ; 8 0,0.1 ) +B ( 5 ; 8 0,0.1 ) + B ( 6 ; 8 0,0.1 )+ B ( 7 ; 8 0,0.

¿ 8 0 C 0 × 0.10 × 0.98 0−0 +8 0 C1 ×0.11 ×0.9 8 0−1 +8 0 C 2 × 0.12 × 0.98 0−2+ 8 0 C3 ×0.13 ×0.98 0 −3 + …+ 8 0 C11 × 0.111

¿ 0.946165

Therefore, the probability that more than 12 parts will be defective is given as:

1−0.946165

¿ 0.0538349

A survey was taken of U.S. companies that do business with firms in India. 
One of the questions on the survey was: Approximately how many years has your company
been trading with firms in India? A random sample of 44 responses to this question yielded a
mean of 10.455 years. Suppose the population standard deviation for this question is 7.7 years.
Using this information, construct a 90% confidence interval for the mean number of years that a
company has been trading in India for the population of U.S. companies trading with firms in
India.

Solution:
Confidence interval for the mean is given as:

( )
zα ×s zα ×s
2 2
x− , x+
√n √n

Given :Sample ¿ n=44


Mean , x=10.455
Standard Deviation , s=7.7

z α for 90 % confidence=1.645
2

Thus the 90% confidence interval for the mean number of years that a company has been
trading in India for the population of U.S. companies trading with firms in India is given as:

(10.455− 1.645√ 44×7.7 , 10.455+ 1.645√ 44×7.7 )


¿ ( 10.455−1.90938 , 10.455+1.90938 )

¿( 8.54562, 12.36438)

A clothing company produces men’s jeans. The jeans are made and sold with either a regular cut
or a boot cut. In an effort to estimate the proportion of their men’s jeans market in Oklahoma
City that prefers boot-cut jeans, the analyst takes a random sample of 212 jeans sales from the
company’s two Oklahoma City retail outlets. Only 34 of the sales were for boot-cut jeans.
Construct a 90% confidence interval to estimate the proportion of the population in Oklahoma
City who prefer boot-cut jeans. 

Solution:

Confidence interval for proportion is given as

p±z
( )
1−
α
2
√ p ( 1− p )
n

34
where , p represents the proportion of success= =0 .16
212

n represents sample ¿ 212

Z for 90 % confidence level=1. 645


( α2 )
Therefore, the confidence interval for the proportion of the population in Oklahoma City who
prefer boot-cut jeans is given as:

p±z
()
α
2
√ p ( 1− p )
n √
=0.16 ±1.645
0.16 ( 1−0.16 )
212
=0.16 ± 0.041455

(0.11892 , 0.20183)

In an attempt to determine why customer service is important to managers in the United


Kingdom, researchers surveyed managing directors of manufacturing plants in Scotland.* One of
the reasons proposed was that customer service is a means of retaining customers. On a scale
from 1 to 5, with 1 being low and 5 being high, the survey respondents rated this reason more
highly than any of the others, with a mean response of 4.30. Suppose U.S. researchers believe
American manufacturing managers would not rate this reason as highly and conduct a
hypothesis test to prove their theory. Alpha is set at .05. Data are gathered and the following
results are obtained. Use these data and the eight steps of hypothesis testing to determine
whether U.S. managers rate this reason significantly lower than the 4.30 mean ascertained in
the United Kingdom. Assume from previous studies that the population standard deviation is
0.574. 
3 4 5 5 4 5 5 4 4 4 4 4 4 4 4 5 4 4 4 3 4 4 4 3 5 4 4 5 4 4 4 5 5 

Solution:

Null and Alternate Hypothesis:

Null Hypothesis: U.S. managers rate this reason higher than or equal to the 4.30 mean
ascertained in the United Kingdom.

H 0 : μ≥ 4.30

Alternate Hypothesis: U.S. managers rate this reason lower than the 4.30 mean ascertained in
the United Kingdom.

H a : μ<4 .30

Analysis Plan:

The data is assumed to follow a normal distribution. Since the sample size, n>30 we shall use z-
test to test the given hypothesis.

We shall use significance level, alpha = 0.05.

Critical Value and Decision Rule:

As the alternative hypothesis is Ha: μ< 4.30, the given test is a lower-tailed z-test. Critical value
for significance level, alpha = 0.05 for a lower-tailed z-test is given as -1.645.
Decision Rule :Reject H 0 , if z−statistic<−1.645

Test Statistic:

Sample ¿ n=33

Sample Mean , x=4.18 18182

Standard Deviation , s=0.58 3874

μ=4 .30

x−μ 4.18 18182−4.30


Test Statistic , z= = =−1.1628
s 0.583874
√n √ 33
P-Value:

p−value=0.1225(¿ p−value calculator)

Interpretation of Results and Conclusion:

Since the P-value (0.1225) is greater than the significance level (0.05), we fail to reject the null
hypothesis. The p-value implies the probability of rejecting a true null hypothesis.

Thus, at a significance level of 0.05, there is no sufficient evidence to support the claim that the
U.S. managers rate this reason lower than the 4.30 mean ascertained in the United Kingdom.

A study is conducted using only Boeing 737s travelling 500 miles on comparable routes during
the same season of the year. Can the number of passengers predict the cost of flying such
routes? It seems logical that more passengers result in more weight and more baggage, which
could, in turn, result in increased fuel consumption and other costs. The data are the costs and
associated number of passengers for twelve 500-mile commercial airline flights using Boeing
737s during the same season of the year. Based on the results given below, answer the following
questions. 
a) Check the conditions for a hypothesis test and CI of slope. 
b) Test to see if there is a significant relationship between the 2 variables. 
c) Construct and interpret a 95% CI for the slope. 
d) Suppose a flight gets 75 passengers. What would their expected GPA be? Is this a good 
estimate? Explain in terms of R-sq

Solution:

a) The conditions for a hypothesis test and CI of slope are fulfilled by the given data.
b) Please refer to the EXCEL attachment for the regression analysis and hypothesis test to
see if there is a significant relationship between the 2 variables. 

c) The 95% CI for the slope is given as (0.0311, 0.0503). If a number of observations are
taken the slope of the regression line between number of passengers and cost shall fall
between 0.0311 and 0.0503 about 95% of the time.

d) The regression equation is given as: y = 0.041x +1.570.

For, x = 75, GPA = 0.041*75 +1.570 = 4.622.


The proportion of variability in a dataset that is accounted for is given by the coefficient
of determination R2 , which for this regression model is 0.899, which is close to its ideal
value of 1. Hence the given regression model is a good predictor of GPA given the
number of passengers.

Common questions

Powered by AI

Key conditions to check include linearity of the relationship between variables, constant variance (homoscedasticity), normal distribution of residuals, and independence of observations. These conditions ensure the validity of the test results by conforming to the assumptions underlying regression analysis and hypothesis testing .

The null hypothesis states U.S. managers rate customer service at or above the UK mean of 4.30, and the alternative hypothesis states it is rated lower. The test statistic calculated is -1.1628, and the corresponding p-value is 0.1225. Since the p-value is greater than the significance level of 0.05, we fail to reject the null hypothesis and conclude there is insufficient evidence to support the claim that U.S. managers rate customer service lower than the mean of 4.30 .

To construct the confidence interval, use the formula (x̄ - z*(σ/√n), x̄ + z*(σ/√n)), where x̄ is the sample mean, σ is the standard deviation, n is the sample size, and z is the z-value for the confidence level. For a 90% confidence interval, z is 1.645. The sample mean is 10.455, standard deviation is 7.7, and sample size is 44. The interval is (10.455 - 1.90938, 10.455 + 1.90938) or (8.54562, 12.36438).

The significance of the relationship is determined through regression analysis, which indicates a strong predictor relationship with a 95% confidence interval for the slope between (0.0311, 0.0503). The R-squared value of 0.899 signifies that approximately 89.9% of the variance in flight cost is explained by the number of passengers, implying a strong significant relationship .

A 95% confidence interval of the slope (0.0311, 0.0503) in a regression analysis suggests that with 95% confidence, the true change in flight cost for each additional passenger lies within this interval. The positive range implies a consistent increase in cost with more passengers, affirming a significant linear relationship .

The probability of finding 12 or more defective parts is calculated using a binomial distribution. First, calculate the probability of 12 or fewer defective parts, which is approximately 0.946165 . The probability of more than 12 defective parts is 1 minus the probability of 12 or fewer, which is 1 - 0.946165 = 0.0538349 .

We cannot conclude a significant difference since the z-test statistic is -1.1628, resulting in a p-value of 0.1225, which is above the 0.05 significance level. Thus, we fail to reject the null hypothesis, indicating insufficient evidence of a lower rating by U.S. managers compared to U.K. managers .

A confidence interval for proportion is used to determine the probability of a retail sample preferring a product style. This method is appropriate as it allows estimation of the population proportion based on sample data, using the standard normal distribution for inference about binary outcomes, such as preference for a product style .

The expected flight cost can be predicted using the regression equation y = 0.041x + 1.570, where x is the number of passengers. For 75 passengers, the expected cost is 0.041*75 + 1.570 = 4.622. The model is reliable with an R-squared value of 0.899, indicating that 89.9% of the variance is accounted for by the model, which suggests high predictive reliability .

To estimate the proportion of the population preferring boot-cut jeans, calculate p̂ = 34/212 = 0.16. The confidence interval is p̂ ± z*(√(p̂(1-p̂)/n)), where z for a 90% confidence level is 1.645. The interval is 0.16 ± 0.041455, which is (0.11892, 0.20183).

You might also like