answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Rudik [331]
2 years ago
14

Front housings for cell phones are manufactured in an injection molding process. The time the part is allowed to cool in the mol

d before removal is thought to influence the occurrence of a particularly troublesome cosmetic defect, flow lines, in the finished housing. After manufacturing, the housings are inspected visually assigned a score between 1 and 10 based on their appearance, with 10 corresponding to a perfect part and 1 corresponding to a completely defective part. An experiment was conducted using two cool-down times, 12 and 24 seconds, and 20 housings were evaluated at each level of cool-down time. All 40 observations in this experiment were run in random order. The data are as follows:10 Seconds 20 Seconds1 3 7 62 6 8 91 5 5 53 3 9 75 2 5 41 1 8 65 6 6 82 8 4 53 2 6 85 3 7 7 a. Is there evidence to support the claim that the longer cool-down time results in fewer appearance defects? Use α= 0.05. b. What is the P-value for the test conducted in part (a)? c. Find a 95 percent confidence interval on the difference in means. Provide a practical interpretation of this interval. d. Draw dot diagrams to assist in interpreting the results from this experiment. e. Check the assumption of normality for the data from this experiment.

Mathematics
1 answer:
pashok25 [27]2 years ago
3 0

Answer:

a) Null hypothesis: \mu_{10sec} \geq \mu_{20sec}

Alternative hypothesis: \mu_{10sec} < \mu_{20sec}   

The statistic calculated was t= -5.57 with a p value of p=0.000001353, a very low value so we have enough evidence to reject the null hypothesis on this case. So then we can conclude that more time cooling result in a lower number of defects

b) p_v = 0.000001353

c)\mu_{10sec}-\mu_{20sec} \leq -2.1949 . And as we can see all the values are <0. We conclude that the two samples are different on the mean. And the group of 20 seconds seems better result.

d) We can see this on the figure attached. And we see that the values for the group of 20 seconds are significantly higher than the values for the group of 10 seconds.

e) The results are on the figure attached. And as we can see the results are not significant different from the normal distribution since almost all the values for both graphs lies in the line adjusted.

Step-by-step explanation:

Assuming the following data:

Sample 1 (10 seconds) : 1,3,2,6,1,5,3,3,5,2,1,1,5,6,2,8,3,2,5,3

Sample 2(20 seconds): 7,6,8,9,5,5,9,7,5,4,8,6,6,8,4,5,6,8,7,7

Part a: Is there evidence to support the claim that the longer cool-down time results in fewer appearance  defects? Use α = 0.05.

Null hypothesis: \mu_{10sec} \geq \mu_{20sec}

Alternative hypothesis: \mu_{10sec} < \mu_{20sec}   

For this case we can use the following R code:

> sample1<-c(1,3,2,6,1,5,3,3,5,2,1,1,5,6,2,8,3,2,5,3)

> sample2<-c(7,6,8,9,5,5,9,7,5,4,8,6,6,8,4,5,6,8,7,7)

> t.test(sample1,sample2,conf.level = 0.95,alternative = "less")

The results obtained are:

Welch Two Sample t-test

data:  sample1 and sample2

t = -5.5696, df = 35.601, p-value = 1.353e-06

alternative hypothesis: true difference in means is less than 0

95 percent confidence interval:

    -Inf -2.194869

sample estimates:

mean of x  mean of y  

      3.35        6.50

And as we can see the statistic calculated was t= -5.57 with a p value of p=0.000001353, a very low value so we have enough evidence to reject the null hypothesis on this case. So then we can conclude that more time cooling result in a lower number of defects

Part b: What is the P-value for the test conducted in part (a)?

p_v = 0.000001353

Part c: Find a 95% confidence interval on the difference in means. Provide a practical interpretation of this  interval.

From the output given we see that the confidence interval obtained was:

\mu_{10sec}-\mu_{20sec} \leq -2.1949. And as we can see all the values are <0. We conclude that the two samples are different on the mean. And the group of 20 seconds seems to have a better result.

Part d: Draw dot diagrams to assist in interpreting the results from this experiment

We can see this on the figure attached. And we see that the values for the group of 20 seconds are significantly higher than the values for the group of 10 seconds.

Part e :Check the assumption of normality for the data from this experiment.

We can use the following R code:

