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
Alex17521 [72]
2 years ago
11

A shoe manufacturer compared material A and material B for the soles of shoes. Twelve volunteers each got two shoes. The left wa

s made with material A and the right with material B. On both shoes, the material was 1 inch thick. Volunteers used the shoes normally for two months and returned them to the manufacturer. Technicians then measured the thickness of the soles and recorded the amount of wear (in microns):
Volunteer 1 2 3 4 5 6 7 8 9 10 11 12
Sole A 379 378 328 372 325 304 356 309 354 318 355 392
Sole B 372 376 328 368 283 252 369 321 379 303 328 411

They wish to test
H0: µA −µB = 0
against
HA: µA −µB 6= 0,

where µA and µB are the unknown population mean amounts of sole wear, using α = 0.05.

(a) Are the two samples paired or independent? Explain your answer.
(b) Make a normal QQ plot of the differences within each pair. Is it reasonable to assume a normal population of differences?
(c) Choose a test appropriate for the hypotheses above and justify your choice based on your answers to parts (a) and (b). Perform the test by computing a p-value, make a test decision, and state your conclusion in the context of the problem

Mathematics
1 answer:
sveta [45]2 years ago
4 0

Answer:

a) Are dependent since we are mesuring at the same individuals but on different times and with a different method

b) If we see the qq plot we don't have any significant deviation for the values and we don't have any heavy tail so we can conclude that we can approximate the differences with the normal distribution.

c) p_v =P(t_{(12)}>0.969) =0.353

So the p value is higher than the significance level given, so then we can conclude that we FAIL to reject the null hypothesis. So we can conclude that the mean differences is NOT significantly different from 0 .

Step-by-step explanation:

A paired t-test is used to compare two population means where you have two samples in  which observations in one sample can be paired with observations in the other sample. For example  if we have Before-and-after observations (This problem) we can use it.  

The Q-Q plot, or quantile-quantile plot, "is a graphical tool to help us assess if a set of data plausibly came from some theoretical distribution such as a Normal or exponential".

Let put some notation  

x=value for A , y = value for B

A: 379, 378, 328, 372, 325, 304, 356, 309, 354, 318, 355, 392

B: 372, 376, 328, 368, 283, 252, 369, 321, 379, 303, 328, 411

(a) Are the two samples paired or independent? Explain your answer.

Are dependent since we are mesuring at the same individuals but on different times and with a different method

(b) Make a normal QQ plot of the differences within each pair. Is it reasonable to assume a normal population of differences?

The first step is calculate the difference d_i=A_i-B_i and we obtain this:

d: 7,2,0,4,42,52,-13,-12,-25,15,27,-19

In order to do the qqplot we can use the following R code:

d<-c(7,2,0,4,42,52,-13,-12,-25,15,27,-19)

qqnorm(d)

And the graph obtained is attached.

If we see the qq plot we don't have any significant deviation for the values and we don't have any heavy tail so we can conclude that we can approximate the differences with the normal distribution.

(c) Choose a test appropriate for the hypotheses above and justify your choice based on your answers to parts (a) and (b). Perform the test by computing a p-value, make a test decision, and state your conclusion in the context of the problem

The system of hypothesis for this case are:

Null hypothesis: \mu_A- \mu_B = 0

Alternative hypothesis: \mu_A -\mu_B \neq 0

The second step is calculate the mean difference  

\bar d= \frac{\sum_{i=1}^n d_i}{n}= \frac{80}{12}=6.67

The third step would be calculate the standard deviation for the differences, and we got:

s_d =\frac{\sum_{i=1}^n (d_i -\bar d)^2}{n-1} =23.849

The 4 step is calculate the statistic given by :

t=\frac{\bar d -0}{\frac{s_d}{\sqrt{n}}}=\frac{6.67 -0}{\frac{23.849}{\sqrt{12}}}=0.969

The next step is calculate the degrees of freedom given by:

df=n-1=12-1=11

Now we can calculate the p value, since we have a two tailed test the p value is given by:

p_v =P(t_{(12)}>0.969) =0.353

So the p value is higher than the significance level given, so then we can conclude that we FAIL to reject the null hypothesis. So we can conclude that the mean differences is NOT significantly different from 0 .

You might be interested in
Roger and rita each drive at a constant speed between phoenix and san diego. Each driver’s distance for the same section of the
never [62]

Answer:

a)Rita had a 28-mile head start

Step-by-step explanation:

The multiple options have been added in the additional information below the problem statement.

