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
mars1129 [50]
3 years ago
5

You are comparing distillation column designs at 1 atm and 3 atm total pressure for a particular separation. You have the same f

eed in both cases, and the feed is a saturated liquid in both cases. The product specifications do not change, and the same reflux ratio is used in both cases.
Compared to the design at 3 atm, the design at 1 atm will have: (Select one)a) more stages, fewer stages, the same number of stagesb) a larger diameter, a smaller diameter, the same diameterc) a higher reboiler temperature, a lower reboiler temp, the same reboiler temp
Engineering
1 answer:
Anestetic [448]3 years ago
8 0

Answer:

more number of stages will be required , a smaller diameter , a higher reboiler temperature

Explanation:

It is stated in the question that the product specifications and the reflux ratio do not change.

The pressure in a distillation column varies:

  • directly as the diameter of the distillation column
  • inversely as the number of stages required for the design
  • inversely as the temperature of the reboiler

Based on the theory stated above, the distillation column design at a pressure of 1 atm requires a more number of stages than the design with 3 atm, it has a smaller diameter than the design at 3 atm. It also has a higher reboiler temperature than the design with 3 atm.

You might be interested in
How may a Professional Engineer provide notice of licensure to clients?
azamat

Find full question attached

Answer:

(b) By including a statement that he or she is licensed by the Board for Professional Engineers and Land Surveyors immediately above the signature line in at least 12 point type on all contracts for services

Explanation:

A PE(professional engineer) licensee must show that he is licensed in order to show and ensure public safety as he is qualified for the job he is handling. The California regulations on professional engineers holds that all professional engineers must be licensed by the board of professional engineers and Land surveyors in order to operate legally as an engineer. The engineer may show licensure through the following options:

The engineer might provide statement to each client to show he is licensed which would then be signed by the client

The engineer may choose to post a wall certificate in his work premises to show he is licensed

The engineer may choose to include a statement of license in a letterhead or contract document which must be above the client's signature line and not less than 12 point type

4 0
3 years ago
#5 Air undergoes an adiabatic compression in a piston-cylinder assembly from P1= 1 atm and Ti=70 oF to P2= 5 atm. Employing idea
otez555 [7]

Answer:

The work transfer per unit mass is approximately 149.89 kJ

The heat transfer for an adiabatic process = 0

Explanation:

The given information are;

P₁ = 1 atm

T₁ = 70°F = 294.2611 F

P₂ = 5 atm

γ = 1.5

Therefore, we have for adiabatic system under compression

T_{2} = T_{1}\cdot \left (\dfrac{P_{2}}{P_{1}}  \right )^{\dfrac{\gamma -1}{\gamma }}

Therefore, we have;

T_{2} = 294.2611 \times \left (\dfrac{5}{1}  \right )^{\dfrac{1.5 -1}{1.5 }} \approx 503.179 \ K

The p·dV work is given as follows;

p \cdot dV = m \cdot c_v \cdot (T_2 - T_1)

Therefore, we have;

Taking air as a diatomic gas, we have;

C_v = \dfrac{5\times R}{2} = \dfrac{5\times 8.314}{2} = 20.785 \ J/(mol \cdot K)

The molar mass of air = 28.97 g/mol

Therefore, we have

c_v = \dfrac{C_v}{Molar \ mass} = \dfrac{20.785}{28.97} \approx 0.7175 \ kJ/(kg \cdot K)

The work done per unit mass of gas is therefore;

p \cdot dV =W =   1 \times 0.7175 \times (503.179 - 294.2611) \approx 149.89 \ kJ

The work transfer per unit mass ≈ 149.89 kJ

The heat transfer for an adiabatic process = 0.

8 0
3 years ago
In this assignment, you will write a user interface for your calculator using JavaFX. Your graphical user interface (GUI) should
Zolol [24]

Answer:

Kindly note that, you're to replace "at" with shift 2 as the brainly text editor can't take the symbol

Explanation:

import javafx.application.Application;

import javafx.stage.Stage;

import javafx.scene.Group;

import javafx.scene.Scene;

import javafx.scene.layout.VBox;

import javafx.scene.layout.HBox;

import javafx.scene.control.TextField;

import javafx.scene.control.Button;

