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]
4 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]4 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
The product of two positive integers us 2005. F neither integer is 1, what is the sum of the two integers?
Brums [2.3K]

Answer:

406

Step-by-step explanation:

Given: product of two positive integers us 2005.

Let the two positive integers be a and b

Now prime factorization of 2005 = 401×5

where both 401 and 5 are prime number and non of them is 1.

So, and b will be 401 and 5 respectively.

Therefore, sum of the two integers a+b = 401+5 = 406

8 0
3 years ago
What is the solution of the question 2(x+2)^2-4=28
Arisa [49]
2((x+2)(x+2)}-4=28
2{x^2 + 4x + 4}-4=28
2x^2 +4x=28
2(x^2+2x)=28
x^2+2x=28/2
x^2+2x=14
5 0
3 years ago
Find the next three terms in the sequence: -1, -3, -9,
MrRa [10]

Answer:

-1,-3,-9,-27,-81,-243...

Step-by-step explanation:

8 0
3 years ago
Jack was 99 years older than priscilla. together their ages totaled 167167 years. what were their​ ages?
faust18 [17]
Priscilla's age was 83,534 while Jack's age was 83,633.
6 0
3 years ago
A falling object travels a distance given by the formula d=3t+5t2, where d is measured in feet and t is measured in seconds. How
Romashka-Z-Leto [24]

Answer:

<em>4.52secs</em>

Step-by-step explanation:

Given the height of a falling object expressed as;

d=3t+5t^2

If the object travel 84 feet, we are to find the time t it takes to travel. On substituting;

84 = 3t+5t^2

3t+5t^2 - 84 = 0

t = -5±√25-4(3)(-84)/2(3)

t = -5±√25+1008/6

t = -5±32.14/6

t = -5+32.14/6

t = 27.14/6

<em>t = 4.52 secs</em>

<em>Hence it will take 4.52secs for the object to travel 84feet</em>

8 0
2 years ago
Other questions:
  • What’s the solution to 3(8x + 3) - 263= -6x + 7
    6·2 answers
  • What value of c makes x2 − 12x + c a perfect square trinomial?
    12·2 answers
  • Add the two expressions. <br> −6m+10 and 9m−9 <br> Enter your answer in the box.
    6·1 answer
  • -5x-5y=0<br> Y=8x<br> I need help
    5·1 answer
  • Rewrite the function <br> g(x) = 4x2 – 28x + 49
    10·2 answers
  • The wheels on Kevin’s bike have a diameter of about 3 feet. How far does the bike travel in 12 complete rotations? (Use 3.14 to
    14·2 answers
  • Round 52,741 to the nearest thousand. Use the number line to help explain<br> your answer.
    9·2 answers
  • Solve for x <br> a) 10<br> b) 40<br> c) 28<br> d) 58
    7·1 answer
  • PLEASE HELP!!! WILL GIVE BRAINLIEST
    5·1 answer
  • f(x)=(x+3)(x-4) and g(x)=1/3(x+3)(x-4). the graphs of each are shown here. Which graph represents which polynomial function? exp
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!