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
I will mark brainliest! Order the following numbers from least to greatest.
Mrrafil [7]

-5,1;-\frac{14}{3} ;-4

6 0
3 years ago
Read 2 more answers
A cereal company makes a cereal from two ingredients: wheat and oats. Each ingredient provides two essential nutrients: vitamin
Nikitich [7]

Answer:

z (min ) = 0.4167    $

x = 8,33 oz

y = 0

Step-by-step explanation:

Table:

                              Vitamin A        Vitamin B         Cost $/oz

Wheat  (x)                10.5                    2.4                   0.05          

Oats     (y)                 6                       1.8                    0.10          

Requirements           48 (mg)              20 (mg)

Requirements           1,693 (oz)           0,7054 (oz)

The problem is minimized z subject to two constraint

z  =  0.05*x  + 0.1*y   to minimize

Subject to:

Requirement  of  Vitamin A

10.5*x + 6 * y  ≥  48

Requirement  of  Vitamin B

2.4*x   + 1.8*y ≥  20

x≥0  y≥0

Using  the on-line solver AtomZmaths and after 3 iterations the solution is:

z (min ) = 0.4167    $

x = 8,33 oz

y = 0

8 0
3 years ago
May you please help me for part b for brainliest,
olya-2409 [2.1K]

Answer:

Very certain it is C

Step-by-step explanation:

There are no points on the graph line itself so I cannot really confirm this but i am 70% sure

7 0
3 years ago
Jack bought a shirt for $14 because it was discounted 30%. what is the regular price?
Andru [333]

All you have to do is 14*.30 which equals to $4.20


8 0
3 years ago
WILL GIVE BRAINLIEST!!!
Charra [1.4K]
I think the answer will be A
5 0
3 years ago
Other questions:
  • Whats does v equal in math... v=?
    12·1 answer
  • 20 years later, the same runner now wants a pierce of 5 miles in 55 minutes. How many minutes will it take him to run 1 mile at
    13·1 answer
  • 4 glue sticks cost $7.76.
    10·2 answers
  • What is the best answer?
    13·2 answers
  • Is there a fee to use brainy
    9·2 answers
  • I'm thinking of a two digit number.
    11·2 answers
  • HELP 100 POINTS ANSWER IT PLEASE
    13·2 answers
  • Question 2 of 10
    12·1 answer
  • London has a collection of 260 coins. How many coins represent 25% of her collection?
    15·1 answer
  • {3x+y=2<br> {6x +2y=4<br><br> i think it’s system of equations
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!