public class Calculator extends Application {

public static void main(String[] args) {

// TODO Auto-generated method stub

launch(args);

}

"at"Override

public void start(Stage primaryStage) throws Exception {

// TODO Auto-generated method stub

Group root = new Group();

VBox mainBox = new VBox();

HBox inpBox = new HBox();

TextField txtInput = new TextField ();

txtInput.setEditable(false);

txtInput.setStyle("-fx-font: 20 mono-spaced;");

txtInput.setText("0.0");

txtInput.setMinHeight(20);

txtInput.setMinWidth(200);

inpBox.getChildren().add(txtInput);

Scene scene = new Scene(root, 200, 294);

mainBox.getChildren().add(inpBox);

HBox rowOne = new HBox();

Button btn7 = new Button("7");

btn7.setMinWidth(50);

btn7.setMinHeight(50);

Button btn8 = new Button("8");

btn8.setMinWidth(50);

btn8.setMinHeight(50);

Button btn9 = new Button("9");

btn9.setMinWidth(50);

btn9.setMinHeight(50);

Button btnDiv = new Button("/");

btnDiv.setMinWidth(50);

btnDiv.setMinHeight(50);

rowOne.getChildren().addAll(btn7,btn8,btn9,btnDiv);

mainBox.getChildren().add(rowOne);

HBox rowTwo = new HBox();

Button btn4 = new Button("4");

btn4.setMinWidth(50);

btn4.setMinHeight(50);

Button btn5 = new Button("5");

btn5.setMinWidth(50);

btn5.setMinHeight(50);

Button btn6 = new Button("6");

btn6.setMinWidth(50);

btn6.setMinHeight(50);

Button btnMul = new Button("*");

btnMul.setMinWidth(50);

btnMul.setMinHeight(50);

rowTwo.getChildren().addAll(btn4,btn5,btn6,btnMul);

mainBox.getChildren().add(rowTwo);

HBox rowThree = new HBox();

Button btn1 = new Button("1");

btn1.setMinWidth(50);

btn1.setMinHeight(50);

Button btn2 = new Button("2");

btn2.setMinWidth(50);

btn2.setMinHeight(50);

Button btn3 = new Button("3");

btn3.setMinWidth(50);

btn3.setMinHeight(50);

Button btnSub = new Button("-");

btnSub.setMinWidth(50);

btnSub.setMinHeight(50);

rowThree.getChildren().addAll(btn1,btn2,btn3,btnSub);

mainBox.getChildren().add(rowThree);

HBox rowFour = new HBox();

Button btnC = new Button("C");

btnC.setMinWidth(50);

btnC.setMinHeight(50);

Button btn0 = new Button("0");

btn0.setMinWidth(50);

btn0.setMinHeight(50);

Button btnDot = new Button(".");

btnDot.setMinWidth(50);

btnDot.setMinHeight(50);

Button btnAdd = new Button("+");

btnAdd.setMinWidth(50);

btnAdd.setMinHeight(50);

rowFour.getChildren().addAll(btnC,btn0,btnDot,btnAdd);

mainBox.getChildren().add(rowFour);

HBox rowFive = new HBox();

Button btnEq = new Button("=");

btnEq.setMinWidth(200);

btnEq.setMinHeight(50);

rowFive.getChildren().add(btnEq);

mainBox.getChildren().add(rowFive);

root.getChildren().add(mainBox);

primaryStage.setScene(scene);

primaryStage.setTitle("GUI Calculator");

primaryStage.show();

}

}

4 0
3 years ago
Manufacturing employees who perform assembly line work are referred to as
mamaluj [8]

Answer:

C. assembly line workers.

Explanation:

8 0
3 years ago
Read 2 more answers
What are the Basic requirements of drinking Water ?
iragen [17]

Answer:

1) free of contaminants, 2) alkaline, and 3) micro-clustered

Explanation:

Hope it helps you

4 0
2 years ago
Other questions:
  • Write SQL queries to answer the following questions: What are the names of the course(s) that student Altvater took during the s
    13·1 answer
  • What are the advantages of using 3D ink jet printing?
    10·1 answer
  • Consider a process in which a carbon-based fuel is combusted in the presence of 70% excess oxygen (assume that all of the oxygen
    10·1 answer
  • What is the advantage of Sensabot over human inspectors?
    12·1 answer
  • The news media often report an earthquake's magnitude on the Richter scale. Which of the following items are characteristics of
    14·1 answer
  • In a semiconductor manufacturing process, three wafers from a lot are tested. Each wafer is classified as pass or fail. Assume t
    15·1 answer
  • Compute the volume percent of graphite, VGr, in a 2.5 wt% C cast iron, assuming that all the carbon exists as the graphite phase
    9·1 answer
  • How much memory can a 32 -bit processor support ?
    13·1 answer
  • FREE 50 points & maybe one brain liest
    5·2 answers
  • Two basic types of mechanical fuel injector systems?​
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!