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:
Explanation:
% Clears variables and screen
clear; clc
% Asks user for input
n = input('Total number of objects: ');
r = input('Size of subgroup: ');
% Computes and displays permutation according to basic formulas
p = 1;
for i = n - r + 1 : n
p = p*i;
end
str1 = [num2str(p) ' permutations'];
disp(str1)
% Computes and displays combinations according to basic formulas
str2 = [num2str(p/factorial(r)) ' combinations'];
disp(str2)
=================================================================================
Example: check
How many permutations and combinations can be made of the 15 alphabets, taking four at a time?
The answer is:
32760 permutations
1365 combinations
==================================================================================
Answer:

Explanation:
First we calculate the mass of the aire inside the rigid tank in the initial and end moments.
(i could be 1 for initial and 2 for the end)
State1


State2


So, the total mass of the aire entered is

At this point we need to obtain the properties through the tables, so
For Specific Internal energy,

For Specific enthalpy

For the second state the Specific internal Energy (6bar, 350K)

At the end we make a Energy balance, so

No work done there is here, so clearing the equation for Q



The sign indicates that the tank transferred heat<em> to</em> the surroundings.