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
neonofarm [45]
3 years ago
7

A certain reaction was run several times using each of two catalysts, A and B. The catalysts were supposed to control the yield

of an undesirable side product. Results, in units of percentage yield, for 24 runs of catalyst A and 20 runs of catalyst B are as follows: Catalyst A 4.4,3.4,2.6,3.8,4.9,4.6,5.2,4.7,4.1,2.6,6.9,0.8,3.6,2.9,2.6,4.0,4.3 .9,4.8,4.5,4.4,3.1,5.7,4.5 Catalyst B .4,1.1,2.9,5.5,6.4,5.0,5.8,2.5,3.7,3.8,3.1,1.6, 3.5,5.9,6.7,5.2, 6.3, 2.6,4.3, 3.8 a. Construct a histogram for the yields of each catalyst. b. Construct comparative boxplots for the yields of the two catalysts. c. Using the boxplots, what differences can be seen between the results of the yields of the two catalysts A and B?

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

Answer:

a) See the code and the figure attached below

b) See the code and the figure attached below

c) We see significant differences on the boxplots. For Catalyst A the variation is less than the variation for Cat B. For both categories we see that we don't have a symmetric distributions. The maximum for Cat A is a little higher than the maximum for Cat B. The median for Cat A is a little higher than Cat B. And the third quartile for Cat A is lower than the third quartile for Cat B.

Step-by-step explanation:

Data given

Catalyst A: 4.4,3.4,2.6,3.8,4.9,4.6,5.2,4.7,4.1,2.6,6.9,0.8,3.6,2.9,2.6,4.0,4.3 .9,4.8,4.5,4.4,3.1,5.7,4.5

Catalyst B: .4,1.1,2.9,5.5,6.4,5.0,5.8,2.5,3.7,3.8,3.1,1.6, 3.5,5.9,6.7,5.2, 6.3, 2.6,4.3, 3.8

Solution to the problem

We are going to use R in order to do the plots required, we put the code and the output its attached to the solution.

Part a

R Code:

> catA<-c(4.4,3.4,2.6,3.8,4.9,4.6,5.2,4.7,4.1,2.6,6.9,0.8,3.6,2.9,2.6,4.0,4.3,0.9,4.8,4.5,4.4,3.1,5.7,4.5 )

> length(catA)

[1] 24

> catB<-c(.4,1.1,2.9,5.5,6.4,5.0,5.8,2.5,3.7,3.8,3.1,1.6,3.5,5.9,6.7,5.2,6.3,2.6,4.3,3.8 )

> length(catB)

[1] 20

> hist(catA)

> hist(catB)

Part b

R code:

> par(mfrow=c(1,2))

> boxplot(catA,main="Boxplot for CatA")

> boxplot(catB,main="Boxplot for CatB")

The result is attached.

Part c

We see significant differences on the boxplots. For Catalyst A the variation is less than the variation for Cat B. For both categories we see that we don't have a symmetric distributions. The maximum for Cat A is a little higher than the maximum for Cat B. The median for Cat A is a little higher than Cat B. And the third quartile for Cat A is lower than the third quartile for Cat B.

You might be interested in
What is the slope of a line that is perpendicular to a line whose equation is 3y=−4x+2 ?
charle [14.2K]
The slope of the given line is -4/3. the slope of any perpendicular line is the negative reciprocals, or 3/4
8 0
3 years ago
I need help with this question
kifflom [539]

Answer:

(-1,9)

(0,3)

(1,-3)

(5,-27)

Step-by-step explanation:

Plug x values into the equation.

6 0
2 years ago
If two points on a line are A(10, −3) and B(12, 9), the rise is __________, and the run is __________, so the slope of the line
kherson [118]

The <u>rise</u> is the difference in y-coordinates:

  • y₂ - y₁ = 9 - (-3) = 12

The <u>run</u> is the difference in x-coordinates:

  • x₂ - x₁ = 12 - 10 = 2

The <u>slope</u> is the quotient of rise over run:

  • m = 12/2 = 6

========================

If two points on a line are A(10, −3) and B(12, 9), the rise is <u>12</u>, and the run is <u>2</u>, so the slope of the line is <u>6</u>.

7 0
2 years ago
What is the horizontal distance between the two points (-7,-4) and (12,-4)? Remember that distance is always positive! Hint: The
RSB [31]
<h3>Answer: 19</h3>

==================================================

Explanation:

Draw out a number line. Plot -7 and 12 on the number line. Draw in the tickmarks between them. You should find the distance from -7 to 12 is 19 units since you need to go 19 spaces from either -7 to 12, or vice versa.

You can use subtraction to get

-7-12 = -19

or

12-(-7) = 12+7 = 19

The final result is made positive since negative distance does not make sense.

So you'd have |-7-12| = |-19| = 19 or |12-(-7)| = |19| = 19.

All of this only works because the two y coordinates are the same, which makes a horizontal line through the two given points.

7 0
3 years ago
Write each product using an exponent: example 6x6==
swat32
Since 6x6 equals 36, then 6² would be the exponent because 6² is the same as 6x6
3 0
3 years ago
Other questions:
  • Please help xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    14·2 answers
  • What is the expression for 3 less than 3 times a muber k
    11·1 answer
  • I really need help on this question! Thanks so much if you do!
    8·1 answer
  • Write,in its simplest form,the ration 3.5:800
    14·1 answer
  • How far is a million inches in miles<br> (There are 5,280 feet in 1 mile)
    6·1 answer
  • F(x) = 3x2 +6x - 18 Find f(10)​
    12·2 answers
  • Somebody please help me with this question
    11·2 answers
  • -12 (-5/6) (-2/15) How do I solve this question I am stuck on an assignment
    13·1 answer
  • To solve the equation<br><br> x + 7 =15<br><br> you would need to......
    12·1 answer
  • What is the purpose?<br><br><img src="https://tex.z-dn.net/?f=%20%5C%5C%20" id="TexFormula1" title=" \\ " alt=" \\ " align="absm
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!