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
You are a business owner and you want to know if you have made a profit
Gennadij [26K]

Answer: Yes the business made a profit for the month. They made $90,000 net profit. They made a profit of $90,000 after all the taxes were deducted.

Step-by-step explanation: 200 times $1000 = $200,000. $200,000 - $50,000 = $150,000. $150,000 - $40,000 = $110,000. $110,000 - $20,000 = $90,000

7 0
3 years ago
(1, 5) (3 , 1) <br> Please Help
hammer [34]

Answer:

(4, 6)?

Step-by-step explanation:

Im not sure you didn't give much info

6 0
2 years ago
Cindy has 26 nickels. She is getting rolls of nickels from the bank. She has enough money to get up to 10 rolls of nickels and e
Anna11 [10]
The answer is C I think 
4 0
3 years ago
Read 2 more answers
Consider the function f(x). Select all of the following that include a vertical stretch of f(x)
zhenek [66]

Answer:

F , D, A

Step-by-step explanation:

As we know vertical stretch of f(x)  happens when we chane the value of the patameter a in this general form:

y = a. f(k(x-d))+ c  

when  |a| > 1 because When |a| > 1 (when a is greater than 1), the function is stretched vertically by a dilation factor of |a|.

So we choose, F , D, A

4 0
3 years ago
Read 2 more answers
I need answers please help me ​
shusha [124]

Answer:

the ansqer is g(x) = 4^x-4 + 2

4 0
2 years ago
Other questions:
  • What is the factor of 7x squared minus 31x minus 20
    9·2 answers
  • Which ordered pair is the solution set of 1x-7y&gt;7
    6·1 answer
  • find all numbers whose absolute value is 7. if there is more than one, separate them with commas. If there are no such numbers,
    9·1 answer
  • Need help (10 points)
    10·1 answer
  • The Family Fine Arts Center charges $21 per adult and $13 per senior citizen for its performances. On a recent weekend evening w
    15·1 answer
  • A transformation is called ___ if it preserves the shape and size of an object.
    8·2 answers
  • A circle has a radius of 8 m. What is the approximate area of the circle?
    5·1 answer
  • Can someone help please show steps
    14·1 answer
  • How many ounces are in 1 pint and 3 ounces?
    14·1 answer
  • Click on the length of the rectangle<br><br>​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!