1answer.
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
Margarita [4]
3 years ago
11

An interior automotive supplier places several electrical wires in a harness.Apull test measures the force required to pull spli

ced wires apart. A customer requires that each wire that is spliced into the harness withstand a pull force of 20 pounds. Let X equal the pull force required to pull a spliced wire apart. The following data give the values of a random sample of n 20 observations of X 28.8 24.4 30.1 25.6 26.4 23.9 22.1 22.5 27.6 28.1 20.8 27.7 24.4 25.1 24.6 26.3 28.2 22.2 26.3 24.4 (a) Construct a q-q plot, using the ordered array and the corresponding quantiles of N(O, 1) (b) Does X appear to have a normal distribution?

Mathematics
1 answer:
oksano4ka [1.4K]3 years ago
4 0

Answer:

a) For this case we can use the following R code to construct the qq plot

> data<-c(28.8, 24.4, 30.1, 25.6, 26.4, 23.9, 22.1, 22.5, 27.6, 28.1, 20.8, 27.7, 24.4, 25.1, 24.6, 26.3, 28.2, 22.2, 26.3, 24.4)

# The above line is in order to store the data in a vector

> qqnorm(data, pch = 1, frame = FALSE)

# The line above is in order to calculate the quantiles from the data assumin Normal distribution

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

# The line above is in order to put a line for the theoretical dsitribution

The result is on the figure attached.

b) For this case as we can see on the figure attached the calculated quantiles are not far from the theorical quantiles given byt the straaigth blue line so then we can conclude that the distribution seems to be normal.

Step-by-step explanation:

For this case we have the following data:

28.8, 24.4, 30.1, 25.6, 26.4, 23.9, 22.1, 22.5, 27.6, 28.1, 20.8, 27.7, 24.4, 25.1, 24.6, 26.3, 28.2, 22.2, 26.3, 24.4

The quantile-quantile or q-q plot is a graphical procedure in order to check the validity of a distributional assumption for a data set. We just need to calculate "the theoretically expected value for each data point based on the distribution in question".

If the values are asusted to the assumed distribution, we will see that "the points on the q-q plot will fall approximately on a straight line"

For this case our distribution assumed is normal.

Part a

For this case we can use the following R code to construct the qq plot

> data<-c(28.8, 24.4, 30.1, 25.6, 26.4, 23.9, 22.1, 22.5, 27.6, 28.1, 20.8, 27.7, 24.4, 25.1, 24.6, 26.3, 28.2, 22.2, 26.3, 24.4)

# The above line is in order to store the data in a vector

> qqnorm(data, pch = 1, frame = FALSE)

# The line above is in order to calculate the quantiles from the data assuming Normal distribution (0,1)

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

# The line above is in order to put a line for the theoretical distribution

The result is on the figure attached.

Part b

For this case as we can see on the figure attached the calculated quantiles are not far from the theorical quantiles given byt the straaigth blue line so then we can conclude that the distribution seems to be normal.

You might be interested in
Olivia and her three siblings bring a sack lunch to school each day, consisting of a bagel, an apple, a cookie, and a juice box.
pogonyaev

Answer:

72/4=18 so she could make their lunch for 18 days

Step-by-step explanation:

so it would be 6x12 for the bagels which would be 72

for the apples it would be 8x9 which is 72

the cookies would be 12x6 to get 72

and the juice boxes would be 9x8 to get 72

divide that by 4 to get 18

5 0
3 years ago
Dante sold 413 cups of lemonade last weekend. George sold 297 cups of lemonade last weekend. How many more cups of lemonade did
TEA [102]

Answer:dante sold 116 more cups.

Step-by-step explanation: subtract 297 from 413

6 0
3 years ago
How do I apply the rule of four to this?​
crimeas [40]

Answer:

Step-by-step explanation:

7 0
2 years ago
PLEASE HELP GEOMETRY!!!
aliina [53]
The answer would be A
8 0
3 years ago
Consider the diagram.<br> What is the length of segment AB?
Vlad [161]
The answer would be B
6 0
2 years ago
Other questions:
  • What percent of 5 is 2?
    15·1 answer
  • I really don't getting this
    9·1 answer
  • What is the number of real solutions? –11x^2 = x + 11
    5·2 answers
  • 5. In the figure, . Solve for . Show your work.
    6·1 answer
  • 12+3 (4f-4) can you show your work and simple simplify
    12·2 answers
  • He sum of four and the product of three and a number x.
    7·1 answer
  • Plz Help Plz...<br><br><br><br>this is hard cause im a 7th grader doing 8th grade math plz Help​
    9·1 answer
  • Please help with number 25
    7·1 answer
  • Which should i do?
    14·1 answer
  • A coupon subtracts $17.95 from the price p of a pair of headphones. You pay $71.80 for the headphones after using the coupon. Wr
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!