<u>Missing Information:</u>

Since the distance of each driver is not displayed. Let us assume their distances.

Say,

Roger travelled distance = 60 miles

Rita travelled distance = 32 miles

Now as it is given in the problem statement that Roger and Rita both drove at a constant speed between Phoenix and San Diego and they drove "Same Section of the trip" .

Which Means that the distance travelled of both is between Phoenix and San Diego, just their starting points are different but their end point is the same which is San Diego.

<em><u>As we can see RIta had to cover less miles which means she got the head start, now to calculate how much of a head start she got, we need:</u></em>

Head Start Rita got = Distance Roger travelled - Distance Rita Travelled

Head Start Rita got = 60 - 32 = 28 miles

So,

Rita got a Head start of 28 miles which is option (a)

5 0
2 years ago
Read 2 more answers
Bill buys and sells laptops. Last month Bill bought 50 laptops. He paid £400 for each laptop. He sold 40 of these laptops at a p
Ivenika [448]

Answer:

As Bill's sales is £25400, which is greater than £25000, he achieved his target.

Step-by-step explanation:

Cost of each laptop = £400

lets calculate for 40 laptops first

Given, he sold 40 of these at 30% profit

30% of cost price = 30% of  £400  = 30/100 * 400 = 120

Therefore, selling price of these laptops =  £400  +  £120 =  £520

Total sales generated from selling 40 of these laptop = 40*£520

= £520 =£20,800  

lets calculate for 10 laptops now

Given, he sold 10 of these at 15% profit

15% of cost price = 15% of  £400  = 15/100 * 400 = 60

Therefore, selling price of these laptops =  £400  +  £60 =  £460

Total sales generated from selling 10 of these laptop = 10*£460

= £4600

Total sales generated from selling all the 50 laptop =  

Total sales generated from selling 40 of these laptop + Total, sales generated from selling 10 of these laptop = £20,800  + £4600 = £25,400

Target for Bill = £25000

As his sales is £25400, which is greater than £25000, he achieved his target.

6 0
1 year ago
Jack and Jill are 20m apart. Jack sees the top of the building at 30 degrees and Jill sees the top of the building at 40 degrees
Molodets [167]
If you search it up on google the answer pops up!!1
6 0
1 year ago
Ralph has 957 race car stickers. He gave 10 to Ken. He gave 100 to Matt. How many stickers does Ralph have left?
Andrei [34K]
957-10=947. 947-100=847,so Ralph has 847 race car stickers left.
7 0
2 years ago
Read 2 more answers
Which sentence describes why polygon MNOP is congruent to polygon JKLP?
bogdanovich [222]

Answer:

Option B.

Polygon JKLP maps to polygon MNOP through a rotation.

Step-by-step explanation:

The picture of the question in the attached figure

we know that

If two figures are congruent, then its corresponding sides and its corresponding angles are congruent

In this problem

JK≅MN

KL≅NO

LP≅OP

JP≅MP

and

∠OPM≅∠LPJ

∠NOP≅∠KLP

∠ONM≅∠LKJ

∠NMP≅∠KJP

so

Polygon JKLP maps to polygon MNOP through a rotation clockwise around point P an angle equal to ∠JPM

3 0
1 year ago
Read 2 more answers
Other questions:
  • The height of a cone-shaped statue is 9 ft, and the diameter is 12 ft.
    14·1 answer
  • A new obstacle course is home to several new types of challenging obstacles. One such obstacle is traversing a 15-stair staircas
    10·1 answer
  • On a store counter are exactly two boxes containing only purple marbles and yellow marbles. Box A has 30 purple marbles and 20 y
    10·1 answer
  • Which equations represent the data in the table? Check all that apply.
    15·2 answers
  • Lin counts 5 bacteria under a microscope. She counts them again each day for four days, and finds
    9·1 answer
  • WILL MARK BRAINLIEST Enter the correct answer in the box. Write your answer in the form y = mx + b, using the appropriate inequa
    12·2 answers
  • Susan charges $8 per hour walking her neighbor’s dog. She charges $12 per hour babysitting. Part A: Define the variables. Part B
    11·1 answer
  • Angle AOE has what measurement according to the protractor?
    9·1 answer
  • Rectangle ABCD is translated (x + 2 y - 3) and then rotated 180° about the origin. Complete the table to show the locations of A
    6·1 answer
  • Question 6 The mineral content of a particular brand of supplement pills is normally distributed with mean 490 mg and variance o
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!