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
Matteo makes raspberry punch. The table shows how many parts ginger ale and raspberry juice to use for a batch. Raspberry Punch
lutik1710 [3]

Answer: There is 1 1/2 times more juice than ginger ale; there is 2/3 as much ginger ale as there is punch.

Step-by-step explanation:

4 0
2 years ago
Read 2 more answers
Let X represent the time it takes from when someone enters the line for a roller coaster until they exit on the other side. Cons
elena55 [62]

Answer:

Step-by-step explanation:

The detailed step by step calculation using the probability density function approach is as shown in the attached file.

8 0
3 years ago
What is the hardest language to learn.......im just bored someone please talk to me
Lelu [443]

Answer:

Probably chinese because of all of the characters?

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
Can someone please help me with these problems?
anzhelika [568]
17. Subtraction. According to the order of operations, he should've done the exponent of 3 first.

18. He then did 15×2. According to the order of operations, he should've done the multiplication of 8×2, since, if there are only multiplication and/or division left, you work left to right. He isn't correct.

19. 16, I think, I did it in my head.
4 0
3 years ago
Read 2 more answers
A fossil is found that contains 10% of the amount of carbon-14 found in a living being. About how old is the fossil?
Irina18 [472]

Answer:

C. 19,200

Step-by-step explanation:

half of a life of c-14 is

5,730

this has gone over 3.3 lives

multiply 5,730 by 3.3

you get

about the answer C

pls mark me brainliest

5 0
3 years ago
Other questions:
  • Can someone help me answer this question :)
    11·2 answers
  • What is the limit for lim x -&gt; 2 int x
    12·1 answer
  • Write the ratio in simplest form 8:2
    10·2 answers
  • A researcher plans to conduct an experiment to test whether a cup of hot milk at night helps people fall asleep faster than usua
    15·1 answer
  • How do you write triple a quantity more than nine
    11·1 answer
  • A box has four cards numbered 1 to 3 and four Hong will toss a coin wants and record the toss as heads or tails then he will ran
    12·1 answer
  • Please help!!!!!!!!!!
    9·2 answers
  • Isaac wants to buy a silver coat rack. The original price is $880, 20% off. What is the sale price?
    12·1 answer
  • What is the slope of a line of best fit that has the points (20, 12) and (30, 6) on it?
    5·1 answer
  • Simplify the expression (2x-9)(x+6)
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!