Answer:
a)temperature=69.1C
b)3054Kw
Explanation:
Hello!
To solve this problem follow the steps below, the complete procedure is in the attached image
1. draw a complete outline of the problem
2. to find the temperature at the turbine exit use termodinamic tables to find the saturation temperature at 30kPa
note=Through laboratory tests, thermodynamic tables were developed, these allow to know all the thermodynamic properties of a substance (entropy, enthalpy, pressure, specific volume, internal energy etc ..)
through prior knowledge of two other properties such as pressure and temperature.
3. Using thermodynamic tables find the enthalpy and entropy at the turbine inlet, then find the ideal enthalpy using the entropy of state 1 and the outlet pressure = 30kPa
4. The efficiency of the turbine is defined as the ratio between the real power and the ideal power, with this we find the real enthalpy.
Note: Remember that for a turbine with a single input and output, the power is calculated as the product of the mass flow and the difference in enthalpies.
5. Find the real power of the turbine
Answer:
C
Explanation:
One of the disadvantages of solar cells is that electricity storage systems are not readily available. Excess energy generated by the solar panels are wasted except they are stored by solar batteries for later use. There are various systems for storing electricity from solar cells apart from solar batteries which is the common storage system. An example of another electricity storage system for solar cell is using the water electrolyzer to store solar energy which can be used to later generate hydroelectricity.
Advantages of a solar cell includes Renewable energy, Economy-friendly and environmental-friendly energy and good durability
Answer:
The solution code is written in Python:
- def convertCSV(number_list):
- str_list = []
- for num in number_list:
- str_list.append(str(num))
-
- return ",".join(str_list)
- result = convertCSV([22,33,44])
- print(result)
Explanation:
Firstly, create a function "convertCSV" with one parameter "number_list". (Line 1)
Next, create an empty list and assign it to a new variable <em>str_list</em>. (Line 2)
Use for-loop to iterate through all the number in the <em>number_list</em>.(Line 4). Within the loop, each number is converted to a string using the Python built-in function <em>str() </em>and then use the list append method to add the string version of the number to <em>str_list</em>.
Use Python string<em> join() </em>method to join all the elements in the str_list as a single string. The "," is used as a separator between the elements (Line 7) . At the end return the string as an output.
We can test the function by calling the function and passing [22,33,34] as an argument and we shall see "22,33,44" is printed as an output. (Line 9 - 10)
Solution :
Given :
Water have quality x = 0.7 (dryness fraction) at around pressure of 200 kPa
The phase diagram is provided below.
a). The phase is a standard mixture.
b). At pressure, p = 200 kPa, T = 
Temperature = 120.21°C
c). Specific volume




d). Specific energy (
)



e). Specific enthalpy 
At 


f). Enthalpy at m = 0.5 kg


= 1022.91 kJ
Answer:
80% of the people that were killed weren't wearing a safety flotation device ( in correct terminology Personal Flotation Device, or PFD )
Explanation:
Hence they drowned due to the lack of safety.