Water needs to be turned into steam in a high altitude lab where the atmospheric pressure is 84.6 KPa. Computte the heat energy (in calories) required to evaporate 900g of water at 15 degree C under these conditions.

Answers

Answer 1
Answer:

Answer:

558.1918 kilocalories = 558191.8 calories

Explanation:

Data provided in the question:

Atmospheric pressure = 84.6 KPa

Mass of water, m = 900 g = 0.90 kg

Temperature = 15°C

Now,

Temperature at 84.6 KPa = 94.77°C

Therefore,

Heat energy required = m(CΔT + L)

here,

C is the specific heat of the water = 4.2 KJ/kg.°C

L = Latent heat of water = 2260 KJ/kg

Thus,

Heat energy required = 0.90[ 4.2 × (94.77 - 15) + 2260 ]

= 2335.53 KJ

also,

1 KJ = 0.239  Kilocalories

Therefore,

2335.53 KJ = 0.239 × 2335.53 Kilocalories

= 558.1918 kilocalories = 558191.8 calories


Related Questions

Select the true statements regarding rigid bars. a. A rigid bar can bend but does not change length. b. A rigid bar does not bend regardless of the loads acting upon it. c. A rigid bar deforms when experiencing applied loads. d. A rigid bar is unable to translate or rotate about a support. e. A rigid bar represents an object that does not experience deformation of any kind.
A power plant burns natural gas to supply heat to a heat engine which rejects heat to the adjacent river. The power plant produces 800 MW of electrical power and has a thermal efficiency of 38%. Determine the heat transfer rates from the natural gas and to the river, in MW.
Write a program that allows you to enter grocery item names into an array of strings and the cost of each item in an array of doubles. At the beginning of the program prompt the user to enter the total number of items they will be entering. Max value of 100. After entering the item names and cost, the application should display the names and cost and total cost of all items.
1. Sewage-treatment plant, a large concrete tank initially contains 440,000 liters liquid and 10,000 kg fine suspended solids. To flush this material out of the tank, water is pumped into the vessel at a rate of 40,000 liter/h. Liquid containing solids leaves at the same rate. Estimate the concentration of suspended solids in the tank at the end of 5 h.
A site is compacted in the field, and the dry unit weight of the compacted soil (in the field) is determined to be 18 kN/m3. Determine the relative compaction if the maximum dry unit weight was measured to be 17 kN/m3. Express your answer as a percentage (but do not write the percentage sign in the answer box).

Imagine you have been asked to find the following object pictured on the left in the accompanying array on the right.RED AND WHITE SQUARES ALL LOOK SIMILAR
What type of search do you think this would be?

Answers

This type of search would be a linear search. A linear search involves looking at each item in the array one by one until the desired item is found.

In this case, you would look at each square in the array until you find the one that matches the object pictured on the left.  This is a common search method for small arrays or when the array is unsorted.

The algorithm continues until the target element is found, or until it reaches the end of the array and fails to find the target element. Linear searches are useful in scenarios where the array is small and unsorted, as the algorithm does not need to compare every element in the array to find the target element.

Learn more about linear search:

brainly.com/question/30026271

#SPJ11

What is a SAFETY CHECK

Answers

Answer:

Safety check is defined as rounding to make sure that the patients and the milieu (patients living quarters) is secured and free of harmful items that can be used to hurt someone.

Technician A says that the unitized structure of a hybrid vehicle is considerably different when compared to the same conventional model.Technician B says that hybrid vehicles have 12-volt and high voltage batteries.

Who is right?

Answers

Technician A says that the unitized structure of a hybrid vehicle is considerably different when compared to the same conventional model is right.

What are hybrid vehicle?

Hybrid vehicle are defined as a powered by a combustion engine and/or a number of electric motors that draw power from batteries. A gas-powered car simply has a traditional gas engine, but a hybrid car also features an electric motor.

One important advantage of hybrid cars is their capacity to reduce the size of the main engine, which improves fuel efficiency. Many hybrid vehicles employ electric motors to accelerate slowly at first until they reach higher speeds. They then use gasoline-powered engines to increase fuel efficiency.

Thus, technician A says that the unitized structure of a hybrid vehicle is considerably different when compared to the same conventional model is right.

To learn more about hybrid vehicle, refer to the link below:

brainly.com/question/14610495

#SPJ5

A train was right get it

//This method uses the newly added parameter Club object //to create a CheckBox and add it to a pane created in the constructor //Such check box needs to be linked to its handler class

