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
The sum of two numbers is at most 12, and the sum of 3 times the first number and 8 times the second number is at least 48 selec
Sever21 [200]

Answer:

(4,8)

Step-by-step explanation:

4 + 8 = 12

3(4) + 8(8)

= 12 + 64

= 76

6 0
2 years ago
Write the mixed number as a fraction 1 1/8
Angelina_Jolie [31]
It would be 9/8

Hope this helps!
4 0
3 years ago
Read 2 more answers
The compound probability of two events, E and F, is ; the probability of E is and of F is . In two or more complete sentences, e
lorasvet [3.4K]

Answer:

Events E and F are not independent if the probability of event E occurring is affecting the probability of event F occurring.

Step-by-step explanation:

Two events are independent when the probability of one event occurring has no connection with that of the other event.

Example, when you toss a coin and roll a six sided die, the probability of getting a head or a tail has no connection with the probability of getting any number face.A real life example will be the probability going to the mall and owning a cat at home.These two have no influence on one another.

Mathematically independent events can be calculated as;

P(E∩F)=P(E)-P(F)

3 0
3 years ago
Find the value of the power.<br><br> 8^3 =<br><br> Answer
mario62 [17]

Answer:512

Step-by-step explanation:

3 0
2 years ago
Read 2 more answers
Round 222,977 to the nearest hundred
Fittoniya [83]
223,000 is the answer
7 0
3 years ago
Read 2 more answers
Other questions:
  • Find the value of s. 1/3s + 14=36
    11·1 answer
  • PLEASE HELP!:
    15·1 answer
  • Ayuda es un ordinario
    11·1 answer
  • Find the minimum value of the function f(x) = 2x2 – 17.3x + 32 to the nearest<br> hundredth.
    10·1 answer
  • How many exterior walls does the building have?
    8·2 answers
  • Maya's new home had a purchase price of $325,500. Maya and her husband got a 15-year fixed mortgage for 70% of
    13·1 answer
  • Solve log base 2 of one over thirty two.
    8·2 answers
  • Help<br> Please ..................
    6·2 answers
  • PLEASE HELP ME ON 6-11 AND SHOW WORK PLEASE!!
    9·2 answers
  • ABC IS A TRINAGLE <br>WORK OUT ANGLE X <br>GIVE YOUR ANSWER CORRECT TO 3 S.F​
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!