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
Ivan
3 years ago
12

The "cold start ignition time" of an automobile engine is being investigated by a gasoline manufacturer. The following times (in

seconds) were obtained for a test vehicle: 1.76, 1.84, 2.71, 2.26, 3.15, 3.21, 2.48, 1.87. A second formulation of the gasoline was tested in the same vehicle, with the following times (in seconds): 1.75, 2.08, 3.17, 3.21, 2.74, 2.83, 3.47, 2.47, 1.98, and 3.39. Use this new data along with the cold start times to construct comparative box plots.

Mathematics
1 answer:
Oliga [24]3 years ago
8 0

Answer:

The boxplots are on the figure attached. And the explanation is below.

Step-by-step explanation:

For the first formulation we have the following dataset:

1.76, 1.84, 2.71, 2.26, 3.15, 3.21, 2.48, 1.87

We can construct a box plot with the following R code:

> x1<-c( 1.76, 1.84, 2.71, 2.26, 3.15, 3.21, 2.48, 1.87)

> boxplot(x1,main="Boxplot method 1")

For the scond formulation we have the following data:

1.75, 2.08, 3.17, 3.21, 2.74, 2.83, 3.47, 2.47, 1.98

And the boxplot can be constructed with the following R code:

> x2<-c(1.75, 2.08, 3.17, 3.21, 2.74, 2.83, 3.47, 2.47, 1.98)

> boxplot(x2,main="Boxplot method 2")

And we can get the comparative 5 number results for each case:

> summary(x1)

  Min. 1st Qu.  Median    Mean 3rd Qu.    Max.  

 1.760   1.863   2.370   2.410   2.820   3.210  

> summary(x2)

  Min. 1st Qu.  Median    Mean 3rd Qu.    Max.  

 1.750   2.080   2.740   2.633   3.170   3.470

As we can see both histograms shows asymmetrical distributions. For the first method Mean>Median so then we can conclude that the distribution would be approximately skewed to the right. For the second case the Median>Mean so we can conclude that the distribution would be approximately skwewed to the left.

You might be interested in
Will give brainliest!
Ghella [55]
D tethetjwtjwtjwhwtjwtj
3 0
3 years ago
Fifteen more than a number is written as...?
frozen [14]

Answer:

x + 15

Step-by-step explanation:

Since I don't know what this number is, I'm going to use the variable x to substitute for the value of the unknown number.

So it would just be x + 15 because addition is the operation of adding and the key words are usually more. Since one of the numbers is unknown, we can't get an answer like "100" because x is undefined.

Say x=100, then the number would be written as 115 in it's simplest form but you could also write it as 100+15. So I'm just using substitution.

3 0
3 years ago
Read 2 more answers
Given the linear correlation coefficient r and the sample size n, determine the critical values of r and use your
Mila [183]

The critical value of r is mathematically given as r = +0.487, with no significant linear correlation. Option A.

<h3>What are the critical values of r?</h3>

Question Parameters

r = -0.868

n = 5

df = 5 - 2

df = 3

\alpha / 2 =0.025

Critical values r= \pm 0.878

Generally, there exists no linear correlation between the Critical values

as r=0.878

In conclusion,  Critical values: r = +0.487, no significant linear correlation

Read more about Critical values

brainly.com/question/14508634

#SPJ1

5 0
2 years ago
Brainlist and 45 Points
shtirl [24]

Answer:

D

Step-by-step explanation:

The only option with coordinates within the triangle is D.

Coordinates included within the triangle. (-1, 0), (-1, -2), and <em>(-1, -1) </em>

(-1, -1) is the only one listed in the given options.

5 0
3 years ago
3x = 6<br><br> Help me p l e a s e
GuDViN [60]

Answer:

x=2

Step-by-step explanation:

have a nice day

3 0
3 years ago
Other questions:
  • The area of the top face of a cube is 9 square meters. what is the volume of the cube
    6·2 answers
  • Mercury is the closet planet to the Sun at a distance of 36 million miles. The closest star to the Sun is Proxima Centauri, whic
    15·1 answer
  • A polygon has vertices A(1,1), B(1, 4), C(4, 4). This figure is dilated by a factor of 3 and center of dilation (-1, 4). Find th
    11·1 answer
  • 2. rate of change definition ​
    12·2 answers
  • Try this trick out on a friend! Tell your friend to place a dime in one hand and a penny in the other hand. Explain that you can
    6·1 answer
  • Which is least to greatest-7/3, -2 5/8, -2.9
    15·1 answer
  • Which pair of figures has the same number of faces as vertices?
    5·2 answers
  • Simplify.
    8·1 answer
  • Area is often one step in solving a ____<br> problem.
    6·1 answer
  • What is the length of side a? Round to the nearest tenth of an inch Enter your answer in the box
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!