> qqnorm(sample1, pch = 1, frame = FALSE,main = "10 seconds")

> qqline(sample1, col = "steelblue", lwd = 2)

> qqnorm(sample2, pch = 1, frame = FALSE,main = "20 seconds")

> qqline(sample2, col = "steelblue", lwd = 2)

The results are on the figure attached. And as we can see the results are not significant different from the normal distribution since almost all the values for both graphs lies in the line adjusted.

You might be interested in
The newspaper in Haventown had a circulation of 80,000 papers in the year 2000. In 2010, the circulation was 50,000. With x = 0
mixas84 [53]
-3000 is correct
Hope this helps :D
7 0
1 year ago
Read 2 more answers
A rectangular field is enclosed by 360 feet of fencing. What is the length, in feet, of the field if it’s length is 6 feet more
Orlov [11]

Answer:

The Field's length is 93ft

Step-by-step explanation:

P=2L+2w

360=2(w+6)+2w

360=2w+12+2w

360=4w+12

348=4w

348/4=w

87=w

L=w+6

L=87+6

L=93

7 0
2 years ago
A local cable company claims that the proportion of people who have Internet access is less than 63%. To test this claim, a rand
MaRussiya [10]

Answer:

Step-by-step explanation:

For the null hypothesis,

H0 : p = 0.63

For the alternative hypothesis,

Ha : p < 0.63

This is a left tailed test

Considering the population proportion, probability of success, p = 0.63

q = probability of failure = 1 - p

q = 1 - 0.63 = 0.37

Considering the sample,

Sample proportion, P = x/n

Where

x = number of success = 478

n = number of samples = 800

P = 478/800 = 0.6

We would determine the test statistic which is the z score

z = (P - p)/√pq/n

z = (0.6 - 0.63)/√(0.63 × 0.37)/800 = - 1.76

From the normal distribution table, the area below the test z score in the left tail 0.039

Thus

p = 0.039

7 0
1 year ago
Yu, Nailah, and Elena each bought between 7 and 9 yards of ribbon. Yu bought 3 pieces of ribbon. Nailah bought 5 pieces of ribbo
Svetllana [295]

ENter you name for more info:________________

5 0
2 years ago
16.A guidance counselor is planning schedules for 30 students. Sixteen students say they want to take French, 16 want to take Sp
MariettaO [177]

Answer:7

Step-by-step explanation:

This can be solved by Venn-diagram

Given there  are total 5 students who want french and Latin

also 3 among them want Spanish,french & Latin

i.e. only 2 students wants both french and Latin only.

Also Student who want only Latin is 5

Thus Student who wants Latin and Spanish both only is 11-5-3-2=1

Students who want only Spanish is 8 Thus students who wants Spanish and French is 4

Similarly Students who wants Only French is 16-4-3-2=7

8 0
2 years ago
Read 2 more answers
Other questions:
  • a school baseball team raised $810 for new uniforms. each player on the team sold one book of tickets. There were 10 tickers in
    11·2 answers
  • The equation that represents the canned goods order is 24x + 64y = 384, where x = number of minutes spent producing fruit cans,
    5·2 answers
  • A seamstress has a piece of cloth that is 3 yards long. She cuts it into shorter lengths of 16 inches each. How many of the shor
    12·1 answer
  • PLEASE HELP WILL MARK BRAINLIEST (if possible).......................Braden bought 18 pencils for $4.50. Let x represent the num
    15·2 answers
  • Jack and Jim went biking. Jack biked for 5 1/3 hours with average speed 12 1/2 miles per hour. Jim traveled exactly 1 1/5 as far
    6·2 answers
  • 1. Among all simple graphs with 20 vertices, determine (with justification) the minimum possible and the maximum possible number
    12·1 answer
  • How many solutions exist for the given equation? StartFraction one-half left-parenthesis x plus 12 right-parenthesis equals 4 x
    7·2 answers
  • Which recursive formula can be used to generate the sequence below, where f(1) = 6 and n ≥ 1?
    5·2 answers
  • Write three numerical expressions that are equivalent to (0.0004) . (0.005)
    9·1 answer
  • Which expressions are equivalent to 5 x minus 15? Select three options. 5 (x + 15) 5 (x minus 3) 4 x + 3 y minus 15 minus 3 y +
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!