Answers

Comments on Question

Your questions is incomplete.

I'll provide a general answer to create a checkbox programmatically

Answer:

// Comments are used for explanatory purpose

// Function to create a checkbox programmatically

public class CreateCheckBox extends Application {

// launch the application

public void ClubObject(Stage chk)

{

// Title

chk.setTitle("CheckBox Title");

// Set Tile pane

TilePane tp = new TilePane();

// Add Labels

Label lbl = new Label("Creating a Checkbox Object");

// Create an array to hold 2 checkbox labels

String chklbl[] = { "Checkbox 1", "Checkbox 2" };

// Add checkbox labels

tp.getChildren().add(lbl);

// Add checkbox items

for (int i = 0; i < chklbl.length; i++) {

// Create checkbox object

CheckBox cbk = new CheckBox(chklbl[i]);

// add label

tp.getChildren().add(cbk);

// set IndeterMinate to true

cbk.setIndeterminate(true);

}

// create a scene to accommodate the title pane

Scene sc = new Scene(tp, 150, 200);

// set the scene

chk.setScene(sc);

chk.show();

}

A cylindrical specimen of cold-worked steel has a Brinell hardness of 250.(a) Estimate its ductility in percent elongation.(b) If the specimen remained cylindrical during deformation and its original radius was 5 mm (0.20 in.), determine its radius after deformation.

Answers

Answer:

A) Ductility = 11% EL

B) Radius after deformation = 4.27 mm

Explanation:

A) From equations in steel test,

Tensile Strength (Ts) = 3.45 x HB

Where HB is brinell hardness;

Thus, Ts = 3.45 x 250 = 862MPa

From image 1 attached below, for steel at Tensile strength of 862 MPa, %CW = 27%.

Also, from image 2,at CW of 27%,

Ductility is approximately, 11% EL

B) Now we know that formula for %CW is;

%CW = (Ao - Ad)/(Ao)

Where Ao is area with initial radius and Ad is area deformation.

Thus;

%CW = [[π(ro)² - π(rd)²] /π(ro)²] x 100

%CW = [1 - (rd)²/(ro)²]

1 - (%CW/100) = (rd)²/(ro)²

So;

(rd)²[1 - (%CW/100)] = (ro)²

So putting the values as gotten initially ;

(ro)² = 5²([1 - (27/100)]

(ro)² = 25 - 6.75

(ro) ² = 18.25

ro = √18.25

So ro = 4.27 mm

The safety risks are the same for technicians who work on hybrid electric vehicles (HEVs) or EVs as those who work on conventional gasoline vehicles.

Answers

The safety risks are the same for technicians who work on hybrid electric vehicles (HEVs) or EVs as those who work on conventional gasoline vehicles: False.

Safety risks can be defined as an assessment of the risks and occupational hazards associated with the use, operation or maintenance of an equipment or automobile vehicle that is capable of leading to the;

  • Harm of a worker (technician).
  • Injury of a worker (technician).
  • Illness of a worker (technician).
  • Death of a worker (technician).

Hybrid electric vehicles (HEVs) or EVs are typically designed and developed with parts or components that operates through the use of high voltageelectrical systems ranging from 100 Volts to 600 Volts. Also, these type of vehicles have an in-built HEV batteries which are typically encased in sealed shells so as to mitigate potential hazards to a technician.

On the other hand, conventional gasoline vehicles are typically designed and developed with parts or components that operates on hydrocarbon such as fuel and motor engine oil. Also, conventional gasoline vehicles do not require the use of high voltage electrical systems and as such poses less threat to technicians, which is in contrast with hybrid electric vehicles (HEVs) or EVs.

This ultimately implies that, the safety risks for technicians who work on hybrid electric vehicles (HEVs) or EVs are different from those who work on conventional gasoline vehicles due to high voltage electrical systems that are being used in the former.

In conclusion, technicians who work on hybrid electric vehicles (HEVs) or EVs are susceptible (vulnerable) to being electrocuted to death when safety risks are not properly adhered to unlike technicians working on conventional gasoline vehicles.

Find more information: brainly.com/question/2878752

Answer:

Batteries are safe when handled properly.

Explanation:

Just like the battery in your phone, the battery in some variant of an electric car is just as safe. If you puncture/smash just about any common kind of charged battery, it will combust. As long as you don't plan on doing anything extreme with the battery (or messing with high voltage) you should be fine.