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
Phoebe surveyed teens and adults to find the average number of hours of sleep they get during the week. Her results are shown be
Thepotemich [5.8K]

Answer:

its the second option

Step-by-step explanation:

i did the test and got 100

8 0
1 year ago
Read 2 more answers
If the heights of 300 students are normally distributed with mean 68.0 inches and standard deviation 3.0 inches, how many studen
Lunna [17]
Given:
μ = 68 in, population mean
σ = 3 in, population standard deviation

Calculate z-scores for the following random variable and determine their probabilities from standard tables.

x = 72 in:
z = (x-μ)/σ = (72-68)/3 = 1.333
P(x) = 0.9088

x = 64 in:
z = (64 -38)/3 = -1.333
P(x) = 0.0912

x = 65 in
z = (65 - 68)/3 = -1
P(x) = 0.1587

x = 71:
z = (71-68)/3 = 1
P(x) = 0.8413

Part (a)
For x > 72 in, obtain
300 - 300*0.9088 = 27.36

Answer: 27

Part (b)
For x ≤ 64 in, obtain
300*0.0912 = 27.36

Answer: 27

Part (c)
For 65 ≤ x ≤ 71, obtain
300*(0.8413 - 0.1587) = 204.78

Answer: 204

Part (d)
For x = 68 in, obtain
z = 0
P(x) = 0.5
The number of students is
300*0.5 = 150

Answer: 150

3 0
2 years ago
If a cow has a mass of 9×102 kilograms, and a blue whale has a mass of 1.8×105 kilograms, which of these statements is true?
lana66690 [7]

Answer:

The mass of the Blue whale is 200 times the mass of the cow

Step-by-step explanation:

Given

Mass of Cow = 9 * 10² kg

Mass of Blue Whale = 1.8 * 10⁵ kg

Required

Determine the relationship between both weights

Represent the mass of the cow with C and the mass of the whale with B

C = 9 * 10^2kg

C = 9 *100kg

C = 900kg

B = 1.8 * 10^5kg

B = 1.8 * 100000kg

B = 180000kg

Divide the bigger weight by the smaller weight

\frac{B}{C} = \frac{180000kg}{900kg}

\frac{B}{C} = \frac{180000}{900}

\frac{B}{C} = {200}{}

Multiply both sides by C

C * \frac{B}{C} = {200}{} * C

B = {200}{} * C

B = 200}C

<em>From the expression above, it can be concluded that the mass of the Blue whale is 200 times the mass of the cow</em>

7 0
1 year ago
which of the following represents a chord, but not a diameter, of the circle? A. TS, B. SN, C.TR, D.MN
Georgia [21]

Answer: A diameter goes straight across the circle and passes through the center point (point M). A radius stops at the center point, making the line go halfway across the circle (basically half the diameter). A chord goes across the circle, but does not go through the center point. Therefore, the answer is C, because it does not go through the center point.  

5 0
1 year ago
Angela drove 82 miles on Monday. She drove 94 on Tuesday. To the nearest hundred, how many miles did Angela drive over the two d
inessss [21]
You just simply add
82+94= 166
4 0
2 years ago
Read 2 more answers
Other questions:
  • Frank and Gertrude mow lawns for extra money over the summer. Frank's income is determined by f(x) = 5x + 15, where x is the num
    8·1 answer
  • Given the circle with the equation (x - 3)2 + y2 = 49, determine the location of each point with respect to the graph of the cir
    9·2 answers
  • Laura is baking a cake. The recipe says that she has to mix 64 grams of chocolate powder to the flour. Laura knows that 1 cup of
    10·2 answers
  • nadia was offered a job for selling ads cor a magazine. She must agree to one of the following paymen options. CHOICE A:$110 for
    12·1 answer
  • Max has a collection of 99 dimes and pennies worth $4.41. How many pennies does he have?
    5·2 answers
  • Andy has the following series of displacements: 3 m to the right; 4 m to the left; 5 m to the right; and 2 m to the left. What i
    15·2 answers
  • Which steps should you follow to write an equivalent ratio to find 120% of 700?
    15·2 answers
  • Mr. Blake's biology class is divided into three secrions. The same test is given to each section. The table above shows both the
    7·2 answers
  • Which statement describes 4/7 x 3/5?
    15·2 answers
  • A monsoon dumped rain on a coastal area. in twelve hours 20 inches of rain had fallen. how much rain will fall over a period of
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!