Solution :


Using the data table for refrigerant-134a at P = 120 psia



∴ 
For pressure, P = 20 psia





Change in temperature, 


Now we find the quality,



The final energy,



Change in internal energy

= 38.09297-40.5485
= -2.4556
Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer:
Explanation:
Enforcing OSHA, Occupational Safety and Health Administration, standards is not a job for electricians, lawmakers or tax collectors. The right answer is safety inspectors.
Technical Drawings give a better understanding of what is needed and required in the project.
Explanation: