Answer & Explanation:
function Temprature
NYC=[33 33 18 29 40 55 19 22 32 37 58 54 51 52 45 41 45 39 36 45 33 18 19 19 28 34 44 21 23 30 39];
DEN=[39 48 61 39 14 37 43 38 46 39 55 46 46 39 54 45 52 52 62 45 62 40 25 57 60 57 20 32 50 48 28];
%AVERAGE CALCULATION AND ROUND TO NEAREST INT
avgNYC=round(mean(NYC));
avgDEN=round(mean(DEN));
fprintf('\nThe average temperature for the month of January in New York city is %g (F)',avgNYC);
fprintf('\nThe average temperature for the month of January in Denvar is %g (F)',avgDEN);
%part B
count=1;
NNYC=0;
NDEN=0;
while count<=length(NYC)
if NYC(count)>avgNYC
NNYC=NNYC+1;
end
if DEN(count)>avgDEN
NDEN=NDEN+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in New York city was above the average',NNYC);
fprintf('\nDuring %g days, the temprature in Denvar was above the average',NDEN);
%part C
count=1;
highDen=0;
while count<=length(NYC)
if NYC(count)>DEN(count)
highDen=highDen+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in Denver was higher than the temprature in New York city.\n',highDen);
end
%output
check the attachment for additional Information
ANSWERS:

Explanation:
Given:
Piston cylinder assembly which mean that the process is constant pressure process P=C.
<u>AMMONIA </u>
state(1)
saturated vapor 
The temperature 
Isothermal process 
a)
( double)
b)
(reduced by half)
To find the final state by giving the quality in lbf/in we assume the friction is neglected and the system is in equilibrium.
state(1)
using PVT data for saturated ammonia

then the state exists in the supper heated region.
a) from standard data



assume linear interpolation


b)

from standard data

then the state exist in the wet zone


A vector is a phenomenon which in mostly used in mathematics and physics and is related to direction and size.
<u>Explanation:</u>
In mathematics and physics, a vector is a component of a vector space. For some, particular vector spaces, the vectors have gotten explicit names, which are recorded beneath. Verifiably, vectors were presented in geometry and material science before the formalization of the idea of vector space.
A vector is an amount or phenomenon that has two autonomous properties: magnitude and direction. The term likewise means the numerical or geometrical portrayal of such an amount.
Answer:
Explanation:
Mountain roads often zigzag across a mountain with a series of sharp turns called. switchbacks.