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
Answer:
stop and might even crash
Explanation:
Answer:Counter,
0.799,
1.921
Explanation:
Given data




Since outlet temperature of cold liquid is greater than hot fluid outlet temperature therefore it is counter flow heat exchanger
Equating Heat exchange
![m_hc_{ph}\left [ T_{h_i}-T_{h_o}\right ]=m_cc_{pc}\left [ T_{c_o}-T_{c_i}\right ]](https://tex.z-dn.net/?f=m_hc_%7Bph%7D%5Cleft%20%5B%20T_%7Bh_i%7D-T_%7Bh_o%7D%5Cright%20%5D%3Dm_cc_%7Bpc%7D%5Cleft%20%5B%20T_%7Bc_o%7D-T_%7Bc_i%7D%5Cright%20%5D)
=
we can see that heat capacity of hot fluid is minimum
Also from energy balance

=


NTU=1.921





Answer:
0.4 gallons per second
Explanation:
A function shows the relationship between an independent variable and a dependent variable.
The independent variable (x values) are input variables i.e. they don't depend on other variables while the dependent variable (y values) are output variables i.e. they depend on other variables.
The rate of change or slope or constant of proportionality is the ratio of the dependent variable (y value) to the independent variable (x value).
Given that the garden hose fills a 2-gallon bucket in 5 seconds. The dependent variable = g = number of gallons, the independent variable = t = number of seconds.
Constant of proportionality = g / t = 2 / 5 = 0.4 gallons per second
Answer: Inherent width in the emission line: 9.20 × 10⁻¹⁵ m or 9.20 fm
length of the photon emitted: 6.0 m
Explanation:
The emitted wavelength is 589 nm and the transition time is ∆t = 20 ns.
Recall the Heisenberg's uncertainty principle:-
∆t∆E ≈ h ( Planck's Constant)
The transition time ∆t corresponds to the energy that is ∆E
.
The corresponding uncertainty in the emitted frequency ∆v is:
∆v= ∆E/h = (5.273*10^-27 J)/(6.626*10^ J.s)= 7.958 × 10^6 s^-1
To find the corresponding spread in wavelength and hence the line width ∆λ, we can differentiate
λ = c/v
dλ/dv = -c/v² = -λ²/c
Therefore,
∆λ = (λ²/c)*(∆v) = {(589*10⁻⁹ m)²/(3.0*10⁸ m/s)} * (7.958*10⁶ s⁻¹)
= 9.20 × 10⁻¹⁵ m or 9.20 fm
The length of the photon (<em>l)</em> is
l = (light velocity) × (emission duration)
= (3.0 × 10⁸ m/s)(20 × 10⁻⁹ s) = 6.0 m