Answer:
Power = 371.28 kW
Explanation:
Initial pressure, P1 = 5 bar
Final pressure, P2 = 1 bar
Initial temperature, T1 = 320°C
Final temperature, T2 = 160°C
Volume flow rate, V = 0.65m³/s
From steam tables at state 1,
h1 = 3105.6 kJ/kg, s1 = 7.5308 kJ/kgK
v1 = 0.5416 m³/kg
Mass flow rate, m = V/v1
m = 1.2 kg/s
From steam tables, at state 2
h2 = 2796.2 kJ/kg, s2 = 7.6597 kJ/kgK
Power developed, P = m(h1 - h2)
P = 1.2(3105.6-2796.2)
P = 371.28 kW
Answer:
b. The pirating streams are eroding headwardly to intersect more of the other streams’ drainage basins, causing water to be diverted down their steeper gradients.
Explanation:
From the Kaaterskill NY 15 minute map (1906), this shows two classic examples of stream capture.
The Kaaterskill Creek flow down the east relatively steep slopes into the Hudson River Valley. While, the Gooseberry Creek is a low gradient stream flowing down the west direction which in turn drains the higher parts of the Catskills in this area.
However, there is Headward erosion of Kaaterskill Creek which resulted to the capture of part of the headwaters of Gooseberry Creek.
The evidence for this is the presence of "barbed" (enters at obtuse rather than acute angle) tributary which enters Kaaterskill Creek from South Lake which was once a part of the Gooseberry Creek drainage system.
It should be noted again, that there is drainage divide between the Gooseberry and Kaaterskill drainage systems (just to the left of the word Twilight) which is located in the center of the valley.
As it progresses, this divide will then move westward as Kaaterskill captures more and more of the Gooseberry system.
Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
The options a)- A blast furnace is used and d)-Coke is used to produce the heat are FALSE.
Explanation:
Aluminium is a chemical element and the most abundant metal present in the Earth's crust. An aluminium ore is called bauxite. Aluminium is extracted from its ore by the process of electrolysis, called the Hall–Héroult process. The extraction of aluminium is an expensive process as it requires large amount of electricity. The bauxite is purified to produce aluminium oxide. Then, aluminium is extracted from the aluminium oxide.
<u>Therefore, the refining of aluminum from its ore does not involve the use of a blast furnace and coke to produce heat.</u>
<u />